Class QuoteLine.Action.RemoveItem

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuoteLine.Action.RemoveItem
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
QuoteLine.Action

public static class QuoteLine.Action.RemoveItem extends StripeObject
The discount end type.

Equal to timestamp.

  • Constructor Details

    • RemoveItem

      public RemoveItem()
  • Method Details

    • getPrice

      public String getPrice()
      Get ID of expandable price object.
    • setPrice

      public void setPrice(String id)
    • getPriceObject

      public Price getPriceObject()
      Get expanded price.
    • setPriceObject

      public void setPriceObject(Price expandableObject)
    • 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