Package com.stripe.param
Class AccountCreateParams.BusinessProfile
java.lang.Object
com.stripe.param.AccountCreateParams.BusinessProfile
- Enclosing class:
- AccountCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Required. The close-out date of the preceding fiscal year in ISO 8601 format.static class
Add all map key/value pairs to `extraParams` map. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The applicant's gross annual revenue for its preceding fiscal year.An estimated upper bound of employees, contractors, vendors, etc.Map of extra parameters for custom features not available in this client library.getMcc()
An estimate of the monthly revenue of the business.getName()
The customer-facing business name.Internal-only description of the product sold by, or service provided by, the business.A publicly available mailing address for sending support issues to.A publicly available email address for sending support issues to.A publicly available phone number to call with support issues.A publicly available website for handling support issues.getUrl()
The business's publicly available website.
-
Method Details
-
builder
-
getAnnualRevenue
The applicant's gross annual revenue for its preceding fiscal year. -
getEstimatedWorkerCount
An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
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@SerializedName
value. 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
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
getMonthlyEstimatedRevenue
An estimate of the monthly revenue of the business. Only accepted for accounts in Brazil and India. -
getName
The customer-facing business name. -
getProductDescription
Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes. -
getSupportAddress
A publicly available mailing address for sending support issues to. -
getSupportEmail
A publicly available email address for sending support issues to. -
getSupportPhone
A publicly available phone number to call with support issues. -
getSupportUrl
A publicly available website for handling support issues. -
getUrl
The business's publicly available website.
-