Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PaymentRegistry Class > PaymentRegistry Properties > Type Property 

Drukuj

.NET Framework Class Library

PaymentRegistry.Type Property

Typ rejestru płatności. Odpowiednik pola [typRejestru] z obiektu BRejestr.

Pole tylko do odczytu.

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

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

Syntax

Visual Basic

Public Property Type As enumPaymentRegistryType
 Get
 Set

C#

public enumPaymentRegistryType Type { getset; }

Visual C++

public:
property enumPaymentRegistryType Type {
 enumPaymentRegistryType get ();
 void set (enumPaymentRegistryType value);
}

JavaScript

function get_type();
function set_type(value);

See Also

PaymentRegistry Class

PaymentRegistry Members

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