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) |
String |
getDisableReason()
The reason why payouts (to all of the account holder's accounts) have been disabled (by the platform).
|
String |
getNotAllowedReason()
The reason why payouts (to all of the account holder's accounts) have been disabled (by Adyen).
|
Amount |
getPayoutLimit()
Get payoutLimit
|
Integer |
getTierNumber()
The payout tier that the account holder occupies.
|
int |
hashCode() |
Boolean |
isAllowPayout()
Indicates whether payouts are allowed.
|
Boolean |
isDisabled()
Indicates whether payouts have been disabled (by the platform) for all of the account holder's accounts.
|
AccountPayoutState |
notAllowedReason(String notAllowedReason) |
AccountPayoutState |
payoutLimit(Amount payoutLimit) |
void |
setAllowPayout(Boolean allowPayout) |
void |
setDisabled(Boolean disabled) |
void |
setDisableReason(String disableReason) |
void |
setNotAllowedReason(String notAllowedReason) |
void |
setPayoutLimit(Amount payoutLimit) |
void |
setTierNumber(Integer tierNumber) |
AccountPayoutState |
tierNumber(Integer tierNumber) |
String |
toString() |
public AccountPayoutState allowPayout(Boolean allowPayout)
public Boolean isAllowPayout()
public void setAllowPayout(Boolean allowPayout)
public AccountPayoutState disableReason(String disableReason)
public String getDisableReason()
public void setDisableReason(String disableReason)
public AccountPayoutState disabled(Boolean disabled)
public Boolean isDisabled()
public void setDisabled(Boolean disabled)
public AccountPayoutState notAllowedReason(String notAllowedReason)
public String getNotAllowedReason()
public void setNotAllowedReason(String notAllowedReason)
public AccountPayoutState payoutLimit(Amount payoutLimit)
public Amount getPayoutLimit()
public void setPayoutLimit(Amount payoutLimit)
public AccountPayoutState tierNumber(Integer tierNumber)
public Integer getTierNumber()
public void setTierNumber(Integer tierNumber)
Copyright © 2022. All rights reserved.