public final class ExpenditurePricing extends Object
| Constructor and Description |
|---|
ExpenditurePricing() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
The currency alphabetic code based on the ISO 4217.
|
List<PricingItem> |
getItems()
The optional list of billing items at bill (always BillingItem 'itemType')
|
Double |
getTotalPrice()
The total price as stated at bill.
|
Double |
getTotalVatAmount()
The total VAT as stated at bill (in case the supplier is a VAT payer).
|
Double |
getTotalVatBase()
The total VAT base as stated at bill (in case the supplier is a VAT payer).
|
List<VatRateRow> |
getVatRows()
Summary per VAT rate.
|
ExpenditurePricing |
setCurrency(String currency) |
ExpenditurePricing |
setItems(List<PricingItem> items) |
ExpenditurePricing |
setTotalPrice(Double totalPrice) |
ExpenditurePricing |
setTotalVatAmount(Double totalVatAmount) |
ExpenditurePricing |
setTotalVatBase(Double totalVatBase) |
ExpenditurePricing |
setVatRows(List<VatRateRow> vatRows) |
public String getCurrency()
public ExpenditurePricing setCurrency(String currency)
public List<PricingItem> getItems()
public ExpenditurePricing setItems(List<PricingItem> items)
public Double getTotalPrice()
public ExpenditurePricing setTotalPrice(Double totalPrice)
public Double getTotalVatAmount()
public ExpenditurePricing setTotalVatAmount(Double totalVatAmount)
public Double getTotalVatBase()
public ExpenditurePricing setTotalVatBase(Double totalVatBase)
public List<VatRateRow> getVatRows()
public ExpenditurePricing setVatRows(List<VatRateRow> vatRows)
Copyright © 2023. All rights reserved.