Package com.stripe.param
Class AccountUpdateParams.BusinessProfile
- java.lang.Object
-
- com.stripe.param.AccountUpdateParams.BusinessProfile
-
- Enclosing class:
- AccountUpdateParams
public static class AccountUpdateParams.BusinessProfile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountUpdateParams.BusinessProfile.Builderstatic classAccountUpdateParams.BusinessProfile.SupportAddress
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountUpdateParams.BusinessProfile.Builderbuilder()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.java.lang.ObjectgetMcc()java.lang.ObjectgetName()The customer-facing business name.java.lang.ObjectgetProductDescription()Internal-only description of the product sold by, or service provided by, the business.AccountUpdateParams.BusinessProfile.SupportAddressgetSupportAddress()A publicly available mailing address for sending support issues to.java.lang.ObjectgetSupportEmail()A publicly available email address for sending support issues to.java.lang.ObjectgetSupportPhone()A publicly available phone number to call with support issues.java.lang.ObjectgetSupportUrl()A publicly available website for handling support issues.java.lang.ObjectgetUrl()The business's publicly available website.
-
-
-
Method Detail
-
builder
public static AccountUpdateParams.BusinessProfile.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
-
getMcc
public java.lang.Object getMcc()
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide.
-
getName
public java.lang.Object getName()
The customer-facing business name.
-
getProductDescription
public java.lang.Object getProductDescription()
Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
-
getSupportAddress
public AccountUpdateParams.BusinessProfile.SupportAddress getSupportAddress()
A publicly available mailing address for sending support issues to.
-
getSupportEmail
public java.lang.Object getSupportEmail()
A publicly available email address for sending support issues to.
-
getSupportPhone
public java.lang.Object getSupportPhone()
A publicly available phone number to call with support issues.
-
getSupportUrl
public java.lang.Object getSupportUrl()
A publicly available website for handling support issues.
-
getUrl
public java.lang.Object getUrl()
The business's publicly available website.
-
-