FiscalAdjustment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the valid types of fiscal adjustments.
public enum FiscalAdjustment
type FiscalAdjustment =
Public Enum FiscalAdjustment
- Inheritance
-
FiscalAdjustment
Fields
Name | Value | Description |
---|---|---|
AmountDiscount | 1 | Fixed amount discount. The amount parameter contains a currency value. |
AmountSurcharge | 2 | Fixed amount surcharge. The amount parameter contains a currency value. |
PercentageDiscount | 3 | Percentage discount. The amount parameter contains a percentage value. |
PercentageSurcharge | 4 | Percentage surcharge. The amount parameter contains a percentage value. |
CouponAmountDiscount | 5 | Fixed amount discount. The amount parameter contains a currency value. |
CouponPercentageDiscount | 6 | Percentage discount. The amount parameter contains a percentage value. |