Customer class

Contains basic information about the customer.

Syntax

new Customer( customerId, msisdn, blacklist, test, typeId, cancelId, modeId )

Parameters

Name Type Description
customerId    
msisdn string The msisdn of the customer
blacklist   An id for blacklistreason to indicate customer account status.
test   test state of customer account.
typeId   The id of customerType
cancelId   The id of cancellationReason of customer account
modeId   The id of mode of txn receipt mode of customer account

Source

SY_Data_Objects.js line 27.