Libticketto
Preparing search index...
@ticketto/protocol
TicketPurchased
Type Alias TicketPurchased
A ticket has been purchased by a customer and should be delisted as avaailable on clients.
type
TicketPurchased
=
{
buyer
:
AccountId
;
event
:
EventId
;
id
:
TicketId
;
type
:
"TicketPurchased"
;
}
Index
Properties
buyer
event
id
type
Properties
buyer
buyer
:
AccountId
event
event
:
EventId
id
id
:
TicketId
type
type
:
"TicketPurchased"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buyer
event
id
type
Libticketto
Loading...
A ticket has been purchased by a customer and should be delisted as avaailable on clients.