FiscalAdjustment Enumeration

2/27/2008

Enumerates the valid types of fiscal adjustments.

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

Syntax

'Declaration
Public Enumeration 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.
CouponAmountDiscount Fixed amount discount. The amount parameter contains a currency value.
CouponPercentageDiscount Percentage discount. The amount parameter contains a percentage value.
PercentageDiscount Percentage discount. The amount parameter contains a percentage value.
PercentageSurcharge Percentage surcharge. The amount parameter contains a percentage value.

Remarks

Used by the PrintRecItemAdjustment, PrintRecSubtotalAdjustment, and PrintRecSubtotalAdjustVoid methods. Members of this enumeration replace the FPTR_AT_AMOUNT_DISCOUNT, FPTR_AT_AMOUNT_SURCHARGE, FPTR_AT_PERCENTAGE_DISCOUNT, and FPTR_AT_PERCENTAGE_SURCHARGE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PrintRecItemAdjustment
PrintRecSubtotalAdjustment
PrintRecSubtotalAdjustVoid
PrintRecVoidItem