 | ComponentPricesCalculationType Enumeration |
Component Calculation 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 ComponentPricesCalculationType
Public Enumeration ComponentPricesCalculationType
Members
| Member name | Value | Description |
---|
| CostPricesSum | 1 | Sum of cost prices |
| PurchasePricesSum | 0 | Sum of purchase prices |
| SalePriceVatExcludedSum | 2 | Sum of vat excluded sale prices |
| SalePriceVatIncludedSum | 3 | Sum of vat included sale prices |
See Also