Click or drag to resize

IShippingEntityNotSubjectToFinancialDiscount Property

Gets or sets whether the shipping is used to calculate financial discount amount in documents

(Non soumis à escompte)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Shipping
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<bool> NotSubjectToFinancialDiscount { get; set; }

Property Value

Type: NullableBoolean
Remarks
This entity member is bound to the NotSubjectToFinancialDiscount (Non soumis à escompte) column of the Shipping (Frais de port) table.
See Also