Package com.onslip360
Class API.TillState
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.TillState>
 - 
- com.onslip360.API.TillState
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.TillState>>
- Enclosing class:
 - API
 
public static class API.TillState extends Onslip360Object<API.TillState>
 
- 
- 
Constructor Summary
Constructors Constructor Description TillState(Boolean batchIsOpen, Long currentBatchId, API.Summary grandTotalAmount, API.Summary grandTotalReturns, API.Summary grandTotalSales, Long normalReceiptCounter, Long profoReceiptCounter, Long trainingReceiptCounter, Long xReportCounter, Long zReportCounter) 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
TillState
public TillState(Boolean batchIsOpen, Long currentBatchId, API.Summary grandTotalAmount, API.Summary grandTotalReturns, API.Summary grandTotalSales, Long normalReceiptCounter, Long profoReceiptCounter, Long trainingReceiptCounter, Long xReportCounter, Long zReportCounter)
 
 - 
 
- 
Method Detail
- 
batchIsOpen
@Nonnull public Boolean batchIsOpen()
 
- 
currentBatchId
@Nonnull public Long currentBatchId()
 
- 
grandTotalAmount
@Nonnull public API.Summary grandTotalAmount()
 
- 
grandTotalReturns
@Nonnull public API.Summary grandTotalReturns()
 
- 
grandTotalSales
@Nonnull public API.Summary grandTotalSales()
 
- 
normalReceiptCounter
@Nonnull public Long normalReceiptCounter()
 
- 
profoReceiptCounter
@Nonnull public Long profoReceiptCounter()
 
- 
trainingReceiptCounter
@Nonnull public Long trainingReceiptCounter()
 
- 
xReportCounter
@Nonnull public Long xReportCounter()
 
- 
zReportCounter
@Nonnull public Long zReportCounter()
 
- 
batchIsOpen
@Nonnull public API.TillState batchIsOpen(Boolean batchIsOpen)
 
- 
created
@Nonnull public API.TillState created(@Nullable String created)
 
- 
currentBatchId
@Nonnull public API.TillState currentBatchId(Long currentBatchId)
 
- 
deleted
@Nonnull public API.TillState deleted(@Nullable String deleted)
 
- 
grandTotalAmount
@Nonnull public API.TillState grandTotalAmount(API.Summary grandTotalAmount)
 
- 
grandTotalReturns
@Nonnull public API.TillState grandTotalReturns(API.Summary grandTotalReturns)
 
- 
grandTotalSales
@Nonnull public API.TillState grandTotalSales(API.Summary grandTotalSales)
 
- 
id
@Nonnull public API.TillState id(@Nullable Long id)
 
- 
labels
@Nonnull public API.TillState labels(@Nullable Long[] labels)
 
- 
normalReceiptCounter
@Nonnull public API.TillState normalReceiptCounter(Long normalReceiptCounter)
 
- 
profoReceiptCounter
@Nonnull public API.TillState profoReceiptCounter(Long profoReceiptCounter)
 
- 
tags
@Nonnull public API.TillState tags(@Nullable String[] tags)
 
- 
trainingReceiptCounter
@Nonnull public API.TillState trainingReceiptCounter(Long trainingReceiptCounter)
 
- 
updated
@Nonnull public API.TillState updated(@Nullable String updated)
 
- 
updatedBy
@Nonnull public API.TillState updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.TillState updatedFrom(@Nullable Long updatedFrom)
 
- 
xReportCounter
@Nonnull public API.TillState xReportCounter(Long xReportCounter)
 
- 
zReportCounter
@Nonnull public API.TillState zReportCounter(Long zReportCounter)
 
- 
zReportPending
@Nonnull public API.TillState zReportPending(@Nullable Boolean zReportPending)
 
 - 
 
 -