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

Drukuj

.NET Framework Class Library

Payment.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

Payment Class

Payment Members

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