Package com.stripe.model
Class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Aba
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Aba
- All Implemented Interfaces:
StripeObjectInterface
public static class PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Aba
extends StripeObject
ABA Records contain U.S. bank account details per the ABA format.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAccountNumber
(String accountNumber) void
setBankName
(String bankName) void
setRoutingNumber
(String routingNumber) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString