Class PaymentLink.OptionalItem.AdjustableQuantity

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.OptionalItem.AdjustableQuantity
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink.OptionalItem

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

    • AdjustableQuantity

      public AdjustableQuantity()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • getMaximum

      public Long getMaximum()
    • getMinimum

      public Long getMinimum()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • setMaximum

      public void setMaximum(Long maximum)
    • setMinimum

      public void setMinimum(Long minimum)
    • 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