Package com.stripe.model
Class SourceTransaction.AchCreditTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SourceTransaction.AchCreditTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceTransaction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Customer 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.int
hashCode()
void
setCustomerData
(String customerData) Customer data associated with the transfer.void
setFingerprint
(String fingerprint) Bank account fingerprint associated with the transfer.void
Last 4 digits of the account number associated with the transfer.void
setRoutingNumber
(String routingNumber) Routing number associated with the transfer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AchCreditTransfer
public AchCreditTransfer()
-
-
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()
-