public final class Order extends Object implements RelevantNullChecker
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description |
|---|---|
static class |
Order.Status |
| Constructor and Description |
|---|
Order() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Date getBeginOn()
null for nonepublic Date getCreatedDate()
null for nonepublic Order setCreatedDate(Date createdDate)
createdDate - createdDate or null for nonepublic String getCurrency()
null for nonepublic Order setCurrency(String currency)
currency - customer or null for nonepublic Customer getCustomer()
null for nonepublic Order setCustomer(Customer customer)
customer - customer or null for nonepublic void setCustomerIf(Customer customer)
public Long getId()
null for nonepublic String getInvoiceType()
null for nonepublic Order setInvoiceType(String invoiceType)
invoiceType - invoiceType or null for nonepublic Order setInvoices(List<Invoice> invoices)
invoices - invoices or null for nonepublic List<PricingItem> getItems()
null for nonepublic Order setItems(List<PricingItem> items)
items - items or null for nonepublic Date getLastBillingDate()
null for nonepublic Order setLastBillingDate(Date lastBillingDate)
lastBillingDate - lastBillingDate or null for nonepublic Date getModificationDate()
null for nonepublic Order setModificationDate(Date modificationDate)
modificationDate - modificationDate or null for nonepublic Date getNextBillingDate()
null for nonepublic Order setNextBillingDate(Date nextBillingDate)
nextBillingDate - nextBillingDate or null for nonepublic Integer getNumberOfDays()
null for nonepublic Order setNumberOfDays(Integer numberOfDays)
numberOfDays - numberOfDays or null for nonepublic String getPeriodicity()
null for nonepublic Order setPeriodicity(String periodicity)
periodicity - periodicity or null for nonepublic String getStatus()
null for nonepublic Double getTotalPrice()
null for nonepublic Order setTotalPrice(Double totalPrice)
totalPrice - totalPrice or null for nonepublic Double getTotalPriceExclVat()
null for nonepublic Order setTotalPriceExclVat(Double totalPriceExclVat)
totalPriceExclVat - totalPriceExclVat or null for nonepublic Double getTotalVatBase()
null for nonepublic Order setTotalVatBase(Double totalVatBase)
totalVatBase - totalVatBase or null for nonepublic 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.