TokenCompany constructor
const
TokenCompany({
- AccountSupportAddress? address,
- AccountAddressKana? addressKana,
- AccountAddressKana? addressKanji,
- bool? directorsProvided,
- bool? executivesProvided,
- String? exportLicenseId,
- String? exportPurposeCode,
- String? name,
- String? nameKana,
- String? nameKanji,
- bool? ownersProvided,
- AccountOwnershipDeclaration? ownershipDeclaration,
- bool? ownershipDeclarationShownAndSigned,
- String? phone,
- String? registrationNumber,
- AccountStructure? structure,
- String? taxId,
- String? taxIdRegistrar,
- String? vatId,
- AccountVerification? verification,
connect_js_account_token_company_specs
Information about the company or business.
Implementation
const TokenCompany({
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.ownershipDeclarationShownAndSigned,
this.phone,
this.registrationNumber,
this.structure,
this.taxId,
this.taxIdRegistrar,
this.vatId,
this.verification,
});