Class FinancialAccount.AccruedFees
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAccount.AccruedFees
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccount
If this is a
accrued_fees FinancialAccount, this hash include details specific to
accrued_fees FinancialAccount.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe currencies enabled for fee accrual on this FinancialAccount.Direction of fee accrual for this FinancialAccount.inthashCode()voidsetCurrencies(List<String> currencies) The currencies enabled for fee accrual on this FinancialAccount.voidsetDirection(String direction) Direction of fee accrual for this FinancialAccount.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccruedFees
public AccruedFees()
-
-
Method Details
-
getCurrencies
The currencies enabled for fee accrual on this FinancialAccount. -
getDirection
Direction of fee accrual for this FinancialAccount.One of
payable, orreceivable. -
setCurrencies
The currencies enabled for fee accrual on this FinancialAccount. -
setDirection
Direction of fee accrual for this FinancialAccount.One of
payable, orreceivable. -
equals
-
canEqual
-
hashCode
public int hashCode()
-