Class FinancialAccount.Payments

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

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

    • Payments

      public Payments()
  • Method Details

    • getDefaultCurrency

      public String getDefaultCurrency()
      The currency that non-settlement currency payments will be converted to.
    • getSettlementCurrencies

      public List<String> getSettlementCurrencies()
      Settlement currencies enabled for this FinancialAccount. Payments in other currencies will be automatically converted to default_currency.
    • setDefaultCurrency

      public void setDefaultCurrency(String defaultCurrency)
      The currency that non-settlement currency payments will be converted to.
    • setSettlementCurrencies

      public void setSettlementCurrencies(List<String> settlementCurrencies)
      Settlement currencies enabled for this FinancialAccount. Payments in other currencies will be automatically converted to default_currency.
    • 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