 | PriceListFreeType Enumeration |
Price list free type
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 PriceListFreeType
Public Enumeration PriceListFreeType
Members
| Member name | Value | Description |
---|
| None | 0 | None free type |
| OtherItemFixedQuantity | 4 | Other item and fixed quantity |
| OtherItemProportionalQuantity | 3 | Other item and proportional quantity |
| SameItemFixedQuantity | 2 | Same item and fixed quantity |
| SameItemProportionalQuantity | 1 | Same item and proportional quantity |
See Also