FiscalPrinter.PrintRecItemFuelVoid(String, Decimal, Int32, Decimal) 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.
Voids a fuel item on the station specified by the FiscalReceiptStation property.
public abstract void PrintRecItemFuelVoid (string description, decimal price, int vatInfo, decimal specialTax);
abstract member PrintRecItemFuelVoid : string * decimal * int * decimal -> unit
Public MustOverride Sub PrintRecItemFuelVoid (description As String, price As Decimal, vatInfo As Integer, specialTax As Decimal)
Parameters
- description
- String
Text that describes the fuel product.
- price
- Decimal
Price of the fuel item.
- vatInfo
- Int32
VAT table identifier.
- specialTax
- Decimal
Special tax amount (for example, road tax).