public class ShopifySubscriptionVersionItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
priceIncludingTax |
protected ShopifySubscriptionVersionItemPriceStrategy |
priceStrategy |
protected Long |
product |
protected BigDecimal |
quantity |
protected List<ShopifyTaxLine> |
taxLines |
| Constructor and Description |
|---|
ShopifySubscriptionVersionItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getPriceIncludingTax() |
ShopifySubscriptionVersionItemPriceStrategy |
getPriceStrategy() |
Long |
getProduct() |
BigDecimal |
getQuantity() |
List<ShopifyTaxLine> |
getTaxLines() |
int |
hashCode() |
String |
toString() |
protected BigDecimal priceIncludingTax
protected ShopifySubscriptionVersionItemPriceStrategy priceStrategy
protected Long product
protected BigDecimal quantity
protected List<ShopifyTaxLine> taxLines
public BigDecimal getPriceIncludingTax()
public ShopifySubscriptionVersionItemPriceStrategy getPriceStrategy()
public Long getProduct()
public BigDecimal getQuantity()
public List<ShopifyTaxLine> getTaxLines()
Copyright © 2021. All rights reserved.