Class FinancialAddress.Credentials.SepaBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAddress.Credentials.SepaBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAddress.Credentials
The credentials of the SEPA Bank Account for the FinancialAddress. This contains unique
banking details such as the IBAN, BIC, etc. of a SEPA 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
getBic()
getIban()
getLast4()
int
hashCode()
void
setAccountHolderName
(String accountHolderName) void
setBankName
(String bankName) void
void
setCountry
(String country) void
void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaBankAccount
public SepaBankAccount()
-
-
Method Details