Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentSettlementIssue Class > DocumentSettlementIssue Properties > ValuePLN Property 

Drukuj

.NET Framework Class Library

DocumentSettlementIssue.ValuePLN Property

Kwota rozliczenia w złotówkach. Odpowiednik pola [kwota] z obiektu PRozliczenie.

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

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 ValuePLN As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalValuePLN { getset; }

Visual C++

public:
property Nullable<DecimalValuePLN {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_valuePLN();
function set_valuePLN(value);

See Also

DocumentSettlementIssue Class

DocumentSettlementIssue Members

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