Share via


FiscalPrinter.PrintRecItem Method

Definition

Prints a receipt item for a sold item on the station specified by the FiscalReceiptStation property.

public abstract void PrintRecItem (string description, decimal price, int quantity, int vatInfo, decimal unitPrice, string unitName);
abstract member PrintRecItem : string * decimal * int * int * decimal * string -> unit
Public MustOverride Sub PrintRecItem (description As String, price As Decimal, quantity As Integer, vatInfo As Integer, unitPrice As Decimal, unitName As String)

Parameters

description
String

Text describing the item sold.

price
Decimal

Price of the line item.

quantity
Int32

Number of items. If zero, a single item is assumed.

vatInfo
Int32

VAT rate identifier. If not used, a zero is transferred.

unitPrice
Decimal

Price of each item. If not used, a zero is transferred.

unitName
String

Name of the unit; for example, "kg" or "ltr" or "pcs". If not used, an empty string ("") is transferred.

Applies to