UserPinStatus
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 |
|---|---|---|
| Enabled | bool | |
| FirstUse | bool | |
| Type | UserPinType |
Example
{
- "Type": 2,
- "Enabled": true,
- "FirstUse": false
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |