userSubscriptionGetResponse
| Extends: | response |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| productId (int) | 1/1 | The product id of the subscription or zero if their is no subscription |
| periodEnd (dateTime) | 0/1 | The period end date of the subscription |
| status (int) | 1/1 | The status of the subscription 0 .. active (unpayed) 1 .. active 2 .. active but deactivated at period end 3 .. inactive |
JSON
| property | type | description |
|---|---|---|
| productId | productId (int) | The product id of the subscription or zero if their is no subscription |
| periodEnd | periodEnd (dateTime) | The period end date of the subscription |
| status | status (int) | The status of the subscription 0 .. active (unpayed) 1 .. active 2 .. active but deactivated at period end 3 .. inactive |