Click or drag to resize

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
Syntax
Nullable<bool> IsPurchasePriceLinkedToAdvisedSalePrice { get; set; }

Property Value

Type: NullableBoolean
Remarks
This 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