SCPrizeType
Interface SCPrizeType. Prize Schema.
Properties
| Property | Type | Description | 
|---|---|---|
| active? | boolean | The active status of the prize. | 
| created_at? | Date | Date of prize creation. | 
| created_by? | SCUserType | The prize creator. | 
| description? | string | The prize description. | 
| id | number | The ID of the prize. | 
| image? | string | The prize image. | 
| lastmod_datetime? | Date | Date of last modify. | 
| link? | string | Link to a web resource for the prize. | 
| points? | number | Points to request the prize. | 
| title? | string | The title of the prize. |