Share via


FiscalPrinter.PrintRecItemFuelVoid Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Voids a fuel item on the station specified by the FiscalReceiptStation property.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub PrintRecItemFuelVoid ( _
    description As String, _
    price As Decimal, _
    vatInfo As Integer, _
    specialTax As Decimal _
)
public abstract void PrintRecItemFuelVoid (
    string description,
    decimal price,
    int vatInfo,
    decimal specialTax
)
public:
virtual void PrintRecItemFuelVoid (
    String^ description, 
    Decimal price, 
    int vatInfo, 
    Decimal specialTax
) abstract
public abstract void PrintRecItemFuelVoid (
    String description, 
    Decimal price, 
    int vatInfo, 
    Decimal specialTax
)
public abstract function PrintRecItemFuelVoid (
    description : String, 
    price : decimal, 
    vatInfo : int, 
    specialTax : decimal
)

Parameters

  • description
    Text that describes the fuel product.
  • price
    Price of the fuel item.
  • vatInfo
    VAT table identifier.
  • specialTax
    Special tax amount (for example, road tax).

Remarks

The vatInfo parameter contains an index to the table of VAT values created by SetVatTable and SetVatValue.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
SetVatTable
SetVatValue