본문으로 건너뛰기

protos.ticket.TicketContract

idstring
statusenum

Possible values: [TicketStatus_UNSPECIFIED, AVAILABLE, USED, CANCELED, IN_USE]

price object
valuedouble
currencystring
createdDateTimeUtcstring
protos.ticket.TicketContract
{
"id": "string",
"status": "TicketStatus_UNSPECIFIED",
"price": {
"value": 0,
"currency": "string"
},
"createdDateTimeUtc": "string"
}