 | ISupplierEntityPostagePaidThreshold Property |
Gets or sets the postage paid threshold
(Seuil franco de port)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Supplier
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<decimal> PostagePaidThreshold { get; set; }
Property PostagePaidThreshold As Nullable(Of Decimal)
Get
Set
Property Value
Type:
NullableDecimal
RemarksThis entity member is bound to the PostagePaidThreshold (Seuil franco de port) column of the Supplier (Fournisseur) table.
See Also