msisdnVerifyCheckKeyResponse element
| Type: | msisdnVerifyCheckKeyResponse |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<msisdnVerifyCheckKeyResponse>
<errorCode>...</errorCode>
<msisdn>...</msisdn>
<pin>...</pin>
</msisdnVerifyCheckKeyResponse>
Example JSON
{
"msisdn" : ...,
"pin" : ...,
"errorCode" : ...
}