public final class ProductPricing extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
ProductPricing() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getCurrency()
public ProductPricing setCurrency(String currency)
public List<ProductDiscount> getDiscounts()
public ProductPricing setDiscounts(List<ProductDiscount> discounts)
public Boolean getDomesticDelivery()
public ProductPricing setDomesticDelivery(Boolean domesticDelivery)
public PricingItem getItems()
public ProductPricing setItems(PricingItem items)
public Double getPriceExclVat()
public ProductPricing setPriceExclVat(Double priceExclVat)
public ProductPricing setSubsidiary(Map<String,Object> subsidiary)
public List<PricingStructureTemplate> getTemplate()
public ProductPricing setTemplate(List<PricingStructureTemplate> template)
public String getVat()
public ProductPricing setVat(String vat)
public String getVatEU()
public ProductPricing setVatEU(String vatEU)
public String getVatNonEU()
public ProductPricing setVatNonEU(String vatNonEU)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.