 | CalculationModeType Enumeration |
the list of CalculationMode
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 CalculationModeType
Public Enumeration CalculationModeType
Members
| Member name | Value | Description |
---|
| FixedAmount | 0 | Fixed amount |
| LevelOnAmountInvoicedVatExcluded | 2 | Level on amount invoiced vat excluded |
| LevelOnTotalGrossWeight | 3 | Level on total gross weight |
| LevelOnTotalPackage | 4 | Level on total package |
| LevelOnTotalQuantityInvoiced | 5 | Level on total quantity invoiced |
| LevelOnTotalVolume | 6 | Level on total volume |
| PercentOfVatExcludedTotal | 1 | Percent of vat excluded total |
| ToDefine | 7 | To define in documents |
See Also