public final class BillPricing extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
BillPricing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
List<PricingItem> |
getItems()
The list of billing items placed at bill (pricing item with 'itemType' property value BillingItem, OrderItem or Standard for new item).
|
String |
getRounding() |
Double |
getTotalPrice() |
Double |
getTotalPriceExclVat() |
Double |
getTotalVatAmount()
The invoice total amount of VAT as a sum of all checked in billing items including target rounding mode.
|
Double |
getTotalVatBase()
The invoice total VAT base as a sum of all billing items and its amount including target rounding mode.
|
BillPricing |
setItems(List<PricingItem> items) |
BillPricing |
setRounding(String rounding) |
BillPricing |
setTotalPrice(Double totalPrice) |
BillPricing |
setTotalPriceExclVat(Double totalPriceExclVat) |
BillPricing |
setTotalVatAmount(Double totalVatAmount) |
BillPricing |
setTotalVatBase(Double totalVatBase) |
public List<PricingItem> getItems()
public BillPricing setItems(List<PricingItem> items)
public String getRounding()
public BillPricing setRounding(String rounding)
public Double getTotalPrice()
public BillPricing setTotalPrice(Double totalPrice)
public Double getTotalPriceExclVat()
public BillPricing setTotalPriceExclVat(Double totalPriceExclVat)
public Double getTotalVatAmount()
public BillPricing setTotalVatAmount(Double totalVatAmount)
public Double getTotalVatBase()
public BillPricing setTotalVatBase(Double totalVatBase)
public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.