 | ISupplierItemEntityIsPurchasePriceLinkedToAdvisedSalePrice Property |
Gets or sets whether the public purchase price must be recalculated when advised price is changing
(Lier le prix d'achat au prix de vente conseillé)
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<bool> IsPurchasePriceLinkedToAdvisedSalePrice { get; set; }
Property IsPurchasePriceLinkedToAdvisedSalePrice As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the IsPurchasePriceLinkedToAdvisedSalePrice (Lier le prix d'achat au prix de vente conseillé) column of the SupplierItem (Articles par fournisseurs) table.
See Also