public final class InvoicePricing 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 |
|---|
InvoicePricing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
List<PricingItem> |
getItems() |
String |
getRounding() |
Double |
getTotalPrice() |
Double |
getTotalPriceExclVat() |
Double |
getTotalVatBase() |
InvoicePricing |
setItems(List<PricingItem> items) |
InvoicePricing |
setRounding(String rounding) |
InvoicePricing |
setTotalPrice(Double totalPrice) |
InvoicePricing |
setTotalPriceExclVat(Double totalPriceExclVat) |
InvoicePricing |
setTotalVatBase(Double totalVatBase) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic List<PricingItem> getItems()
null for nonepublic InvoicePricing setItems(List<PricingItem> items)
items - items or null for nonepublic String getRounding()
null for nonepublic InvoicePricing setRounding(String rounding)
rounding - rounding or null for nonepublic Double getTotalPrice()
null for nonepublic InvoicePricing setTotalPrice(Double totalPrice)
totalPrice - totalPrice or null for nonepublic Double getTotalPriceExclVat()
null for nonepublic InvoicePricing setTotalPriceExclVat(Double totalPriceExclVat)
totalPriceExclVat - totalPriceExclVat or null for nonepublic Double getTotalVatBase()
null for nonepublic InvoicePricing setTotalVatBase(Double totalVatBase)
totalVatBase - totalVatBase 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.