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

public static class BalanceSettings.Payments.Payouts extends StripeObject
For more details about Payouts, please refer to the API Reference.
  • 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

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

      public String getStatus()
      Whether the funds in this account can be paid out.

      One of disabled, or enabled.

    • setSchedule

      public void setSchedule(BalanceSettings.Payments.Payouts.Schedule schedule)
      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

      public void 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.
    • setStatus

      public void setStatus(String status)
      Whether the funds in this account can be paid out.

      One of disabled, or enabled.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object