Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentListElement Class > PurchaseDocumentListElement Properties > NetValuePLN Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentListElement.NetValuePLN Property

Kwota netto na dokumencie w złotówkach.

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

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

Syntax

Visual Basic

Public Property NetValuePLN As Decimal
 Get
 Set

C#

public decimal NetValuePLN { getset; }

Visual C++

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

JavaScript

function get_netValuePLN();
function set_netValuePLN(value);

See Also

PurchaseDocumentListElement Class

PurchaseDocumentListElement Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace