AccountCompany constructor
const
AccountCompany({
- AccountSupportAddress? address,
- AccountAddressKana? addressKana,
- AccountAddressKana? addressKanji,
- bool? directorsProvided,
- bool? executivesProvided,
- String? exportLicenseId,
- String? exportPurposeCode,
- String? name,
- String? nameKana,
- String? nameKanji,
- bool? ownersProvided,
- AccountOwnershipDeclaration? ownershipDeclaration,
- String? phone,
- String? registrationNumber,
- AccountStructure? structure,
- String? taxId,
- String? taxIdRegistrar,
- String? vatId,
- AccountVerification? verification,
company_specs
Information about the company or business. This field is available for any `business_type`. Once you create an [Account Link](https://stripe.com/docs/api/account\_links) or [Account Session](https://stripe.com/docs/api/account_sessions), this property can only be updated for Custom accounts.
Implementation
const AccountCompany({
this.address,
this.addressKana,
this.addressKanji,
this.directorsProvided,
this.executivesProvided,
this.exportLicenseId,
this.exportPurposeCode,
this.name,
this.nameKana,
this.nameKanji,
this.ownersProvided,
this.ownershipDeclaration,
this.phone,
this.registrationNumber,
this.structure,
this.taxId,
this.taxIdRegistrar,
this.vatId,
this.verification,
});