TrustedDeviceList
Jump to navigation
Jump to search
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
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 |