Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > RelatedDocumentPosition Class > RelatedDocumentPosition Properties > NetValuePLNCorrected Property 

Drukuj

.NET Framework Class Library

RelatedDocumentPosition.NetValuePLNCorrected Property

Wartość netto w złotówkach po uwzględnieniu wszystkich korekt wystawionych do powiązanego dokumentu.

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

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

Syntax

Visual Basic

Public Property NetValuePLNCorrected As Decimal
 Get
 Set

C#

public decimal NetValuePLNCorrected { getset; }

Visual C++

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

JavaScript

function get_netValuePLNCorrected();
function set_netValuePLNCorrected(value);

See Also

RelatedDocumentPosition Class

RelatedDocumentPosition Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace