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 classThe credentials of the UK Bank Account for the FinancialAddress.static classThe credentials of the SEPA Bank Account for the FinancialAddress.static classThe 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 booleanbooleangetType()inthashCode()voidsetGbBankAccount(FinancialAddress.Credentials.GbBankAccount gbBankAccount) voidsetSepaBankAccount(FinancialAddress.Credentials.SepaBankAccount sepaBankAccount) voidvoidsetUsBankAccount(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