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 InvoicePayment getPayment()
public Invoice setPayment(InvoicePayment payment)
public boolean setPaymentIf(InvoicePayment payment)
public String getPin()
public InvoicePricing getPricing()
public Invoice setPricing(InvoicePricing 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.