FiscalPrinter.PrintRecRefundVoid(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 void of a refund.
public abstract void PrintRecRefundVoid (string description, decimal amount, int vatInfo);
abstract member PrintRecRefundVoid : string * decimal * int -> unit
Public MustOverride Sub PrintRecRefundVoid (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.