Class FinancialAddress.Credentials.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAddress.Credentials.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAddress.Credentials
The credentials of the US Bank Account for the FinancialAddress. This contains unique banking
details such as the routing number, account number, etc. of a US bank account.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getLast4()
int
hashCode()
void
setAccountNumber
(String accountNumber) void
setBankName
(String bankName) void
void
setRoutingNumber
(String routingNumber) void
setSwiftCode
(String swiftCode) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details