Class Account.Groups

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

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

    • Groups

      public Groups()
  • Method Details

    • getPaymentsPricing

      public String getPaymentsPricing()
      The group the account is in to determine their payments pricing, and null if the account is on customized pricing. See the Platform pricing tool documentation for details.
    • setPaymentsPricing

      public void setPaymentsPricing(String paymentsPricing)
      The group the account is in to determine their payments pricing, and null if the account is on customized pricing. See the Platform pricing tool documentation for details.
    • 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