Share via


FiscalAdjustment Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim fiscalAdjustment1 As FiscalAdjustment = FiscalAdjustment.AmountDiscount

Syntax

'Declaration
Public Enum FiscalAdjustment
public enum FiscalAdjustment
public enum class FiscalAdjustment
public enum FiscalAdjustment
public enum FiscalAdjustment

Members

Member name Description
AmountDiscount Fixed amount discount. The amount parameter contains

a currency value.

AmountSurcharge Fixed amount surcharge. The amount parameter

contains a currency value.

PercentageDiscount Percentage discount. The amount parameter contains a

percentage value.

PercentageSurcharge Percentage surcharge. The amount parameter contains a

percentage value.

Remarks

Indicates the type of adjustment.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
PrintRecItemAdjustment
PrintRecSubtotalAdjustment
PrintRecSubtotalAdjustVoid
PrintRecVoidItem