public final class Expenditure extends Object
| Constructor and Description |
|---|
Expenditure() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBill()
The unique bill identification within Billing Processor service.
|
String |
getBillNumber()
Bill (receipt) number, or in case of incoming invoice its invoice number.
|
Date |
getDateOfIssue()
The bill issue date.
|
Date |
getDateOfTaxable()
The date of taxable supplies.
|
ExpenditurePayment |
getPayment()
Expenditure payment details.
|
ExpenditurePricing |
getPricing()
Expenditure pricing details.
|
Supplier |
getSupplier()
A business that delivered a product or service.
|
String |
getType()
The bill document type.
|
Expenditure |
setBill(Long bill) |
Expenditure |
setBillNumber(String billNumber) |
Expenditure |
setDateOfIssue(Date dateOfIssue) |
Expenditure |
setDateOfTaxable(Date dateOfTaxable) |
Expenditure |
setPayment(ExpenditurePayment payment) |
Expenditure |
setPricing(ExpenditurePricing pricing) |
Expenditure |
setSupplier(Supplier supplier) |
Expenditure |
setType(String type) |
public Long getBill()
public Expenditure setBill(Long bill)
public String getBillNumber()
public Expenditure setBillNumber(String billNumber)
public Date getDateOfIssue()
public Expenditure setDateOfIssue(Date dateOfIssue)
public Date getDateOfTaxable()
public Expenditure setDateOfTaxable(Date dateOfTaxable)
public ExpenditurePayment getPayment()
public Expenditure setPayment(ExpenditurePayment payment)
public ExpenditurePricing getPricing()
public Expenditure setPricing(ExpenditurePricing pricing)
public Supplier getSupplier()
public Expenditure setSupplier(Supplier supplier)
public String getType()
public Expenditure setType(String type)
Copyright © 2023. All rights reserved.