Package com.onslip360
Class API.Partial_Receipt
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Receipt>
 - 
- com.onslip360.API.Partial_Receipt
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Receipt>>
- Enclosing class:
 - API
 
public static class API.Partial_Receipt extends Onslip360Object<API.Partial_Receipt>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Receipt() 
- 
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_Receipt change(@Nullable Double change)
 
- 
customer
@Nonnull public API.Partial_Receipt customer(@Nullable API.Partial_Customer customer)
 
- 
customer
@Nonnull public API.Partial_Receipt customer(@Nullable Erasable<API.Partial_Customer> customer)
 
- 
id
@Nonnull public API.Partial_Receipt id(@Nullable String id)
 
- 
items
@Nonnull public API.Partial_Receipt items(@Nullable API.Partial_Item[] items)
 
- 
order
@Nonnull public API.Partial_Receipt order(@Nullable Long order)
 
- 
order
@Nonnull public API.Partial_Receipt order(@Nullable Erasable<Long> order)
 
- 
ourReference
@Nonnull public API.Partial_Receipt ourReference(@Nullable String ourReference)
 
- 
ourReference
@Nonnull public API.Partial_Receipt ourReference(@Nullable Erasable<String> ourReference)
 
- 
payments
@Nonnull public API.Partial_Receipt payments(@Nullable API.Partial_Payment[] payments)
 
- 
reference
@Nonnull public API.Partial_Receipt reference(@Nullable String reference)
 
- 
reference
@Nonnull public API.Partial_Receipt reference(@Nullable Erasable<String> reference)
 
- 
rounding
@Nonnull public API.Partial_Receipt rounding(@Nullable Double rounding)
 
- 
tab
@Nonnull public API.Partial_Receipt tab(@Nullable Long tab)
 
- 
tab
@Nonnull public API.Partial_Receipt tab(@Nullable Erasable<Long> tab)
 
- 
totalAmount
@Nonnull public API.Partial_Receipt totalAmount(@Nullable Double totalAmount)
 
- 
totalSalesAmount
@Nonnull public API.Partial_Receipt totalSalesAmount(@Nullable Double totalSalesAmount)
 
- 
totalSalesAmount
@Nonnull public API.Partial_Receipt totalSalesAmount(@Nullable Erasable<Double> totalSalesAmount)
 
- 
totalSalesVatAmount
@Nonnull public API.Partial_Receipt totalSalesVatAmount(@Nullable Double totalSalesVatAmount)
 
- 
totalSalesVatAmount
@Nonnull public API.Partial_Receipt totalSalesVatAmount(@Nullable Erasable<Double> totalSalesVatAmount)
 
- 
totalVatAmount
@Nonnull public API.Partial_Receipt totalVatAmount(@Nullable Double totalVatAmount)
 
- 
type
@Nonnull public API.Partial_Receipt type(@Nullable API.Receipt.Type type)
 
- 
vatSummaries
@Nonnull public API.Partial_Receipt vatSummaries(@Nullable API.Partial_VATSummary[] vatSummaries)
 
 - 
 
 -