Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PaymentFormBase Class > PaymentFormBase Properties > Client Property 

Drukuj

.NET Framework Class Library

PaymentFormBase.Client Property

'Drugie' id-klient formy płatności. Odpowiednik pola [klient] z obiektu BFormaPl.

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 Client As Integer
 Get
 Set

C#

public int Client { getset; }

Visual C++

public:
property int Client {
 int get ();
 void set (int value);
}

JavaScript

function get_client();
function set_client(value);

See Also

PaymentFormBase Class

PaymentFormBase Members

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