Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > VatRegister Class > VatRegister Properties > Correction Property 

Drukuj

.NET Framework Class Library

VatRegister.Correction Property

Rodzaj dokumentu. Faktura/Korekta.

Pole tylko do odczytu.

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

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

Syntax

Visual Basic

Public Property Correction As Boolean
 Get
 Set

C#

public bool Correction { getset; }

Visual C++

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

JavaScript

function get_correction();
function set_correction(value);

See Also

VatRegister Class

VatRegister Members

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