| name | data type | description |
|---|---|---|
| services | array of string | |
| subscriptionCode | string | |
| terminationReason | string | |
| terminationDate | number |
Example
{
"services" : [ "...", "..." ],
"subscriptionCode" : "...",
"terminationReason" : "...",
"terminationDate" : 12345
}