Package com.stripe.model
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AcssDebit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBankName()Name of the bank associated with the bank account.java.lang.StringgetFingerprint()Uniquely identifies this particular bank account.java.lang.StringgetInstitutionNumber()Institution number of the bank account.java.lang.StringgetLast4()Last four digits of the bank account number.java.lang.StringgetMandate()ID of the mandate used to make this payment.java.lang.StringgetTransitNumber()Transit number of the bank account.inthashCode()voidsetBankName(java.lang.String bankName)Name of the bank associated with the bank account.voidsetFingerprint(java.lang.String fingerprint)Uniquely identifies this particular bank account.voidsetInstitutionNumber(java.lang.String institutionNumber)Institution number of the bank account.voidsetLast4(java.lang.String last4)Last four digits of the bank account number.voidsetMandate(java.lang.String mandate)ID of the mandate used to make this payment.voidsetTransitNumber(java.lang.String transitNumber)Transit number of the bank account.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getBankName
public java.lang.String getBankName()
Name of the bank associated with the bank account.
-
getFingerprint
public java.lang.String getFingerprint()
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
-
getInstitutionNumber
public java.lang.String getInstitutionNumber()
Institution number of the bank account.
-
getLast4
public java.lang.String getLast4()
Last four digits of the bank account number.
-
getMandate
public java.lang.String getMandate()
ID of the mandate used to make this payment.
-
getTransitNumber
public java.lang.String getTransitNumber()
Transit number of the bank account.
-
setBankName
public void setBankName(java.lang.String bankName)
Name of the bank associated with the bank account.
-
setFingerprint
public void setFingerprint(java.lang.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(java.lang.String institutionNumber)
Institution number of the bank account.
-
setLast4
public void setLast4(java.lang.String last4)
Last four digits of the bank account number.
-
setMandate
public void setMandate(java.lang.String mandate)
ID of the mandate used to make this payment.
-
setTransitNumber
public void setTransitNumber(java.lang.String transitNumber)
Transit number of the bank account.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-