Package com.stripe.model
Class SourceTransaction.AchCreditTransferData
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SourceTransaction.AchCreditTransferData
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceTransaction
public static class SourceTransaction.AchCreditTransferData extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AchCreditTransferData()
-
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.StringgetCustomerData()Customer data associated with the transfer.java.lang.StringgetFingerprint()Bank account fingerprint associated with the transfer.java.lang.StringgetLast4()Last 4 digits of the account number associated with the transfer.java.lang.StringgetRoutingNumber()Routing number associated with the transfer.inthashCode()voidsetCustomerData(java.lang.String customerData)Customer data associated with the transfer.voidsetFingerprint(java.lang.String fingerprint)Bank account fingerprint associated with the transfer.voidsetLast4(java.lang.String last4)Last 4 digits of the account number associated with the transfer.voidsetRoutingNumber(java.lang.String routingNumber)Routing number associated with the transfer.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCustomerData
public java.lang.String getCustomerData()
Customer data associated with the transfer.
-
getFingerprint
public java.lang.String getFingerprint()
Bank account fingerprint associated with the transfer.
-
getLast4
public java.lang.String getLast4()
Last 4 digits of the account number associated with the transfer.
-
getRoutingNumber
public java.lang.String getRoutingNumber()
Routing number associated with the transfer.
-
setCustomerData
public void setCustomerData(java.lang.String customerData)
Customer data associated with the transfer.
-
setFingerprint
public void setFingerprint(java.lang.String fingerprint)
Bank account fingerprint associated with the transfer.
-
setLast4
public void setLast4(java.lang.String last4)
Last 4 digits of the account number associated with the transfer.
-
setRoutingNumber
public void setRoutingNumber(java.lang.String routingNumber)
Routing number associated with the transfer.
-
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
-
-