XIQS Get USSD Credit Check String
From IQsimWiki
(Difference between revisions)
Latest revision as of 09:09, 6 February 2013
XIQS Get USSD Credit Check String - Price Plan Management
Description |
---|
getXIQSUSSDCreditCheckString ( String ussdmodel , String peakexpression , String offpeakexpression , String bonusexpression , String smspeakexpression , String smsoffpeakexpression , String smsbonusexpression , String ussdstring , [String ussdstring2] , [String ussdstring3] , [String ussdstring4] , [String ussdstring5] , [String ussdstring6] , [String ussdstring7] , [String ussdstring8] , [String ussdstring9] , [String ussdstring10] )
Get Ussd String match. allow to test parsing for credit check string. Parse formula for each SMS are specified as individual lines separated by end lines ('\n') |
Parameters |
---|
String ussdmodel Message Returned for Valid USSD/SMS; Specify the template(s) that describes the USSD/SMS string sent by the operator. If more than one model is specified, each model must be separated by an end of line ('\n'). String peakexpression Specify how to compute Call Credit Peak (in seconds) from the variables; Enter an expression that use the variables (#1, #2, #3, #4, #5, #6, #7, #8, #9, #10) and operators ( + - * / ). Expression value is rounded to integer. String offpeakexpression Specify how to compute Call Credit Off Peak (in seconds) from the variables; Format is the same as for the previous parameter. String bonusexpression Specify how to compute Call Credit Bonus (in seconds) from the variables; Format is the same as for the previous parameter. String smspeakexpression Specify how to compute SMS Credit Peak; Format is the same as for the previous parameter. String smsoffpeakexpression Specify how to compute SMS Credit Off Peak; Format is the same as for the previous parameter. String smsbonusexpression Specify how to compute SMS Credit Bonus; Format is the same as for the previous parameter. String ussdstring1 Valid sample of USSD/SMS returned message. [String ussdstring2] Valid sample of USSD/SMS returned message. [String ussdstring3] Valid sample of USSD/SMS returned message. [String ussdstring4] Valid sample of USSD/SMS returned message. [String ussdstring5] Valid sample of USSD/SMS returned message. [String ussdstring6] Valid sample of USSD/SMS returned message. [String ussdstring7] Valid sample of USSD/SMS returned message. [String ussdstring8] Valid sample of USSD/SMS returned message. [String ussdstring9] Valid sample of USSD/SMS returned message. [String ussdstring10] Valid sample of USSD/SMS returned message. |
Return Values |
---|
String ussdresponse Result string [String ussdresponse2] Result string [String ussdresponse3] Result string [String ussdresponse4] Result string [String ussdresponse5] Result string [String ussdresponse6] Result string [String ussdresponse7] Result string [String ussdresponse8] Result string [String ussdresponse9] Result string [String ussdresponse10] Result string
Possible failure code returns |
See Also |
---|