FiscalAdjustmentType Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the valid types of package adjustments.

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

Syntax

'Declaration
Public Enumeration FiscalAdjustmentType
public enum FiscalAdjustmentType
public enum class FiscalAdjustmentType
public enum FiscalAdjustmentType
public enum FiscalAdjustmentType

Members

Member name Description
Discount Discount.
Surcharge Surcharge.

Remarks

Used by the PrintRecPackageAdjustment and PrintRecPackageAdjustVoid methods. Members of this enumeration replace the FPTR_AT_DISCOUNT and FPTR_AT_SURCHARGE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PrintRecPackageAdjustment
PrintRecPackageAdjustVoid