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