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

Drukuj

.NET Framework Class Library

Payment.PaymentType Property

Rodzaj płatności.

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 PaymentType As enumPaymentType
 Get
 Set

C#

public enumPaymentType PaymentType { getset; }

Visual C++

public:
property enumPaymentType PaymentType {
 enumPaymentType get ();
 void set (enumPaymentType value);
}

JavaScript

function get_paymentType();
function set_paymentType(value);

See Also

Payment Class

Payment Members

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