User CLASS
Gets the type of user terminal. SYNTAX public Client ClientType { get; } EXAMPLE An object ‘User’ for the currently selected account is cre...
Sun, May 6, 2018 at 1:41 PM
Gets email assigned to the user. SYNTAX public string Email { get; } EXAMPLE An object ‘User’ for the currently selected account is created...
Sun, May 6, 2018 at 1:42 PM
Gets user first name. SYNTAX public string FirstName { get; } EXAMPLE An object ‘User’ for the currently selected account is created in the...
Sun, May 6, 2018 at 1:43 PM
Gets user's unique PIN code. SYNTAX public string Id { get; } EXAMPLE An object ‘User’ for the currently selected account is created in...
Sun, May 6, 2018 at 1:44 PM
Return true if account is broker. SYNTAX public bool IsBroker { get; } EXAMPLE An object ‘User’ for the currently selected account is creat...
Sun, May 6, 2018 at 2:04 PM
Gets user last name. SYNTAX public string LastName { get; } EXAMPLE An object ‘User’ for the currently selected account is created in the n...
Sun, May 6, 2018 at 2:05 PM
Gets user login. SYNTAX public string Login { get; } EXAMPLE An object ‘User’ for the currently selected account is created in the next exa...
Sun, May 6, 2018 at 2:11 PM
Gets user middle name. SYNTAX public string MiddleName { get; } EXAMPLE An object ‘User’ for the currently selected account is created in t...
Sun, May 6, 2018 at 2:19 PM
Gets telephone number that is assigned for user. SYNTAX public string TelephoneNumber { get; } EXAMPLE An object ‘User’ for the currently s...
Sun, May 6, 2018 at 2:21 PM
Returns all user's accounts SYNTAX public Account[] GetAccounts () RETURN Account[] Retruns an array with all user's accounts ...
Sun, May 6, 2018 at 2:22 PM