public class ShopifySubscriptionModelItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
priceIncludingTax |
protected Long |
productId |
protected BigDecimal |
quantity |
protected Boolean |
recalculatePrice |
protected List<ShopifySubscriptionModelTaxLine> |
taxLines |
| Constructor and Description |
|---|
ShopifySubscriptionModelItem() |
| Modifier and Type | Method and Description |
|---|---|
ShopifySubscriptionModelItem |
addTaxLinesItem(ShopifySubscriptionModelTaxLine taxLinesItem) |
boolean |
equals(Object o) |
BigDecimal |
getPriceIncludingTax() |
Long |
getProductId() |
BigDecimal |
getQuantity() |
List<ShopifySubscriptionModelTaxLine> |
getTaxLines() |
int |
hashCode() |
Boolean |
isRecalculatePrice() |
ShopifySubscriptionModelItem |
priceIncludingTax(BigDecimal priceIncludingTax) |
ShopifySubscriptionModelItem |
productId(Long productId) |
ShopifySubscriptionModelItem |
quantity(BigDecimal quantity) |
ShopifySubscriptionModelItem |
recalculatePrice(Boolean recalculatePrice) |
void |
setPriceIncludingTax(BigDecimal priceIncludingTax) |
void |
setProductId(Long productId) |
void |
setQuantity(BigDecimal quantity) |
void |
setRecalculatePrice(Boolean recalculatePrice) |
void |
setTaxLines(List<ShopifySubscriptionModelTaxLine> taxLines) |
ShopifySubscriptionModelItem |
taxLines(List<ShopifySubscriptionModelTaxLine> taxLines) |
String |
toString() |
protected BigDecimal priceIncludingTax
protected Long productId
protected BigDecimal quantity
protected Boolean recalculatePrice
protected List<ShopifySubscriptionModelTaxLine> taxLines
public ShopifySubscriptionModelItem priceIncludingTax(BigDecimal priceIncludingTax)
public BigDecimal getPriceIncludingTax()
public void setPriceIncludingTax(BigDecimal priceIncludingTax)
public ShopifySubscriptionModelItem productId(Long productId)
public Long getProductId()
public void setProductId(Long productId)
public ShopifySubscriptionModelItem quantity(BigDecimal quantity)
public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
public ShopifySubscriptionModelItem recalculatePrice(Boolean recalculatePrice)
public Boolean isRecalculatePrice()
public void setRecalculatePrice(Boolean recalculatePrice)
public ShopifySubscriptionModelItem taxLines(List<ShopifySubscriptionModelTaxLine> taxLines)
public ShopifySubscriptionModelItem addTaxLinesItem(ShopifySubscriptionModelTaxLine taxLinesItem)
public List<ShopifySubscriptionModelTaxLine> getTaxLines()
public void setTaxLines(List<ShopifySubscriptionModelTaxLine> taxLines)
Copyright © 2022. All rights reserved.