Class CustomerSession.Components.PricingTable

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CustomerSession.Components.PricingTable
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CustomerSession.Components

public static class CustomerSession.Components.PricingTable extends StripeObject
This hash contains whether the pricing table is enabled.
  • Constructor Details

    • PricingTable

      public PricingTable()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • 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