2,183 bytes added
, 19:01, 18 September 2014
{{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 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=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! BlackoutArea
{{!}} int
{{!}}
{{!}}- valign="top"
! CreditLimit
{{!}} long
{{!}}
{{!}}- valign="top"
! DvbtTuners
{{!}} int
{{!}}
{{!}}- valign="top"
! DvrEnabled
{{!}} bool
{{!}}
{{!}}- valign="top"
! GeographicArea
{{!}} int
{{!}}
{{!}}- valign="top"
! HDMediaStreams
{{!}} int
{{!}}
{{!}}- valign="top"
! ID
{{!}} int
{{!}}
{{!}}- valign="top"
! SDMediaStreams
{{!}} int
{{!}}
{{!}}- valign="top"
! ServerCodeList
{{!}} String
{{!}}
{{!}}- valign="top"
! ServiceGroup
{{!}} String
{{!}}
{{!}}- valign="top"
! TimeShiftStatus
{{!}} [[TimeShiftStatus]]
{{!}}
{{!}}- valign="top"
! TimeShiftStatusDate
{{!}} long
{{!}}
{{!}}- valign="top"
! TimeShiftStatusId
{{!}} int
{{!}}
{{!}}- valign="top"
! TimeZone
{{!}} int
{{!}}
{{!}}- valign="top"
{{!}}}
|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
}
|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=
}}