Class Account.Configuration.Merchant.BacsDebitPayments

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.BacsDebitPayments
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Configuration.Merchant

public static class Account.Configuration.Merchant.BacsDebitPayments extends StripeObject
For more details about BacsDebitPayments, please refer to the API Reference.
  • Constructor Details

    • BacsDebitPayments

      public BacsDebitPayments()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Display name for Bacs debit payments.
    • getServiceUserNumber

      public String getServiceUserNumber()
      Service user number for Bacs debit payments.
    • setDisplayName

      public void setDisplayName(String displayName)
      Display name for Bacs debit payments.
    • setServiceUserNumber

      public void setServiceUserNumber(String serviceUserNumber)
      Service user number for Bacs debit payments.
    • 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