LegalEntityCompany constructor

const LegalEntityCompany({
  1. Address? address,
  2. LegalEntityCompanyAddressKana? addressKana,
  3. LegalEntityCompanyAddressKana? 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. IssuingCardholderUserTermsAcceptance? ownershipDeclaration,
  13. String? phone,
  14. LegalEntityCompanyStructure? structure,
  15. bool? taxIdProvided,
  16. String? taxIdRegistrar,
  17. bool? vatIdProvided,
  18. LegalEntityCompanyVerification? verification,
})

LegalEntityCompany

Implementation

const LegalEntityCompany({
  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.structure,
  this.taxIdProvided,
  this.taxIdRegistrar,
  this.vatIdProvided,
  this.verification,
});