AccountHolderVerificationNotificationContent class abstract

AccountHolderVerificationNotificationContent

Properties:

Annotations
  • @BuiltValue.new()

Properties

accountHolderCode String?
The code of the account holder.
no setter
hashCode int
The hash code for this object.
no setterinherited
kycCheckStatusData KYCCheckStatusData?
Information on the verification status
no setter
legalArrangementCode String?
The unique ID of the legal arrangement that has been verified.
no setter
legalArrangementEntityCode String?
The unique ID of the legal arrangement entity that has been verified.
no setter
payoutMethodCode String?
The unique code of the payout method that has been verified.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareholderCode String?
The code of the shareholder that has been verified.
no setter
signatoryCode String?
The code of the signatory that has been verified.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountHolderVerificationNotificationContentBuilder)) AccountHolderVerificationNotificationContent
Rebuilds the instance.
inherited
toBuilder() AccountHolderVerificationNotificationContentBuilder
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<AccountHolderVerificationNotificationContent>
no setter