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
val items: List<FiscalNode>?

The list of the items.

Link copied to clipboard

The payments data.

Link copied to clipboard
val settlementSign: Int?

The sign of the settlement.

Link copied to clipboard
val taxationSystem: Int?

The taxation system.