1,259 bytes added
, 19:06, 10 September 2014
{{Api_DataType_Spec
|Description=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=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! AudioCode
{{!}} String
{{!}}
{{!}}- valign="top"
! DateIns
{{!}} long
{{!}}
{{!}}- valign="top"
! MovieId
{{!}} int
{{!}}
{{!}}- valign="top"
! SubtitleId
{{!}} int
{{!}}
{{!}}- valign="top"
! Time
{{!}} int
{{!}}
{{!}}- valign="top"
! UserId
{{!}} int
{{!}}
{{!}}- valign="top"
{{!}}}
|Example=
{
: "DateIns": 0,
: "MovieId": 0,
: "UserId": 0,
: "Time": 0,
: "SubtitleId": 0,
: "AudioCode": null
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
}}