public final class Expense extends Object
| Constructor and Description |
|---|
Expense() |
public Bill getBill()
public String getBillNumber()
public String getCurrency()
public Date getDateOfIssue()
public Date getDateOfTaxable()
public List<PricingItem> getItems()
public Expense setItems(List<PricingItem> items)
public BillPayment getPayment()
public Expense setPayment(BillPayment payment)
public String getPin()
public String getServingUrl()
public Creditor getSupplier()
public String getThrough()
public Double getTotalPrice()
public Double getTotalPriceExclVat()
public Double getTotalVatBase()
Copyright © 2020. All rights reserved.