Difference between revisions of "TrustedDeviceList"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{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 s...")
 
 
Line 1: Line 1:
 
{{Api_DataType_Spec
 
{{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.
+
|Description=
 
 
Almost all PricingModel is assigned to a [[PricingModelGroup]], even though is possible assign a content direct to one pricing model.
 
  
 
|Members=
 
|Members=

Latest revision as of 17:33, 16 September 2014


Members

Field Data Type Description
Current int
List Array of TrustedDevice
Maximum int


Example

{

Current: 12
List: [
Array of TrustedDevice
]
Maximum: 0

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also