LoginSession class

LoginSession This is the session class which stores all of the user's data throughtout a login session.

Syntax

new LoginSession( customerId, password, sessionId, customerId, displayName, msisdn, transaction, contactNumber, invoiceNo, registeredbill, openbill, openBillArray, accounts, totalaccounts, customer, svaalert )

Parameters

Name Type Description
customerId   The customer id
password   The password of the customer
sessionId   The session id as returned by the server
customerId   The id of the customer
displayName   The display name of the customer
msisdn   The phone number of the customer
transaction   Is an array of tranasctions
contactNumber   Is an array of contacts from the address book of the user's smartphone
invoiceNo   The current invoice number the user is selecting to pay for
registeredbill   A list of all registered bills for the user
openbill    
openBillArray   A list of all open and due bills for the user
accounts   A list of accounts registered by the user
totalaccounts   total number of accounts registered by the user
customer   A list of accounts registered by the user
svaalert   A list of accounts registered by the user

Source

SY_OB_Data_Objects.js line 147.