Share via


FiscalPrinter.PrintRecItemFuel Method

Definition

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

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

Parameters

description
String

Text that describes the fuel product.

price
Decimal

Price of the fuel item.

quantity
Int32

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

vatInfo
Int32

VAT rate identifier.

unitPrice
Decimal

Price of the fuel item per volume.

unitName
String

Name of the volume unit (for example, "ltr").

specialTax
Decimal

Special tax amount (for example, road tax).

specialTaxName
String

Name of the special tax.

Applies to