FiscalDataRequest

data class FiscalDataRequest(val settlementSign: Int?, val copies: Int?, val taxationSystem: Int?, val items: List<FiscalNode>?, val payments: PaymentsData?, val cashier: CashierData?, val customer: CustomerData?) : Parcelable

Data class representing the fiscal data request.

See also

Constructors

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

Properties

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 payments data.

Link copied to clipboard

The sign of the settlement.

Link copied to clipboard

The taxation system.

Functions

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