 | 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
SyntaxNullable<bool> NotSubjectToFinancialDiscount { get; set; }
Property NotSubjectToFinancialDiscount As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the NotSubjectToFinancialDiscount (Non soumis à escompte) column of the Shipping (Frais de port) table.
See Also