 | PriceListTotalDiscountType Enumeration |
Type of total discount of a price list.
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum PriceListTotalDiscountType
Public Enumeration PriceListTotalDiscountType
Members
| Member name | Value | Description |
---|
| None | 0 | No total discount (price list is applying on lines). |
| Rate | 1 | Rate total discount. |
| VatExcludedAmount | 3 | Vat excluded amount total discount (price list
is only applying on document not price taxed based) |
| VatIncludedAmount | 2 | Vat included amount total discount (price list
is only applying on document price taxed based) |
See Also