共用方式為


FiscalPrinter.PrintRecItemAdjustment Method

Definition

Applies and prints a discount or a surcharge to the last receipt item sold.

public abstract void PrintRecItemAdjustment (Microsoft.PointOfService.FiscalAdjustment adjustmentType, string description, decimal amount, int vatInfo);
abstract member PrintRecItemAdjustment : Microsoft.PointOfService.FiscalAdjustment * string * decimal * int -> unit
Public MustOverride Sub PrintRecItemAdjustment (adjustmentType As FiscalAdjustment, description As String, amount As Decimal, vatInfo As Integer)

Parameters

adjustmentType
FiscalAdjustment

Type of discount.

description
String

Text that describes the discount.

amount
Decimal

Amount of the discount.

vatInfo
Int32

VAT rate identifier.

Applies to