1,268 bytes added
, 18:45, 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"
! Enabled
{{!}} bool
{{!}}
{{!}}- valign="top"
! FirstUse
{{!}} bool
{{!}}
{{!}}- valign="top"
! Type
{{!}} [[UserPinType]]
{{!}}
{{!}}- valign="top"
{{!}}}
|Example=
{
: "Type": 2,
: "Enabled": true,
: "FirstUse": false
}
|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=
}}