Class Account.Identity.BusinessDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Address, please refer to the API Reference.static class
For more details about AnnualRevenue, please refer to the API Reference.static class
For more details about Documents, please refer to the API Reference.static class
For more details about IdNumber, please refer to the API Reference.static class
For more details about MonthlyEstimatedRevenue, please refer to the API Reference.static class
For more details about ScriptAddresses, please refer to the API Reference.static class
For more details about ScriptNames, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The company’s primary address.The business gross annual revenue for its preceding fiscal year.Documents that may be submitted to satisfy various informational requests.The company’s legal name.An estimated upper bound of employees, contractors, vendors, etc.The provided ID numbers of a business entity.An estimate of the monthly revenue of the business.getPhone()
The company’s phone number (used for verification).Internal-only description of the product sold or service provided by the business.The business legal name.The business registration address of the business entity in non latin script.The business legal name in non latin script.The category identifying the legal structure of the business.getUrl()
The business's publicly available website.int
hashCode()
void
The company’s primary address.void
setAnnualRevenue
(Account.Identity.BusinessDetails.AnnualRevenue annualRevenue) The business gross annual revenue for its preceding fiscal year.void
Documents that may be submitted to satisfy various informational requests.void
setDoingBusinessAs
(String doingBusinessAs) The company’s legal name.void
setEstimatedWorkerCount
(Integer estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.void
The provided ID numbers of a business entity.void
setMonthlyEstimatedRevenue
(Account.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.void
The company’s phone number (used for verification).void
setProductDescription
(String productDescription) Internal-only description of the product sold or service provided by the business.void
setRegisteredName
(String registeredName) The business legal name.void
setScriptAddresses
(Account.Identity.BusinessDetails.ScriptAddresses scriptAddresses) The business registration address of the business entity in non latin script.void
The business legal name in non latin script.void
setStructure
(String structure) The category identifying the legal structure of the business.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
-
BusinessDetails
public BusinessDetails()
-
-
Method Details
-
getAddress
The company’s primary address. -
getAnnualRevenue
The business gross annual revenue for its preceding fiscal year. -
getDocuments
Documents that may be submitted to satisfy various informational requests. -
getDoingBusinessAs
The company’s legal name. -
getEstimatedWorkerCount
An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
getIdNumbers
The provided ID numbers of a business entity. -
getMonthlyEstimatedRevenue
An estimate of the monthly revenue of the business. -
getPhone
The company’s phone number (used for verification). -
getProductDescription
Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes. -
getRegisteredName
The business legal name. -
getScriptAddresses
The business registration address of the business entity in non latin script. -
getScriptNames
The business legal name in non latin script. -
getStructure
The category identifying the legal structure of the business.One of
cooperative
,free_zone_establishment
,free_zone_llc
,governmental_unit
,government_instrumentality
,incorporated_association
,incorporated_non_profit
,incorporated_partnership
,limited_liability_partnership
,llc
,multi_member_llc
,private_company
,private_corporation
,private_partnership
,public_company
,public_corporation
,public_listed_corporation
,public_partnership
,registered_charity
,single_member_llc
,sole_establishment
,sole_proprietorship
,tax_exempt_government_instrumentality
,trust
,unincorporated_association
,unincorporated_non_profit
, orunincorporated_partnership
. -
getUrl
The business's publicly available website. -
setAddress
The company’s primary address. -
setAnnualRevenue
The business gross annual revenue for its preceding fiscal year. -
setDocuments
Documents that may be submitted to satisfy various informational requests. -
setDoingBusinessAs
The company’s legal name. -
setEstimatedWorkerCount
An estimated upper bound of employees, contractors, vendors, etc. currently working for the business. -
setIdNumbers
The provided ID numbers of a business entity. -
setMonthlyEstimatedRevenue
public void setMonthlyEstimatedRevenue(Account.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business. -
setPhone
The company’s phone number (used for verification). -
setProductDescription
Internal-only description of the product sold or service provided by the business. It’s used by Stripe for risk and underwriting purposes. -
setRegisteredName
The business legal name. -
setScriptAddresses
The business registration address of the business entity in non latin script. -
setScriptNames
The business legal name in non latin script. -
setStructure
The category identifying the legal structure of the business.One of
cooperative
,free_zone_establishment
,free_zone_llc
,governmental_unit
,government_instrumentality
,incorporated_association
,incorporated_non_profit
,incorporated_partnership
,limited_liability_partnership
,llc
,multi_member_llc
,private_company
,private_corporation
,private_partnership
,public_company
,public_corporation
,public_listed_corporation
,public_partnership
,registered_charity
,single_member_llc
,sole_establishment
,sole_proprietorship
,tax_exempt_government_instrumentality
,trust
,unincorporated_association
,unincorporated_non_profit
, orunincorporated_partnership
. -
setUrl
The business's publicly available website. -
equals
-
canEqual
-
hashCode
public int hashCode()
-