GetOfflineQueue

data class GetOfflineQueue(val receiptDataList: List<ReceiptData>) : SdkSuccessAnswer

Represents a successful result of getting the offline queue.

See also

Constructors

Link copied to clipboard
constructor(receiptDataList: List<ReceiptData>)

Properties

Link copied to clipboard

The list of receipt data from the offline queue.