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