public class AccountState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountState.StateTypeEnum
account processing state
|
| Constructor and Description |
|---|
AccountState() |
| Modifier and Type | Method and Description |
|---|---|
AccountState |
allowPayout(Boolean allowPayout) |
AccountState |
allowProcessing(Boolean allowProcessing) |
AccountState |
disabled(Boolean disabled) |
AccountState |
disableReason(String disableReason) |
boolean |
equals(Object o) |
Boolean |
getAllowPayout()
indicates if account, having this state, is allowed to receive payouts
|
Boolean |
getAllowProcessing()
indicates if account, having this state, is allowed to process transactions
|
Boolean |
getDisabled()
shows if the state is enabled / disabled
|
String |
getDisableReason()
describes why the state has been disabled
|
Date |
getStateDeadline()
date, till which the account holder is allowed to be in the current state
|
AccountStateLimit |
getStateLimit()
state limit
|
AccountState.StateTypeEnum |
getStateType()
account processing state
|
Integer |
getTierNumber()
the tier in which the accountholder currently resides
|
int |
hashCode() |
void |
setAllowPayout(Boolean allowPayout) |
void |
setAllowProcessing(Boolean allowProcessing) |
void |
setDisabled(Boolean disabled) |
void |
setDisableReason(String disableReason) |
void |
setStateDeadline(Date stateDeadline) |
void |
setStateLimit(AccountStateLimit stateLimit) |
void |
setStateType(AccountState.StateTypeEnum stateType) |
void |
setTierNumber(Integer tierNumber) |
AccountState |
stateDeadline(Date stateDeadline) |
AccountState |
stateLimit(AccountStateLimit stateLimit) |
AccountState |
stateType(AccountState.StateTypeEnum stateType) |
AccountState |
tierNumber(Integer tierNumber) |
String |
toString() |
public AccountState disableReason(String disableReason)
public String getDisableReason()
public void setDisableReason(String disableReason)
public AccountState allowProcessing(Boolean allowProcessing)
public Boolean getAllowProcessing()
public void setAllowProcessing(Boolean allowProcessing)
public AccountState stateDeadline(Date stateDeadline)
public Date getStateDeadline()
public void setStateDeadline(Date stateDeadline)
public AccountState allowPayout(Boolean allowPayout)
public Boolean getAllowPayout()
public void setAllowPayout(Boolean allowPayout)
public AccountState stateLimit(AccountStateLimit stateLimit)
public AccountStateLimit getStateLimit()
public void setStateLimit(AccountStateLimit stateLimit)
public AccountState stateType(AccountState.StateTypeEnum stateType)
public AccountState.StateTypeEnum getStateType()
public void setStateType(AccountState.StateTypeEnum stateType)
public AccountState tierNumber(Integer tierNumber)
public Integer getTierNumber()
public void setTierNumber(Integer tierNumber)
public AccountState disabled(Boolean disabled)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
Copyright © 2022. All rights reserved.