Class CustomerSession.Components.BuyButton

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

public static class CustomerSession.Components.BuyButton extends StripeObject
This hash contains whether the buy button is enabled.
  • Constructor Details

    • BuyButton

      public BuyButton()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Whether the buy button is enabled.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Whether the buy button is 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