AccountCompany class final

company_specs

Information about the company or business. This field is available for any `business_type`. Once you create an [Account Link](https://stripe.com/docs/api/account\_links) or [Account Session](https://stripe.com/docs/api/account_sessions), this property can only be updated for Custom accounts.

Constructors

AccountCompany({AccountSupportAddress? address, AccountAddressKana? addressKana, AccountAddressKana? addressKanji, bool? directorsProvided, bool? executivesProvided, String? exportLicenseId, String? exportPurposeCode, String? name, String? nameKana, String? nameKanji, bool? ownersProvided, AccountOwnershipDeclaration? ownershipDeclaration, String? phone, String? registrationNumber, AccountStructure? structure, String? taxId, String? taxIdRegistrar, String? vatId, AccountVerification? verification})
company_specs
const
AccountCompany.fromJson(Object? json)
factory

Properties

address AccountSupportAddress?
final
addressKana AccountAddressKana?
japan_address_kana_specs
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?
company_ownership_declaration
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?
verification_specs
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>(AccountCompany instance, Encoder<V> encoder) → V