Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentRecord Class > DocumentRecord Properties > RecordVat Property 

Drukuj

.NET Framework Class Library

DocumentRecord.RecordVat Property

Flaga oznaczająca zapis na konto VAT, tylko dla wzorców. Odpowiednik pola [zapisvat] z obiektu PZapis.

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

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 RecordVat As Boolean
 Get
 Set

C#

public bool RecordVat { getset; }

Visual C++

public:
property bool RecordVat {
 bool get ();
 void set (bool value);
}

JavaScript

function get_recordVat();
function set_recordVat(value);

See Also

DocumentRecord Class

DocumentRecord Members

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