Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > PurchasePriceInCurrency Property 

Drukuj

.NET Framework Class Library

Product.PurchasePriceInCurrency Property

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

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

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 PurchasePriceInCurrency As ProductPrice
 Get
 Set

C#

public ProductPrice PurchasePriceInCurrency { getset; }

Visual C++

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

JavaScript

function get_purchasePriceInCurrency();
function set_purchasePriceInCurrency(value);

See Also

Product Class

Product Members

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