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

Drukuj

.NET Framework Class Library

RelatedDocumentPosition.QuantityCorrected Property

Ilość danej pozycji 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 QuantityCorrected As Decimal
 Get
 Set

C#

public decimal QuantityCorrected { getset; }

Visual C++

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

JavaScript

function get_quantityCorrected();
function set_quantityCorrected(value);

See Also

RelatedDocumentPosition Class

RelatedDocumentPosition Members

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