SCPrizeUserType
SCPrizeUserType interface Loyalty Prize User Schema
Properties
Property | Type | Description |
---|---|---|
id | number | Unique integer value |
pending_at | string | Date | Date since it was in pending status. |
prize | SCPrizeType | Prize obj. |
prize_points | number | Prize points when the request was created |
status | SCPrizeUserStatusType | Integer value representing the status. |
status_description | string | The string representation of the status. |
user | SCUserType | User obj |