Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace > OrderPosition Class > OrderPosition Properties > PriceValuePLN Property 

Drukuj

.NET Framework Class Library

OrderPosition.PriceValuePLN Property

Cena w złotówkach.

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

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

Syntax

Visual Basic

Public Property PriceValuePLN As Decimal
 Get
 Set

C#

public decimal PriceValuePLN { getset; }

Visual C++

public:
property Decimal PriceValuePLN {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_priceValuePLN();
function set_priceValuePLN(value);

See Also

OrderPosition Class

OrderPosition Members

Sage.PL.WebAPI.Interface.Orders.ViewModels Namespace