TokenCompany class final

connect_js_account_token_company_specs

Information about the company or business.

Constructors

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
const
TokenCompany.fromJson(Object? json)
factory

Properties

address AccountSupportAddress?
final
addressKana AccountAddressKana?
final
addressKanji AccountAddressKana?
final
directorsProvided bool?
final
executivesProvided bool?
final
exportLicenseId String?
final
exportPurposeCode String?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
nameKana String?
final
nameKanji String?
final
ownershipDeclaration AccountOwnershipDeclaration?
final
ownershipDeclarationShownAndSigned bool?
final
ownersProvided bool?
final
phone String?
final
registrationNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure AccountStructure?
final
taxId String?
final
taxIdRegistrar String?
final
vatId String?
final
verification AccountVerification?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(TokenCompany instance, Encoder<V> encoder) → V