public static class SourceTransaction.AchCreditTransferData extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
AchCreditTransferData() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCustomerData()
Customer data associated with the transfer.
|
java.lang.String |
getFingerprint()
Bank account fingerprint associated with the transfer.
|
java.lang.String |
getLast4()
Last 4 digits of the account number associated with the transfer.
|
java.lang.String |
getRoutingNumber()
Routing number associated with the transfer.
|
int |
hashCode() |
void |
setCustomerData(java.lang.String customerData)
Customer data associated with the transfer.
|
void |
setFingerprint(java.lang.String fingerprint)
Bank account fingerprint associated with the transfer.
|
void |
setLast4(java.lang.String last4)
Last 4 digits of the account number associated with the transfer.
|
void |
setRoutingNumber(java.lang.String routingNumber)
Routing number associated with the transfer.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getCustomerData()
public java.lang.String getFingerprint()
public java.lang.String getLast4()
public java.lang.String getRoutingNumber()
public void setCustomerData(java.lang.String customerData)
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