Class PaymentMethod.AuBecsDebit

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.AuBecsDebit
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

public static class PaymentMethod.AuBecsDebit extends StripeObject
  • Constructor Details

    • AuBecsDebit

      public AuBecsDebit()
  • Method Details

    • getBsbNumber

      public String getBsbNumber()
      Six-digit number identifying bank and branch associated with this bank account.
    • getFingerprint

      public String getFingerprint()
      Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
    • getLast4

      public String getLast4()
      Last four digits of the bank account number.
    • setBsbNumber

      public void setBsbNumber(String bsbNumber)
      Six-digit number identifying bank and branch associated with this bank account.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
    • setLast4

      public void setLast4(String last4)
      Last four digits of the bank account number.
    • 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