public class AccountPayoutState extends Object
| Constructor and Description |
|---|
AccountPayoutState() |
| Modifier and Type | Method and Description |
|---|---|
AccountPayoutState |
allowPayout(Boolean allowPayout) |
AccountPayoutState |
disabled(Boolean disabled) |
AccountPayoutState |
disableReason(String disableReason) |
boolean |
equals(Object o) |
Boolean |
getAllowPayout()
shows if the payout is allowed
|
Boolean |
getDisabled()
shows if the payout schedule has been disabled for all the virtual accounts
|
String |
getDisableReason()
if the payout has been disabled for all the virtual accounts, shows the disable reason
|
Amount |
getPayoutLimit()
payout limit (specified if the payout is allowed and the payout is limited)
|
Integer |
getTierNumber()
the tier in which the accountholder currently resides
|
int |
hashCode() |
AccountPayoutState |
payoutLimit(Amount payoutLimit) |
void |
setAllowPayout(Boolean allowPayout) |
void |
setDisabled(Boolean disabled) |
void |
setDisableReason(String disableReason) |
void |
setPayoutLimit(Amount payoutLimit) |
void |
setTierNumber(Integer tierNumber) |
AccountPayoutState |
tierNumber(Integer tierNumber) |
String |
toString() |
public AccountPayoutState disableReason(String disableReason)
public String getDisableReason()
public void setDisableReason(String disableReason)
public AccountPayoutState allowPayout(Boolean allowPayout)
public Boolean getAllowPayout()
public void setAllowPayout(Boolean allowPayout)
public AccountPayoutState tierNumber(Integer tierNumber)
public Integer getTierNumber()
public void setTierNumber(Integer tierNumber)
public AccountPayoutState disabled(Boolean disabled)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public AccountPayoutState payoutLimit(Amount payoutLimit)
public Amount getPayoutLimit()
public void setPayoutLimit(Amount payoutLimit)
Copyright © 2019. All rights reserved.