Class Sku.Inventory

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Sku.Inventory
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Sku

public static class Sku.Inventory extends StripeObject
  • Constructor Details

    • Inventory

      public Inventory()
  • Method Details

    • getQuantity

      public Long getQuantity()
    • getType

      public String getType()
    • getValue

      public String getValue()
    • setQuantity

      public void setQuantity(Long quantity)
    • setType

      public void setType(String type)
    • setValue

      public void setValue(String value)
    • 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