Class FinancialAddress.Credentials
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAddress.Credentials
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAddress
Object indicates the type of credentials that have been allocated and attached to the
FinancialAddress. It contains all necessary banking details with which to perform money
movements with the FinancialAddress. This field is only available for FinancialAddresses with
an active status.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The credentials of the UK Bank Account for the FinancialAddress.static class
The credentials of the SEPA Bank Account for the FinancialAddress.static class
The credentials of the US Bank Account for the FinancialAddress. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setGbBankAccount
(FinancialAddress.Credentials.GbBankAccount gbBankAccount) void
setSepaBankAccount
(FinancialAddress.Credentials.SepaBankAccount sepaBankAccount) void
void
setUsBankAccount
(FinancialAddress.Credentials.UsBankAccount usBankAccount) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Credentials
public Credentials()
-
-
Method Details