FiscalPrinter.PrintRecItemRefund 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 one or more item refunds.
public virtual void PrintRecItemRefund (string description, decimal amount, int quantity, int vatInfo, decimal unitAmount, string unitName);
abstract member PrintRecItemRefund : string * decimal * int * int * decimal * string -> unit
override this.PrintRecItemRefund : string * decimal * int * int * decimal * string -> unit
Public Overridable Sub PrintRecItemRefund (description As String, amount As Decimal, quantity As Integer, vatInfo As Integer, unitAmount As Decimal, unitName As String)
Parameters
- description
- String
Text describing the refund.
- amount
- Decimal
The amount of the refund line.
- quantity
- Int32
Number of items. If zero, a single item is assumed.
- vatInfo
- Int32
VAT rate identifier or amount. If not used a zero must be transferred.
- unitAmount
- Decimal
Amount of each refund item. If not used a zero must be transferred.
- unitName
- String
Name of the unit i.e., “kg” or “ltr” or “pcs”. If not used an empty string (“”) must be transferred.