Enum AccountHolderUpdateRequest.StatusEnum

  • All Implemented Interfaces:
    Serializable, Comparable<AccountHolderUpdateRequest.StatusEnum>
    Enclosing class:
    AccountHolderUpdateRequest

    public static enum AccountHolderUpdateRequest.StatusEnum
    extends Enum<AccountHolderUpdateRequest.StatusEnum>
    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.