ShopTicketCheck
Jump to navigation
Jump to search
Method is needed to check current ticket status.
Inputs:
- token (string) - current token.
- barcode (string) - ticket barcode.
- checkmultiply (string) - currently not used.
Outputs:
- TicketCheckStatus (string) - possible values: 'not_found', 'paid_out', 'not_paid_out'. 'not_paid_out' status means this ticket could be paid out.
- TicketCheckInfo - check information text.
- TicketCheckAmount - amount which could be paid out, for visualization purposes only.
- TicketCheckMultiplyOdds - currently not used.