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

Drukuj

.NET Framework Class Library

PaymentForm.Type Property

Typ formy płatności.

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

PaymentForm Class

PaymentForm Members

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