Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > PaymentRegistry Class > PaymentRegistry Properties > BankAccountId Property 

Drukuj

.NET Framework Class Library

PaymentRegistry.BankAccountId Property

Identyfikator konta bankowego.

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

C#

public int BankAccountId { getset; }

Visual C++

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

JavaScript

function get_bankAccountId();
function set_bankAccountId(value);

See Also

PaymentRegistry Class

PaymentRegistry Members

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