Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentTransactionIssue Class > DocumentTransactionIssue Properties > RKP Property 

Drukuj

.NET Framework Class Library

DocumentTransactionIssue.RKP Property

Podstawa do obliczenia różnic kursowych podatkowych. Odpowiednik pola [podstawaRKP] z obiektu PTransakcja.

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

C#

public Nullable<decimalRKP { getset; }

Visual C++

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

JavaScript

function get_RKP();
function set_RKP(value);

See Also

DocumentTransactionIssue Class

DocumentTransactionIssue Members

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