Pos Request
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?)