 | ShippingApplyOnType Enumeration |
Define types to known on what shipping was applied
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 ShippingApplyOnType
Public Enumeration ShippingApplyOnType
Members
| Member name | Value | Description |
---|
| Purchase | 1 | The purchase |
| Sale | 0 | The sale |
| SaleAndPurchase | 2 | The sale and purchase |
See Also