CreateAccountHolderResponse class abstract
CreateAccountHolderResponse
Properties:
- accountCode - The code of a new account created for the account holder.
- accountHolderCode - The code of the new account holder.
- accountHolderDetails - Details of the new account holder.
- accountHolderStatus - The status of the new account holder.
- description - The description of the new account holder.
- invalidFields - A list of fields that caused the
/createAccountHolderrequest to fail. - legalEntity - The type of legal entity of the new account holder.
- primaryCurrency - The three-character ISO currency code, with which the prospective account holder primarily deals.
- pspReference - The reference of a request. Can be used to uniquely identify the request.
- resultCode - The result code.
- verification - The details of KYC Verification of the account holder.
- verificationProfile - The identifier of the profile that applies to this entity.
- Annotations
-
- @BuiltValue.new()
Constructors
- CreateAccountHolderResponse([void updates(CreateAccountHolderResponseBuilder b)])
-
factory
Properties
- accountCode → String?
-
The code of a new account created for the account holder.
no setter
- accountHolderCode → String?
-
The code of the new account holder.
no setter
- accountHolderDetails → AccountHolderDetails?
-
Details of the new account holder.
no setter
- accountHolderStatus → AccountHolderStatus?
-
The status of the new account holder.
no setter
- description → String?
-
The description of the new account holder.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invalidFields
→ BuiltList<
ErrorFieldType> ? -
A list of fields that caused the
/createAccountHolderrequest to fail.no setter - legalEntity → CreateAccountHolderResponseLegalEntityEnum?
-
The type of legal entity of the new account holder.
no setter
- primaryCurrency → String?
-
The three-character ISO currency code, with which the prospective account holder primarily deals.
no setter
- pspReference → String?
-
The reference of a request. Can be used to uniquely identify the request.
no setter
- resultCode → String?
-
The result code.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verification → KYCVerificationResult?
-
The details of KYC Verification of the account holder.
no setter
- verificationProfile → String?
-
The identifier of the profile that applies to this entity.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CreateAccountHolderResponseBuilder)) → CreateAccountHolderResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateAccountHolderResponseBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CreateAccountHolderResponse> -
no setter