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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAccountHolderAddress
(Address accountHolderAddress) void
setAccountHolderName
(String accountHolderName) void
setAccountNumber
(String accountNumber) void
setAccountType
(String accountType) void
setBankAddress
(Address bankAddress) void
setBankName
(String bankName) void
setRoutingNumber
(String routingNumber) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Aba
public Aba()
-
-
Method Details
-
getAccountHolderAddress
-
getAccountHolderName
-
getAccountNumber
-
getAccountType
-
getBankAddress
-
getBankName
-
getRoutingNumber
-
setAccountHolderAddress
-
setAccountHolderName
-
setAccountNumber
-
setAccountType
-
setBankAddress
-
setBankName
-
setRoutingNumber
-
equals
-
canEqual
-
hashCode
public int hashCode()
-