Class Charge.PaymentMethodDetails.AcssDebit

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

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

    • AcssDebit

      public AcssDebit()
  • Method Details

    • getBankName

      public String getBankName()
      Name of the bank associated with the 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.
    • getInstitutionNumber

      public String getInstitutionNumber()
      Institution number of the bank account.
    • 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.
    • getTransitNumber

      public String getTransitNumber()
      Transit number of the bank account.
    • setBankName

      public void setBankName(String bankName)
      Name of the bank associated with the 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.
    • setInstitutionNumber

      public void setInstitutionNumber(String institutionNumber)
      Institution number of the bank account.
    • 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.
    • setTransitNumber

      public void setTransitNumber(String transitNumber)
      Transit number of the bank account.
    • 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