Package com.stripe.param
Class AccountCreateParams.BusinessProfile
- java.lang.Object
-
- com.stripe.param.AccountCreateParams.BusinessProfile
-
- Enclosing class:
- AccountCreateParams
public static class AccountCreateParams.BusinessProfile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountCreateParams.BusinessProfile.Builderstatic classAccountCreateParams.BusinessProfile.SupportAddress
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountCreateParams.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.StringgetMcc()java.lang.StringgetName()The customer-facing business name.java.lang.StringgetProductDescription()Internal-only description of the product sold by, or service provided by, the business.AccountCreateParams.BusinessProfile.SupportAddressgetSupportAddress()A publicly available mailing address for sending support issues to.java.lang.StringgetSupportEmail()A publicly available email address for sending support issues to.java.lang.StringgetSupportPhone()A publicly available phone number to call with support issues.java.lang.ObjectgetSupportUrl()A publicly available website for handling support issues.java.lang.StringgetUrl()The business's publicly available website.
-
-
-
Method Detail
-
builder
public static AccountCreateParams.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.String 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.String getName()
The customer-facing business name.
-
getProductDescription
public java.lang.String 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 AccountCreateParams.BusinessProfile.SupportAddress getSupportAddress()
A publicly available mailing address for sending support issues to.
-
getSupportEmail
public java.lang.String getSupportEmail()
A publicly available email address for sending support issues to.
-
getSupportPhone
public java.lang.String 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.String getUrl()
The business's publicly available website.
-
-