共用方式為


FiscalPrinter.PrintRecRefundVoid(String, Decimal, Int32) Method

Definition

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.

Applies to