Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPrice Class > ProductPrice Properties > Currency Property 

Drukuj

.NET Framework Class Library

ProductPrice.Currency Property

Waluta ceny. Odpowiednik pola [cena] z obiektu BCnTw.

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 Currency As String
 Get
 Set

C#

public string Currency { getset; }

Visual C++

public:
property StringCurrency {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_currency();
function set_currency(value);

See Also

ProductPrice Class

ProductPrice Members

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