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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCustomer data associated with the transfer.Bank account fingerprint associated with the transfer.getLast4()Last 4 digits of the account number associated with the transfer.Routing number associated with the transfer.inthashCode()voidsetCustomerData(String customerData) Customer data associated with the transfer.voidsetFingerprint(String fingerprint) Bank account fingerprint associated with the transfer.voidLast 4 digits of the account number associated with the transfer.voidsetRoutingNumber(String routingNumber) Routing number associated with the transfer.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AchCreditTransferData
public AchCreditTransferData()
-
-
Method Details
-
getCustomerData
Customer data associated with the transfer. -
getFingerprint
Bank account fingerprint associated with the transfer. -
getLast4
Last 4 digits of the account number associated with the transfer. -
getRoutingNumber
Routing number associated with the transfer. -
setCustomerData
Customer data associated with the transfer. -
setFingerprint
Bank account fingerprint associated with the transfer. -
setLast4
Last 4 digits of the account number associated with the transfer. -
setRoutingNumber
Routing number associated with the transfer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-