RafflePriceValidationResponse

Response to a validate a raffle price request.

Variables

UUID

string

UUID of the RaffleTicketValidation

status

ValidationStatus

Status of the Ticket that was validated.

prize_type

PrizeType

Type of the prize that was won.

product_id

int64

Id of the product that was won.

product_description

string

Description of the product that was won.

gift_cash_discount

string

Cash value of the Gift that was won.

gift_description

string

Description of the gift that was won.

raffle_name

string

Name of the Raffle in which the Ticket was validated.

claimed

boolean

Boolean wether the price was claimed or not.

claim_date

int64

Date when the ticket was claimed.

Close