PosResponse

data class PosResponse(val receipt: ReceiptData, val fiscal: FiscalData) : Parcelable

Data class representing the POS response.

See also

Constructors

Link copied to clipboard
constructor(receipt: ReceiptData, fiscal: FiscalData)

Properties

Link copied to clipboard

The fiscal data.

Link copied to clipboard

The receipt data.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)