Package com.stripe.param
Class BalanceSettingsUpdateParams.Payments.Payouts.Builder
java.lang.Object
com.stripe.param.BalanceSettingsUpdateParams.Payments.Payouts.Builder
- Enclosing class:
- BalanceSettingsUpdateParams.Payments.Payouts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Details on when funds from charges are available, and when they are paid out to an external account.setStatementDescriptor
(EmptyParam statementDescriptor) The text that appears on the bank account statement for payouts.setStatementDescriptor
(String statementDescriptor) The text that appears on the bank account statement for payouts.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeBalanceSettingsUpdateParams.Payments.Payouts.extraParams
for the field documentation. -
putAllExtraParam
public BalanceSettingsUpdateParams.Payments.Payouts.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeBalanceSettingsUpdateParams.Payments.Payouts.extraParams
for the field documentation. -
setSchedule
public BalanceSettingsUpdateParams.Payments.Payouts.Builder setSchedule(BalanceSettingsUpdateParams.Payments.Payouts.Schedule schedule) Details on when funds from charges are available, and when they are paid out to an external account. For details, see our Setting Bank and Debit Card Payouts documentation. -
setStatementDescriptor
public BalanceSettingsUpdateParams.Payments.Payouts.Builder setStatementDescriptor(String statementDescriptor) 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. -
setStatementDescriptor
public BalanceSettingsUpdateParams.Payments.Payouts.Builder setStatementDescriptor(EmptyParam statementDescriptor) 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.
-