Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPricesEdit Class > ProductPricesEdit Properties > PurchasePrice Property 

Drukuj

.NET Framework Class Library

ProductPricesEdit.PurchasePrice Property

Cena zakupu towaru. Obiekt, który jest odpowiednikiem pola [cenaZak] z obiektu BTowar.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.Prices

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property PurchasePrice As ProductPrice
 Get
 Set

C#

public ProductPrice PurchasePrice { getset; }

Visual C++

public:
property ProductPricePurchasePrice {
 ProductPriceget ();
 void set (ProductPricevalue);
}

JavaScript

function get_purchasePrice();
function set_purchasePrice(value);

See Also

ProductPricesEdit Class

ProductPricesEdit Members

Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace