Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentVatRegister Class > DocumentVatRegister Properties > PeriodType Property 

Drukuj

.NET Framework Class Library

DocumentVatRegister.PeriodType Property

Typ okresu rejestru VAT. Odpowiednik pola [Oczek] z obiektu RejestrVAT.

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 PeriodType As enumVatRegisterPeriodType
 Get
 Set

C#

public enumVatRegisterPeriodType PeriodType { getset; }

Visual C++

public:
property enumVatRegisterPeriodType PeriodType {
 enumVatRegisterPeriodType get ();
 void set (enumVatRegisterPeriodType value);
}

JavaScript

function get_periodType();
function set_periodType(value);

See Also

DocumentVatRegister Class

DocumentVatRegister Members

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