TokenPerson class final

person_token_specs

Information for the person this token represents.

Constructors

TokenPerson({TokenAdditionalTosAcceptances? additionalTosAcceptances, AccountSupportAddress? address, AccountAddressKana? addressKana, AccountAddressKana? addressKanji, AccountDob? dob, PersonDocuments? documents, String? email, String? firstName, String? firstNameKana, String? firstNameKanji, List<String>? fullNameAliases, String? gender, String? idNumber, String? idNumberSecondary, String? lastName, String? lastNameKana, String? lastNameKanji, String? maidenName, Map<String, String>? metadata, String? nationality, String? phone, String? politicalExposure, AccountSupportAddress? registeredAddress, TokenRelationship? relationship, String? ssnLast4, AccountIndividualVerification? verification})
person_token_specs
const
TokenPerson.fromJson(Object? json)
factory

Properties

additionalTosAcceptances TokenAdditionalTosAcceptances?
person_additional_tos_acceptances_specs
final
address AccountSupportAddress?
final
addressKana AccountAddressKana?
final
addressKanji AccountAddressKana?
final
dob AccountDob?
final
documents PersonDocuments?
final
email String?
final
firstName String?
final
firstNameKana String?
final
firstNameKanji String?
final
fullNameAliases List<String>?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
idNumber String?
final
idNumberSecondary String?
final
lastName String?
final
lastNameKana String?
final
lastNameKanji String?
final
maidenName String?
final
metadata Map<String, String>?
final
nationality String?
final
phone String?
final
politicalExposure String?
final
registeredAddress AccountSupportAddress?
final
relationship TokenRelationship?
relationship_specs
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssnLast4 String?
final
verification AccountIndividualVerification?
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>(TokenPerson instance, Encoder<V> encoder) → V