Class Account.Settings.BacsDebitPayments

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

public static class Account.Settings.BacsDebitPayments extends StripeObject
  • Constructor Details

    • BacsDebitPayments

      public BacsDebitPayments()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this will appear on the mandate, and as the statement descriptor.
    • setDisplayName

      public void setDisplayName(String displayName)
      The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this will appear on the mandate, and as the statement descriptor.
    • 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