PersonCreateOptions class final
Constructors
-
PersonCreateOptions({PersonAdditionalTosAcceptances? additionalTosAcceptances, AccountSupportAddress? address, AccountAddressKana? addressKana, AccountAddressKana? addressKanji, AccountDob? dob, PersonDocuments? documents, String? email, List<
String> ? expand, 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? personToken, String? phone, String? politicalExposure, AccountSupportAddress? registeredAddress, PersonRelationship? relationship, String? ssnLast4, AccountIndividualVerification? verification}) -
const
- PersonCreateOptions.fromJson(Object? json)
-
factory
Properties
- additionalTosAcceptances → PersonAdditionalTosAcceptances?
-
person_additional_tos_acceptances_specs
final
- address → AccountSupportAddress?
-
final
- addressKana → AccountAddressKana?
-
final
- addressKanji → AccountAddressKana?
-
final
- dob → AccountDob?
-
final
- documents → PersonDocuments?
-
person_documents_specs
final
- email → String?
-
final
-
expand
→ List<
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
- personToken → String?
-
final
- phone → String?
-
final
- politicalExposure → String?
-
final
- registeredAddress → AccountSupportAddress?
-
final
- relationship → PersonRelationship?
-
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> (PersonCreateOptions instance, Encoder< V> encoder) → V