SimpleMovie
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 |
---|---|---|
AgeRating | InstanceAgeRating | |
AvailableForThisDevice | bool | |
AvailableForThisDeviceInHD | bool | |
AvailableForThisDeviceInSD | bool | |
ChildrenCount | int | |
CommercializationType | CommercializationType | |
Distributor | Distributor | |
Duration | int | |
Genres | Genre | |
ID | int | |
Images | Array of Image | |
IsDtp | bool | |
Medias | Media | |
OrderEpisode | int | |
PlaybackAccess | PlaybackRight | |
Producer | Producer | |
RequiresPin | bool | |
ResizableImages | Array of Image | |
SeasonId | int | |
SeriesId | int | |
ShortDescription | String | |
Stars | double | |
Subtitles | Subtitle | |
Title | String | |
Type | MovieType | |
Views | int | |
Year | int |
Example
{
- Limit: ""
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |