UserVideoServiceInfo
Jump to navigation
Jump to search
Represents a PricingModels object. Pricing model is object who has information about what price should be applied to a product and what rule should be use to show the information as if the Pricing is for TEF user or No-TEF user. Has the information about the recurrence (Daily, Monthly, etc) and quality.
Almost all PricingModel is assigned to a PricingModelGroup, even though is possible assign a content direct to one pricing model.
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 |