Class Account.Settings.SepaDebitPayments

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.SepaDebitPayments
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Settings

public static class Account.Settings.SepaDebitPayments extends StripeObject
The day of the week funds will be paid out, of the style 'monday', 'tuesday', etc. Only shown if interval is weekly.
  • Constructor Details

    • SepaDebitPayments

      public SepaDebitPayments()
  • Method Details

    • getCreditorId

      public String getCreditorId()
      SEPA creditor identifier that identifies the company making the payment.
    • setCreditorId

      public void setCreditorId(String creditorId)
      SEPA creditor identifier that identifies the company making the payment.
    • 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