FiscalPrinter.PrintRecItemVoid 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.
Cancels one or more items that has been added to the receipt and prints a void description on the station defined by the FiscalReceiptStation property.
public abstract void PrintRecItemVoid (string description, decimal price, int quantity, int vatInfo, decimal unitPrice, string unitName);
abstract member PrintRecItemVoid : string * decimal * int * int * decimal * string -> unit
Public MustOverride Sub PrintRecItemVoid (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 to be voided.
- price
- Decimal
Price of the item to be voided.
- quantity
- Int32
Quantity of item to be voided. If zero, a single item is assumed.
- vatInfo
- Int32
VAT rate identifier.
- unitPrice
- Decimal
Price of each item. If not used, a zero must be transferred.
- unitName
- String
Name of the unit (for example: "kg" or "ltr" or "pcs"). If not used, an empty string ("") must be transferred.