Package com.stripe.param
Class TokenCreateParams.Account.Company
java.lang.Object
com.stripe.param.TokenCreateParams.Account.Company
- Enclosing class:
- TokenCreateParams.Account
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
State, county, province, or region.static class
Town or cho-me.static class
static class
Town or cho-me.static enum
static class
The user agent of the browser from which the beneficial owner attestation was made. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The company's primary address.The Kana variation of the company's primary address (Japan only).The Kanji variation of the company's primary address (Japan only).Whether the company's directors have been provided.Whether the company's executives have been provided.The export license ID number of the company, also referred as Import Export Code (India only).The purpose code to use for export transactions (India only).Map of extra parameters for custom features not available in this client library.getName()
The company's legal name.The Kana variation of the company's legal name (Japan only).The Kanji variation of the company's legal name (Japan only).This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.Whether the user described by the data in the token has been shown the Ownership Declaration and indicated that it is correct.Whether the company's owners have been provided.getPhone()
The company's phone number (used for verification).The identification number given to a company when it is registered or incorporated, if distinct from the identification number used for filing taxes.The category identifying the legal structure of the company or legal entity.getTaxId()
The business ID number of the company, as appropriate for the company’s country.The jurisdiction in which thetax_id
is registered (Germany-based companies only).getVatId()
The VAT number of the company.Information on the verification state of the company.
-
Method Details
-
builder
-
getAddress
The company's primary address. -
getAddressKana
The Kana variation of the company's primary address (Japan only). -
getAddressKanji
The Kanji variation of the company's primary address (Japan only). -
getDirectorsProvided
Whether the company's directors have been provided. Set this Boolean totrue
after creating all the company's directors with the Persons API for accounts with arelationship.director
requirement. This value is not automatically set totrue
after creating directors, so it needs to be updated to indicate all directors have been provided. -
getExecutivesProvided
Whether the company's executives have been provided. Set this Boolean totrue
after creating all the company's executives with the Persons API for accounts with arelationship.executive
requirement. -
getExportLicenseId
The export license ID number of the company, also referred as Import Export Code (India only). -
getExportPurposeCode
The purpose code to use for export transactions (India only). -
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. -
getName
The company's legal name. -
getNameKana
The Kana variation of the company's legal name (Japan only). -
getNameKanji
The Kanji variation of the company's legal name (Japan only). -
getOwnersProvided
Whether the company's owners have been provided. Set this Boolean totrue
after creating all the company's owners with the Persons API for accounts with arelationship.owner
requirement. -
getOwnershipDeclaration
This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct. -
getOwnershipDeclarationShownAndSigned
Whether the user described by the data in the token has been shown the Ownership Declaration and indicated that it is correct. -
getPhone
The company's phone number (used for verification). -
getRegistrationNumber
The identification number given to a company when it is registered or incorporated, if distinct from the identification number used for filing taxes. (Examples are the CIN for companies and LLP IN for partnerships in India, and the Company Registration Number in Hong Kong). -
getStructure
The category identifying the legal structure of the company or legal entity. See Business structure for more details. Pass an empty string to unset this value. -
getTaxId
The business ID number of the company, as appropriate for the company’s country. (Examples are an Employer ID Number in the U.S., a Business Number in Canada, or a Company Number in the UK.) -
getTaxIdRegistrar
The jurisdiction in which thetax_id
is registered (Germany-based companies only). -
getVatId
The VAT number of the company. -
getVerification
Information on the verification state of the company.
-