public static class Charge.Level3.LineItem extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
LineItem() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getDiscountAmount() |
java.lang.String |
getProductCode() |
java.lang.String |
getProductDescription() |
java.lang.Long |
getQuantity() |
java.lang.Long |
getTaxAmount() |
java.lang.Long |
getUnitCost() |
int |
hashCode() |
void |
setDiscountAmount(java.lang.Long discountAmount) |
void |
setProductCode(java.lang.String productCode) |
void |
setProductDescription(java.lang.String productDescription) |
void |
setQuantity(java.lang.Long quantity) |
void |
setTaxAmount(java.lang.Long taxAmount) |
void |
setUnitCost(java.lang.Long unitCost) |
equals, getLastResponse, setLastResponse, toJson, toStringpublic java.lang.Long getDiscountAmount()
public java.lang.String getProductCode()
public java.lang.String getProductDescription()
public java.lang.Long getQuantity()
public java.lang.Long getTaxAmount()
public java.lang.Long getUnitCost()
public void setDiscountAmount(java.lang.Long discountAmount)
public void setProductCode(java.lang.String productCode)
public void setProductDescription(java.lang.String productDescription)
public void setQuantity(java.lang.Long quantity)
public void setTaxAmount(java.lang.Long taxAmount)
public void setUnitCost(java.lang.Long unitCost)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object