AccountHolderUpdateRequestStatusEnum class

Inheritance
  • Object
  • EnumClass
  • AccountHolderUpdateRequestStatusEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AccountHolderUpdateRequestStatusEnum>
no setter
values → BuiltSet<AccountHolderUpdateRequestStatusEnum>
no setter

Constants

active → const AccountHolderUpdateRequestStatusEnum
The status of the account holder. Possible values: * active: The account holder is active and allowed to use its capabilities. This is the initial status for account holders and balance accounts. You can change this status to suspended or closed. * suspended: The account holder is temporarily disabled and payouts are blocked. You can change this status to active or closed. * closed: The account holder and all of its capabilities are permanently disabled. This is a final status and cannot be changed.
closed → const AccountHolderUpdateRequestStatusEnum
The status of the account holder. Possible values: * active: The account holder is active and allowed to use its capabilities. This is the initial status for account holders and balance accounts. You can change this status to suspended or closed. * suspended: The account holder is temporarily disabled and payouts are blocked. You can change this status to active or closed. * closed: The account holder and all of its capabilities are permanently disabled. This is a final status and cannot be changed.
suspended → const AccountHolderUpdateRequestStatusEnum
The status of the account holder. Possible values: * active: The account holder is active and allowed to use its capabilities. This is the initial status for account holders and balance accounts. You can change this status to suspended or closed. * suspended: The account holder is temporarily disabled and payouts are blocked. You can change this status to active or closed. * closed: The account holder and all of its capabilities are permanently disabled. This is a final status and cannot be changed.
unknownDefaultOpenApi → const AccountHolderUpdateRequestStatusEnum
The status of the account holder. Possible values: * active: The account holder is active and allowed to use its capabilities. This is the initial status for account holders and balance accounts. You can change this status to suspended or closed. * suspended: The account holder is temporarily disabled and payouts are blocked. You can change this status to active or closed. * closed: The account holder and all of its capabilities are permanently disabled. This is a final status and cannot be changed.