FiscalPrinter.PrintRecRefund(String, Decimal, Int32) 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.
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.