Sage.PL.WebAPI.Interface.Payments.ViewModels Namespace > PaymentListElement Class > PaymentListElement Properties > SubjectType Property 

Drukuj

.NET Framework Class Library

PaymentListElement.SubjectType Property

Typ podmiotu.

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

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

Syntax

Visual Basic

Public Property SubjectType As enumPaymentSubjectType
 Get
 Set

C#

public enumPaymentSubjectType SubjectType { getset; }

Visual C++

public:
property enumPaymentSubjectType SubjectType {
 enumPaymentSubjectType get ();
 void set (enumPaymentSubjectType value);
}

JavaScript

function get_subjectType();
function set_subjectType(value);

See Also

PaymentListElement Class

PaymentListElement Members

Sage.PL.WebAPI.Interface.Payments.ViewModels Namespace