Class Charge.PaymentMethodDetails.SepaDebit

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

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

    • SepaDebit

      public SepaDebit()
  • Method Details

    • getBankCode

      public String getBankCode()
      Bank code of bank associated with the bank account.
    • getBranchCode

      public String getBranchCode()
      Branch code of bank associated with the bank account.
    • getCountry

      public String getCountry()
      Two-letter ISO code representing the country the bank account is located in.
    • 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 characters of the IBAN.
    • getMandate

      public String getMandate()
      Find the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge. Use this mandate ID to retrieve the Mandate.
    • setBankCode

      public void setBankCode(String bankCode)
      Bank code of bank associated with the bank account.
    • setBranchCode

      public void setBranchCode(String branchCode)
      Branch code of bank associated with the bank account.
    • setCountry

      public void setCountry(String country)
      Two-letter ISO code representing the country the bank account is located in.
    • 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 characters of the IBAN.
    • setMandate

      public void setMandate(String mandate)
      Find the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge. Use this mandate ID to retrieve the Mandate.
    • 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