Resume
Jump to navigation
Jump to search
Represents a Subscription object. Subscriptions are packages that the user can purchase and provide access to other products such as Movies, Live Channels, Services, etc. The Subscription will always have a recurring pricing model associated.
Members
Field | Data Type | Description |
---|---|---|
AudioCode | String | |
DateIns | long | |
MovieId | int | |
SubtitleId | int | |
Time | int | |
UserId | int |
Example
{
- "DateIns": 0,
- "MovieId": 0,
- "UserId": 0,
- "Time": 0,
- "SubtitleId": 0,
- "AudioCode": null
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |