Difference between revisions of "UserVideoServiceInfo"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a PricingModels object. Pricing model is object who has information about what price should be applied to a product and what rule s...") |
|||
Line 1: | Line 1: | ||
{{Api_DataType_Spec | {{Api_DataType_Spec | ||
− | |Description= | + | |Description= |
− | |||
− | |||
|Members= | |Members= |
Latest revision as of 19:01, 18 September 2014
Members
Field | Data Type | Description |
---|---|---|
BlackoutArea | int | |
CreditLimit | long | |
DvbtTuners | int | |
DvrEnabled | bool | |
GeographicArea | int | |
HDMediaStreams | int | |
ID | int | |
SDMediaStreams | int | |
ServerCodeList | String | |
ServiceGroup | String | |
TimeShiftStatus | TimeShiftStatus | |
TimeShiftStatusDate | long | |
TimeShiftStatusId | int | |
TimeZone | int |
Example
{
- "ID": 0,
- "CreditLimit": 0,
- "GeographicArea": 0,
- "BlackoutArea": 0,
- "TimeZone": 0,
- "DvrEnabled": false,
- "SDMediaStreams": 0,
- "HDMediaStreams": 0,
- "DvbtTuners": 0,
- "ServiceGroup": "",
- "ServerCodeList": "",
- "TimeShiftStatusId": 0,
- "TimeShiftStatus": 0,
- "TimeShiftStatusDate": 0
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |