User CLASS

ClientType PROPERTY (Client)
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
Email PROPERTY (string)
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
FirstName PROPERTY (string)
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
Id PROPERTY (string)
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
IsBroker PROPERTY (bool)
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
LastName PROPERTY (string)
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
Login PROPERTY (string)
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
MiddleName PROPERTY (string)
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
TelephoneNumber PROPERTY (string)
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
GetAccounts () METHOD (Return: Account[])
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