Package com.stripe.model
Class Account.BusinessProfile
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.BusinessProfile
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The applicant's gross annual revenue for its preceding fiscal year.An estimated upper bound of employees, contractors, vendors, etc.getMcc()
getName()
The customer-facing business name.Internal-only description of the product sold 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.int
hashCode()
void
setAnnualRevenue
(Account.BusinessProfile.AnnualRevenue annualRevenue) The applicant's gross annual revenue for its preceding fiscal year.void
setEstimatedWorkerCount
(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.void
void
setMonthlyEstimatedRevenue
(Account.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) void
The customer-facing business name.void
setProductDescription
(String productDescription) Internal-only description of the product sold or service provided by the business.void
setSupportAddress
(Address supportAddress) A publicly available mailing address for sending support issues to.void
setSupportEmail
(String supportEmail) A publicly available email address for sending support issues to.void
setSupportPhone
(String supportPhone) A publicly available phone number to call with support issues.void
setSupportUrl
(String supportUrl) A publicly available website for handling support issues.void
The business's publicly available website.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BusinessProfile
public BusinessProfile()
-
-
Method Details
-
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. -
getMcc
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
getMonthlyEstimatedRevenue
-
getName
The customer-facing business name. -
getProductDescription
Internal-only description of the product sold or service provided by the business. It's 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. -
setAnnualRevenue
The applicant's gross annual revenue for its preceding fiscal year. -
setEstimatedWorkerCount
An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
setMcc
The merchant category code for the account. MCCs are used to classify businesses based on the goods or services they provide. -
setMonthlyEstimatedRevenue
public void setMonthlyEstimatedRevenue(Account.BusinessProfile.MonthlyEstimatedRevenue monthlyEstimatedRevenue) -
setName
The customer-facing business name. -
setProductDescription
Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes. -
setSupportAddress
A publicly available mailing address for sending support issues to. -
setSupportEmail
A publicly available email address for sending support issues to. -
setSupportPhone
A publicly available phone number to call with support issues. -
setSupportUrl
A publicly available website for handling support issues. -
setUrl
The business's publicly available website. -
equals
-
canEqual
-
hashCode
public int hashCode()
-