Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace > ContractorBankInfo Class > ContractorBankInfo Properties > AccountNumber Property 

Drukuj

.NET Framework Class Library

ContractorBankInfo.AccountNumber Property

Numer konta bankowego. Odpowiednik pola [nrRachunku] z obiektu SynchroSubject.

Namespace: Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.FKF.Contractors (in Sage.PL.WebAPI.Interface.FKF.Contractors.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property AccountNumber As String
 Get
 Set

C#

public string AccountNumber { getset; }

Visual C++

public:
property StringAccountNumber {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_accountNumber();
function set_accountNumber(value);

See Also

ContractorBankInfo Class

ContractorBankInfo Members

Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace