 | ExtraFeeBaseType Enumeration |
Represents the type for Extra Fee Base
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Types.Building
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum ExtraFeeBaseType
Public Enumeration ExtraFeeBaseType
Members
| Member name | Value | Description |
---|
| CostPrice | 0 | The Cost Price |
| DistributionIndexAccordingItemFamily | 3 | The distribution index according item family |
| DistributionIndexAccordingItemType | 2 | The distribution index according item type |
| SalePrice | 1 | The sale price |
See Also