Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business Namespace > BusinessDocumentPositionIssue Class > BusinessDocumentPositionIssue Properties > NetValue Property 

Drukuj

.NET Framework Class Library

BusinessDocumentPositionIssue.NetValue Property

Wartość netto w walucie. Nie dotyczy w przypadku dokumentów w PLN.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business

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

Syntax

Visual Basic

Public Property NetValue As Decimal
 Get
 Set

C#

public decimal NetValue { getset; }

Visual C++

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

JavaScript

function get_netValue();
function set_netValue(value);

See Also

BusinessDocumentPositionIssue Class

BusinessDocumentPositionIssue Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business Namespace