Package com.stripe.model
Class Charge.PaymentMethodDetails.AchCreditTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.AchCreditTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Account number to transfer funds to.Name of the bank associated with the routing number.Routing transit number for the bank account to transfer funds to.SWIFT code of the bank associated with the routing number.int
hashCode()
void
setAccountNumber
(String accountNumber) Account number to transfer funds to.void
setBankName
(String bankName) Name of the bank associated with the routing number.void
setRoutingNumber
(String routingNumber) Routing transit number for the bank account to transfer funds to.void
setSwiftCode
(String swiftCode) SWIFT code of the bank associated with the routing number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AchCreditTransfer
public AchCreditTransfer()
-
-
Method Details
-
getAccountNumber
Account number to transfer funds to. -
getBankName
Name of the bank associated with the routing number. -
getRoutingNumber
Routing transit number for the bank account to transfer funds to. -
getSwiftCode
SWIFT code of the bank associated with the routing number. -
setAccountNumber
Account number to transfer funds to. -
setBankName
Name of the bank associated with the routing number. -
setRoutingNumber
Routing transit number for the bank account to transfer funds to. -
setSwiftCode
SWIFT code of the bank associated with the routing number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-