FiscalPrinter.PrintRecItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.