public static class Charge.PaymentMethodDetails.AcssDebit extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
AcssDebit() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBankName()
Name of the bank associated with the bank account.
|
java.lang.String |
getFingerprint()
Uniquely identifies this particular bank account.
|
java.lang.String |
getInstitutionNumber()
Institution number of the bank account.
|
java.lang.String |
getLast4()
Last four digits of the bank account number.
|
java.lang.String |
getMandate()
ID of the mandate used to make this payment.
|
java.lang.String |
getTransitNumber()
Transit number of the bank account.
|
int |
hashCode() |
void |
setBankName(java.lang.String bankName)
Name of the bank associated with the bank account.
|
void |
setFingerprint(java.lang.String fingerprint)
Uniquely identifies this particular bank account.
|
void |
setInstitutionNumber(java.lang.String institutionNumber)
Institution number of the bank account.
|
void |
setLast4(java.lang.String last4)
Last four digits of the bank account number.
|
void |
setMandate(java.lang.String mandate)
ID of the mandate used to make this payment.
|
void |
setTransitNumber(java.lang.String transitNumber)
Transit number of the bank account.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getBankName()
public java.lang.String getFingerprint()
public java.lang.String getInstitutionNumber()
public java.lang.String getLast4()
public java.lang.String getMandate()
public java.lang.String getTransitNumber()
public void setBankName(java.lang.String bankName)
public void setFingerprint(java.lang.String fingerprint)
public void setInstitutionNumber(java.lang.String institutionNumber)
public void setLast4(java.lang.String last4)
public void setMandate(java.lang.String mandate)
public void setTransitNumber(java.lang.String transitNumber)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object