共用方式為


FiscalPrinter.PrintRecItemFuelVoid(String, Decimal, Int32, Decimal) Method

Definition

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).

Applies to