Class FinancialAddress.Credentials.GbBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAddress.Credentials.GbBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAddress.Credentials
For more details about GbBankAccount, please refer to the API Reference.
-
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
setAccountHolderName
(String accountHolderName) void
setAccountNumber
(String accountNumber) void
void
setSortCode
(String sortCode) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
GbBankAccount
public GbBankAccount()
-
-
Method Details