Class Account.Identity.BusinessDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Identity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe company’s primary address.static classThe business gross annual revenue for its preceding fiscal year.static classDocuments that may be submitted to satisfy various informational requests.static classFor more details about IdNumber, please refer to the API Reference.static classAn estimate of the monthly revenue of the business.static classThe business registration address of the business entity in non latin script.static classThe business legal name in non latin script. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe company’s primary address.The business gross annual revenue for its preceding fiscal year.A detailed description of the business's compliance and anti-money laundering controls and practices.Documents that may be submitted to satisfy various informational requests.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).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.inthashCode()voidThe company’s primary address.voidsetAnnualRevenue(Account.Identity.BusinessDetails.AnnualRevenue annualRevenue) The business gross annual revenue for its preceding fiscal year.voidsetComplianceScreeningDescription(String complianceScreeningDescription) A detailed description of the business's compliance and anti-money laundering controls and practices.voidDocuments that may be submitted to satisfy various informational requests.voidsetEstimatedWorkerCount(Long estimatedWorkerCount) An estimated upper bound of employees, contractors, vendors, etc.voidThe provided ID numbers of a business entity.voidsetMonthlyEstimatedRevenue(Account.Identity.BusinessDetails.MonthlyEstimatedRevenue monthlyEstimatedRevenue) An estimate of the monthly revenue of the business.voidThe company’s phone number (used for verification).voidsetRegisteredName(String registeredName) The business legal name.voidsetScriptAddresses(Account.Identity.BusinessDetails.ScriptAddresses scriptAddresses) The business registration address of the business entity in non latin script.voidThe business legal name in non latin script.voidsetStructure(String structure) The category identifying the legal structure of the business.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. -
getComplianceScreeningDescription
A detailed description of the business's compliance and anti-money laundering controls and practices. -
getDocuments
Documents that may be submitted to satisfy various informational requests. -
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). -
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. -
setAddress
The company’s primary address. -
setAnnualRevenue
The business gross annual revenue for its preceding fiscal year. -
setComplianceScreeningDescription
A detailed description of the business's compliance and anti-money laundering controls and practices. -
setDocuments
Documents that may be submitted to satisfy various informational requests. -
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). -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-