Package com.onslip360
Class API.Partial_EntertainmentBill
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_EntertainmentBill>
 - 
- com.onslip360.API.Partial_EntertainmentBill
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_EntertainmentBill>>
- Enclosing class:
 - API
 
public static class API.Partial_EntertainmentBill extends Onslip360Object<API.Partial_EntertainmentBill>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_EntertainmentBill() 
- 
Method Summary
- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
customer
@Nonnull public Erasable<API.Partial_Customer> customer()
 
- 
items
@Nonnull public Optional<API.Partial_Item[]> items()
 
- 
payments
@Nonnull public Optional<API.Partial_Payment[]> payments()
 
- 
type
@Nonnull public Optional<API.Receipt.Type> type()
 
- 
vatSummaries
@Nonnull public Optional<API.Partial_VATSummary[]> vatSummaries()
 
- 
change
@Nonnull public API.Partial_EntertainmentBill change(@Nullable Double change)
 
- 
customer
@Nonnull public API.Partial_EntertainmentBill customer(@Nullable API.Partial_Customer customer)
 
- 
customer
@Nonnull public API.Partial_EntertainmentBill customer(@Nullable Erasable<API.Partial_Customer> customer)
 
- 
id
@Nonnull public API.Partial_EntertainmentBill id(@Nullable String id)
 
- 
items
@Nonnull public API.Partial_EntertainmentBill items(@Nullable API.Partial_Item[] items)
 
- 
order
@Nonnull public API.Partial_EntertainmentBill order(@Nullable Long order)
 
- 
order
@Nonnull public API.Partial_EntertainmentBill order(@Nullable Erasable<Long> order)
 
- 
originalReceiptId
@Nonnull public API.Partial_EntertainmentBill originalReceiptId(@Nullable String originalReceiptId)
 
- 
ourReference
@Nonnull public API.Partial_EntertainmentBill ourReference(@Nullable String ourReference)
 
- 
ourReference
@Nonnull public API.Partial_EntertainmentBill ourReference(@Nullable Erasable<String> ourReference)
 
- 
payments
@Nonnull public API.Partial_EntertainmentBill payments(@Nullable API.Partial_Payment[] payments)
 
- 
reference
@Nonnull public API.Partial_EntertainmentBill reference(@Nullable String reference)
 
- 
reference
@Nonnull public API.Partial_EntertainmentBill reference(@Nullable Erasable<String> reference)
 
- 
rounding
@Nonnull public API.Partial_EntertainmentBill rounding(@Nullable Double rounding)
 
- 
tab
@Nonnull public API.Partial_EntertainmentBill tab(@Nullable Long tab)
 
- 
tab
@Nonnull public API.Partial_EntertainmentBill tab(@Nullable Erasable<Long> tab)
 
- 
totalAmount
@Nonnull public API.Partial_EntertainmentBill totalAmount(@Nullable Double totalAmount)
 
- 
totalSalesAmount
@Nonnull public API.Partial_EntertainmentBill totalSalesAmount(@Nullable Double totalSalesAmount)
 
- 
totalSalesAmount
@Nonnull public API.Partial_EntertainmentBill totalSalesAmount(@Nullable Erasable<Double> totalSalesAmount)
 
- 
totalSalesVatAmount
@Nonnull public API.Partial_EntertainmentBill totalSalesVatAmount(@Nullable Double totalSalesVatAmount)
 
- 
totalSalesVatAmount
@Nonnull public API.Partial_EntertainmentBill totalSalesVatAmount(@Nullable Erasable<Double> totalSalesVatAmount)
 
- 
totalVatAmount
@Nonnull public API.Partial_EntertainmentBill totalVatAmount(@Nullable Double totalVatAmount)
 
- 
type
@Nonnull public API.Partial_EntertainmentBill type(@Nullable API.Receipt.Type type)
 
- 
vatSummaries
@Nonnull public API.Partial_EntertainmentBill vatSummaries(@Nullable API.Partial_VATSummary[] vatSummaries)
 
 - 
 
 -