AccountCompany constructor

const AccountCompany({
  1. AccountSupportAddress? address,
  2. AccountAddressKana? addressKana,
  3. AccountAddressKana? addressKanji,
  4. bool? directorsProvided,
  5. bool? executivesProvided,
  6. String? exportLicenseId,
  7. String? exportPurposeCode,
  8. String? name,
  9. String? nameKana,
  10. String? nameKanji,
  11. bool? ownersProvided,
  12. AccountOwnershipDeclaration? ownershipDeclaration,
  13. String? phone,
  14. String? registrationNumber,
  15. AccountStructure? structure,
  16. String? taxId,
  17. String? taxIdRegistrar,
  18. String? vatId,
  19. 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,
});