Package com.adyen.model.marketpay
Class AccountState
- java.lang.Object
-
- com.adyen.model.marketpay.AccountState
-
public class AccountState extends Object
AccountState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountState.StateTypeEnumaccount processing state
-
Constructor Summary
Constructors Constructor Description AccountState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountStateallowPayout(Boolean allowPayout)AccountStateallowProcessing(Boolean allowProcessing)AccountStatedisabled(Boolean disabled)AccountStatedisableReason(String disableReason)booleanequals(Object o)BooleangetAllowPayout()indicates if account, having this state, is allowed to receive payoutsBooleangetAllowProcessing()indicates if account, having this state, is allowed to process transactionsBooleangetDisabled()shows if the state is enabled / disabledStringgetDisableReason()describes why the state has been disabledDategetStateDeadline()date, till which the account holder is allowed to be in the current stateAccountStateLimitgetStateLimit()state limitAccountState.StateTypeEnumgetStateType()account processing stateIntegergetTierNumber()the tier in which the accountholder currently residesinthashCode()voidsetAllowPayout(Boolean allowPayout)voidsetAllowProcessing(Boolean allowProcessing)voidsetDisabled(Boolean disabled)voidsetDisableReason(String disableReason)voidsetStateDeadline(Date stateDeadline)voidsetStateLimit(AccountStateLimit stateLimit)voidsetStateType(AccountState.StateTypeEnum stateType)voidsetTierNumber(Integer tierNumber)AccountStatestateDeadline(Date stateDeadline)AccountStatestateLimit(AccountStateLimit stateLimit)AccountStatestateType(AccountState.StateTypeEnum stateType)AccountStatetierNumber(Integer tierNumber)StringtoString()
-
-
-
Method Detail
-
disableReason
public AccountState disableReason(String disableReason)
-
getDisableReason
public String getDisableReason()
describes why the state has been disabled- Returns:
- disableReason
-
setDisableReason
public void setDisableReason(String disableReason)
-
allowProcessing
public AccountState allowProcessing(Boolean allowProcessing)
-
getAllowProcessing
public Boolean getAllowProcessing()
indicates if account, having this state, is allowed to process transactions- Returns:
- allowProcessing
-
setAllowProcessing
public void setAllowProcessing(Boolean allowProcessing)
-
stateDeadline
public AccountState stateDeadline(Date stateDeadline)
-
getStateDeadline
public Date getStateDeadline()
date, till which the account holder is allowed to be in the current state- Returns:
- stateDeadline
-
setStateDeadline
public void setStateDeadline(Date stateDeadline)
-
allowPayout
public AccountState allowPayout(Boolean allowPayout)
-
getAllowPayout
public Boolean getAllowPayout()
indicates if account, having this state, is allowed to receive payouts- Returns:
- allowPayout
-
setAllowPayout
public void setAllowPayout(Boolean allowPayout)
-
stateLimit
public AccountState stateLimit(AccountStateLimit stateLimit)
-
getStateLimit
public AccountStateLimit getStateLimit()
state limit- Returns:
- stateLimit
-
setStateLimit
public void setStateLimit(AccountStateLimit stateLimit)
-
stateType
public AccountState stateType(AccountState.StateTypeEnum stateType)
-
getStateType
public AccountState.StateTypeEnum getStateType()
account processing state- Returns:
- stateType
-
setStateType
public void setStateType(AccountState.StateTypeEnum stateType)
-
tierNumber
public AccountState tierNumber(Integer tierNumber)
-
getTierNumber
public Integer getTierNumber()
the tier in which the accountholder currently resides- Returns:
- tierNumber
-
setTierNumber
public void setTierNumber(Integer tierNumber)
-
disabled
public AccountState disabled(Boolean disabled)
-
getDisabled
public Boolean getDisabled()
shows if the state is enabled / disabled- Returns:
- disabled
-
setDisabled
public void setDisabled(Boolean disabled)
-
-