Class FinancialAccount.AccruedFees

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAccount.AccruedFees
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancialAccount

public static class FinancialAccount.AccruedFees extends StripeObject
If this is a accrued_fees FinancialAccount, this hash include details specific to accrued_fees FinancialAccount.
  • Constructor Details

    • AccruedFees

      public AccruedFees()
  • Method Details

    • getCurrencies

      public List<String> getCurrencies()
      The currencies enabled for fee accrual on this FinancialAccount.
    • getDirection

      public String getDirection()
      Direction of fee accrual for this FinancialAccount.

      One of payable, or receivable.

    • setCurrencies

      public void setCurrencies(List<String> currencies)
      The currencies enabled for fee accrual on this FinancialAccount.
    • setDirection

      public void setDirection(String direction)
      Direction of fee accrual for this FinancialAccount.

      One of payable, or receivable.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object