public final class Invoice extends Object implements RelevantNullChecker
| Modifier and Type | Class and Description |
|---|---|
static class |
Invoice.Status |
| Constructor and Description |
|---|
Invoice() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Date getCreatedDate()
public String getCurrency()
public Customer getCustomer()
public void setCustomerIf(Customer customer)
public Date getDateOfIssue()
public Date getDateOfTaxable()
public String getFinalText()
public Long getId()
public String getIntroductoryText()
public String getInvoiceNumber()
public Date getModificationDate()
public NumberSeries getNumberSeries()
public Invoice setNumberSeries(NumberSeries numberSeries)
public Long getOrderId()
public BillPayment getPayment()
public Invoice setPayment(BillPayment payment)
public boolean setPaymentIf(BillPayment payment)
public String getPin()
public BillPricing getPricing()
public Invoice setPricing(BillPricing pricing)
public String getServingUrl()
public String getStatus()
public String getType()
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.