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 |
getCountry()
Two-letter ISO code representing the country the bank account is located in.
|
java.lang.String |
getFingerprint()
Uniquely identifies this particular bank account.
|
java.lang.String |
getLast4()
Last four digits of the bank account number.
|
java.lang.String |
getRoutingNumber()
Routing transit number of the bank account.
|
int |
hashCode() |
void |
setCountry(java.lang.String country)
Two-letter ISO code representing the country the bank account is located in.
|
void |
setFingerprint(java.lang.String fingerprint)
Uniquely identifies this particular bank account.
|
void |
setLast4(java.lang.String last4)
Last four digits of the bank account number.
|
void |
setRoutingNumber(java.lang.String routingNumber)
Routing transit number of the bank account.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getCountry()
public java.lang.String getFingerprint()
public java.lang.String getLast4()
public java.lang.String getRoutingNumber()
public void setCountry(java.lang.String country)
public void setFingerprint(java.lang.String fingerprint)
public void setLast4(java.lang.String last4)
public void setRoutingNumber(java.lang.String routingNumber)
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