public static class Account.SettingsPayouts extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
SettingsPayouts() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getDebitNegativeBalances()
A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank
account.
|
Account.PayoutSchedule |
getSchedule() |
java.lang.String |
getStatementDescriptor()
The text that appears on the bank account statement for payouts.
|
int |
hashCode() |
void |
setDebitNegativeBalances(java.lang.Boolean debitNegativeBalances)
A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank
account.
|
void |
setSchedule(Account.PayoutSchedule schedule) |
void |
setStatementDescriptor(java.lang.String statementDescriptor)
The text that appears on the bank account statement for payouts.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Boolean getDebitNegativeBalances()
public Account.PayoutSchedule getSchedule()
public java.lang.String getStatementDescriptor()
public void setDebitNegativeBalances(java.lang.Boolean debitNegativeBalances)
public void setSchedule(Account.PayoutSchedule schedule)
public void setStatementDescriptor(java.lang.String statementDescriptor)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object