Package com.stripe.model
Class BalanceSettings.Payments.Payouts
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.BalanceSettings.Payments.Payouts
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- BalanceSettings.Payments
For more details about Payouts, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Schedule, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Details on when funds from charges are available, and when they are paid out to an external account.The text that appears on the bank account statement for payouts.Whether the funds in this account can be paid out.int
hashCode()
void
Details on when funds from charges are available, and when they are paid out to an external account.void
setStatementDescriptor
(String statementDescriptor) The text that appears on the bank account statement for payouts.void
Whether the funds in this account can be paid out.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payouts
public Payouts()
-
-
Method Details
-
getSchedule
Details on when funds from charges are available, and when they are paid out to an external account. See our Setting Bank and Debit Card Payouts documentation for details. -
getStatementDescriptor
The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard. -
getStatus
Whether the funds in this account can be paid out.One of
disabled
, orenabled
. -
setSchedule
Details on when funds from charges are available, and when they are paid out to an external account. See our Setting Bank and Debit Card Payouts documentation for details. -
setStatementDescriptor
The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard. -
setStatus
Whether the funds in this account can be paid out.One of
disabled
, orenabled
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-