Click or drag to resize

PriceListTotalDiscountType Enumeration

Type of total discount of a price list.

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public enum PriceListTotalDiscountType
Members
  Member nameValueDescription
None0No total discount (price list is applying on lines).
Rate1Rate total discount.
VatExcludedAmount3Vat excluded amount total discount (price list is only applying on document not price taxed based)
VatIncludedAmount2Vat included amount total discount (price list is only applying on document price taxed based)
See Also