PosRequest

data class PosRequest(val copies: Int, val taxationSystem: Int, val items: List<FiscalNode>, val amount: String, val cashier: CashierData?, val customer: CustomerData?) : Parcelable

Data class representing the fiscal data request.

See also

Constructors

Link copied to clipboard
constructor(copies: Int, taxationSystem: Int, items: List<FiscalNode>, amount: String, cashier: CashierData?, customer: CustomerData?)

Properties

Link copied to clipboard

The amount.

Link copied to clipboard

The payments data.

Link copied to clipboard
val copies: Int

The number of the copies.

Link copied to clipboard

The payments data.

Link copied to clipboard

The list of the items.

Link copied to clipboard

The taxation system. 0 - general, 1 - simplified income, 2 - simplified income minus expense, 4 - single tax on agricultural, 5 - patent

Functions

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