Class AccountCreateParams.Settings.Payouts

java.lang.Object
com.stripe.param.AccountCreateParams.Settings.Payouts
Enclosing class:
AccountCreateParams.Settings

public static class AccountCreateParams.Settings.Payouts extends Object
The Kanji variation of the default text that appears on credit card statements when a charge is made (Japan only).
  • Method Details

    • builder

    • getDebitNegativeBalances

      public Boolean getDebitNegativeBalances()
      A Boolean indicating whether Stripe should try to reclaim negative balances from an attached bank account. For details, see Understanding Connect Account Balances.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getSchedule

      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.
    • getStatementDescriptor

      public String 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.