LegalEntityCompany constructor
const
LegalEntityCompany({
- Address? address,
- LegalEntityCompanyAddressKana? addressKana,
- LegalEntityCompanyAddressKana? addressKanji,
- bool? directorsProvided,
- bool? executivesProvided,
- String? exportLicenseId,
- String? exportPurposeCode,
- String? name,
- String? nameKana,
- String? nameKanji,
- bool? ownersProvided,
- IssuingCardholderUserTermsAcceptance? ownershipDeclaration,
- String? phone,
- LegalEntityCompanyStructure? structure,
- bool? taxIdProvided,
- String? taxIdRegistrar,
- bool? vatIdProvided,
- 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,
});