Class Charge.PaymentMethodDetails.BacsDebit

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.BacsDebit
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.BacsDebit extends StripeObject
  • Constructor Details

    • BacsDebit

      public BacsDebit()
  • Method Details

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

      public String getMandate()
      ID of the mandate used to make this payment.
    • getSortCode

      public String getSortCode()
      Sort code of the bank account. (e.g., 10-20-30)
    • 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.
    • setMandate

      public void setMandate(String mandate)
      ID of the mandate used to make this payment.
    • setSortCode

      public void setSortCode(String sortCode)
      Sort code of the bank account. (e.g., 10-20-30)
    • 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