FiscalPrinter.PrintRecRefund(String, Decimal, Int32) Method

Definition

Processes a refund.

public abstract void PrintRecRefund (string description, decimal amount, int vatInfo);
abstract member PrintRecRefund : string * decimal * int -> unit
Public MustOverride Sub PrintRecRefund (description As String, amount As Decimal, vatInfo As Integer)

Parameters

description
String

Text that describes the refund.

amount
Decimal

Amount of the refund.

vatInfo
Int32

VAT table identifier.

Applies to