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

Drukuj

.NET Framework Class Library

Payment.Positions Property

Pozycje płatności - rozliczenia.

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 Positions As List(Of PaymentPosition)
 Get
 Set

C#

public List<PaymentPositionPositions { getset; }

Visual C++

public:
property List<PaymentPosition^>^ Positions {
 List<PaymentPosition^>^ get ();
 void set (List<PaymentPosition^>^ value);
}

JavaScript

function get_positions();
function set_positions(value);

See Also

Payment Class

Payment Members

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