Class Account.Controller.Fees

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller.Fees
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Controller

public static class Account.Controller.Fees extends StripeObject
  • Constructor Details

    • Fees

      public Fees()
  • Method Details

    • getPayer

      public String getPayer()
      A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about fee behavior on connected accounts.

      One of account, application, application_custom, or application_express.

    • setPayer

      public void setPayer(String payer)
      A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about fee behavior on connected accounts.

      One of account, application, application_custom, or application_express.

    • 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