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
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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
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, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BusinessProfile
public BusinessProfile()
-
-
Method Details
-
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. -
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()
-