LegalEntityCompany class final
LegalEntityCompany
Constructors
- 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
const
- LegalEntityCompany.fromJson(Object? json)
-
factory
Properties
- address → Address?
-
final
- addressKana → LegalEntityCompanyAddressKana?
-
The Kana variation of the company's primary address (Japan only).
final
- addressKanji → LegalEntityCompanyAddressKana?
-
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 → IssuingCardholderUserTermsAcceptance?
-
final
- ownersProvided → bool?
-
final
- phone → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structure → LegalEntityCompanyStructure?
-
final
- taxIdProvided → bool?
-
final
- taxIdRegistrar → String?
-
final
- vatIdProvided → bool?
-
final
- verification → LegalEntityCompanyVerification?
-
Information on the verification state of the company.
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> (LegalEntityCompany instance, Encoder< V> encoder) → V