Class Charge.Level3.LineItem

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.Level3.LineItem
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.Level3

public static class Charge.Level3.LineItem extends StripeObject
  • Constructor Details

    • LineItem

      public LineItem()
  • Method Details

    • getDiscountAmount

      public Long getDiscountAmount()
    • getProductCode

      public String getProductCode()
    • getProductDescription

      public String getProductDescription()
    • getQuantity

      public Long getQuantity()
    • getTaxAmount

      public Long getTaxAmount()
    • getUnitCost

      public Long getUnitCost()
    • setDiscountAmount

      public void setDiscountAmount(Long discountAmount)
    • setProductCode

      public void setProductCode(String productCode)
    • setProductDescription

      public void setProductDescription(String productDescription)
    • setQuantity

      public void setQuantity(Long quantity)
    • setTaxAmount

      public void setTaxAmount(Long taxAmount)
    • setUnitCost

      public void setUnitCost(Long unitCost)
    • 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