public final class Pricing extends Object
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 |
|---|
Pricing() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAppliedReverseCharge() |
PricingCustomer |
getCustomer() |
Boolean |
getDiscountApplied() |
Boolean |
getDiscountDefined() |
List<PricingItem> |
getItems() |
Double |
getNoDiscountTotalPrice() |
Double |
getNoDiscountTotalPriceExclVat() |
Double |
getTotalPrice() |
Double |
getTotalPriceExclVat() |
Double |
getTotalVatBase() |
Pricing |
setAppliedReverseCharge(Boolean appliedReverseCharge) |
Pricing |
setCustomer(PricingCustomer customer) |
Pricing |
setDiscountApplied(Boolean discountApplied) |
Pricing |
setDiscountDefined(Boolean discountDefined) |
Pricing |
setItems(List<PricingItem> items) |
Pricing |
setNoDiscountTotalPrice(Double noDiscountTotalPrice) |
Pricing |
setNoDiscountTotalPriceExclVat(Double noDiscountTotalPriceExclVat) |
Pricing |
setTotalPrice(Double totalPrice) |
Pricing |
setTotalPriceExclVat(Double totalPriceExclVat) |
Pricing |
setTotalVatBase(Double totalVatBase) |
public Boolean getAppliedReverseCharge()
null for nonepublic Pricing setAppliedReverseCharge(Boolean appliedReverseCharge)
appliedReverseCharge - appliedReverseCharge or null for nonepublic PricingCustomer getCustomer()
null for nonepublic Pricing setCustomer(PricingCustomer customer)
customer - customer or null for nonepublic Boolean getDiscountApplied()
null for nonepublic Pricing setDiscountApplied(Boolean discountApplied)
discountApplied - discountApplied or null for nonepublic Boolean getDiscountDefined()
null for nonepublic Pricing setDiscountDefined(Boolean discountDefined)
discountDefined - discountDefined or null for nonepublic List<PricingItem> getItems()
null for nonepublic Pricing setItems(List<PricingItem> items)
items - items or null for nonepublic Double getNoDiscountTotalPrice()
null for nonepublic Pricing setNoDiscountTotalPrice(Double noDiscountTotalPrice)
noDiscountTotalPrice - noDiscountTotalPrice or null for nonepublic Double getNoDiscountTotalPriceExclVat()
null for nonepublic Pricing setNoDiscountTotalPriceExclVat(Double noDiscountTotalPriceExclVat)
noDiscountTotalPriceExclVat - noDiscountTotalPriceExclVat or null for nonepublic Double getTotalPrice()
null for nonepublic Pricing setTotalPrice(Double totalPrice)
totalPrice - totalPrice or null for nonepublic Double getTotalPriceExclVat()
null for nonepublic Pricing setTotalPriceExclVat(Double totalPriceExclVat)
totalPriceExclVat - totalPriceExclVat or null for nonepublic Double getTotalVatBase()
null for noneCopyright © 2020. All rights reserved.