Skip to main content

Loyalty Prize User

{
"id": "integer",
"user": {},
"prize": {},
"prize_points": "integer",
"pending_at": "string",
"status": "integer",
"status_description": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyA unique integer value
userUserfalseread-onlyThe user object
prizeLoyaltyPrizefalseread-onlyThe prize object
prize_pointsintegerfalseread-onlyPrize points when the request was created
pending_atstring(date-time)falseread-onlyDate since it was in pending status
statusintegerfalsenoneInteger value representing the status
status_descriptionstringfalseread-onlyThe string representation of the status

Enumerated Values

PropertyValueDescription
status0pending
status1refused
status2sent