Class FinancialAccount.Payments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAccount.Payments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccount
If this is a
payments FinancialAccount, this hash include details specific to
payments FinancialAccount.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe currency that non-settlement currency payments will be converted to.Settlement currencies enabled for this FinancialAccount.inthashCode()voidsetDefaultCurrency(String defaultCurrency) The currency that non-settlement currency payments will be converted to.voidsetSettlementCurrencies(List<String> settlementCurrencies) Settlement currencies enabled for this FinancialAccount.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payments
public Payments()
-
-
Method Details
-
getDefaultCurrency
The currency that non-settlement currency payments will be converted to. -
getSettlementCurrencies
Settlement currencies enabled for this FinancialAccount. Payments in other currencies will be automatically converted todefault_currency. -
setDefaultCurrency
The currency that non-settlement currency payments will be converted to. -
setSettlementCurrencies
Settlement currencies enabled for this FinancialAccount. Payments in other currencies will be automatically converted todefault_currency. -
equals
-
canEqual
-
hashCode
public int hashCode()
-