RaffleTicketValidationResponse

Response to a validate raffle ticket request.

Variables

UUID

string

UUID of the validation

status

ValidationStatus

Status of the Ticket that was validated.

price_type

PriceType

Type of the price 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.

message

string

Message to display the status of the validation to the participant

addToBalance

bool

Boolean wether the price was added to balance automaticly or not.

quantity

int32

Amount of gifts or products that were won if it was a winning ticket

user_id

int64

Id of the user that won.

Close