public final class ProductPricing extends Object implements RelevantNullChecker
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
ProductPricing() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getCurrency()
null for nonepublic ProductPricing setCurrency(String currency)
currency - currency or null for nonepublic List<ProductDiscount> getDiscounts()
null for nonepublic ProductPricing setDiscounts(List<ProductDiscount> discounts)
discounts - discounts or null for nonepublic Boolean getDomesticDelivery()
null for nonepublic ProductPricing setDomesticDelivery(Boolean domesticDelivery)
domesticDelivery - domesticDelivery or null for nonepublic PricingItem getItems()
null for nonepublic ProductPricing setItems(PricingItem items)
items - items or null for nonepublic Double getPriceExclVat()
null for nonepublic ProductPricing setPriceExclVat(Double priceExclVat)
priceExclVat - priceExclVat or null for nonepublic ProductPricing setSubsidiary(Map<String,Object> subsidiary)
subsidiary - subsidiary or null for nonepublic List<PricingStructureTemplate> getTemplate()
null for nonepublic ProductPricing setTemplate(List<PricingStructureTemplate> template)
template - template or null for nonepublic String getVat()
null for nonepublic ProductPricing setVat(String vat)
vat - vat or null for nonepublic String getVatEU()
null for nonepublic ProductPricing setVatEU(String vatEU)
vatEU - vatEU or null for nonepublic String getVatNonEU()
null for nonepublic ProductPricing setVatNonEU(String vatNonEU)
vatNonEU - vatNonEU or null for nonepublic 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.