Class FinancialAccount.Other

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

public static class FinancialAccount.Other extends StripeObject
For more details about Other, please refer to the API Reference.
  • Constructor Details

    • Other

      public Other()
  • Method Details

    • getType

      public String getType()
      The type of the FinancialAccount, represented as a string. Upgrade your API version to see the type reflected in financial_account.type.
    • setType

      public void setType(String type)
      The type of the FinancialAccount, represented as a string. Upgrade your API version to see the type reflected in financial_account.type.
    • 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