Class FinancialAccount.ManagedBy

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

public static class FinancialAccount.ManagedBy extends StripeObject
If this is a managed FinancialAccount, managed_by indicates the product that created and manages this FinancialAccount. For managed FinancialAccounts, creation of money management resources can only be orchestrated by the managing product.
  • Constructor Details

    • ManagedBy

      public ManagedBy()
  • Method Details

    • getType

      public String getType()
      Enum describing the Stripe product that is managing this FinancialAccount.

      Equal to multiprocessor_settlement.

    • setType

      public void setType(String type)
      Enum describing the Stripe product that is managing this FinancialAccount.

      Equal to multiprocessor_settlement.

    • 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