edutap.wallet_google.models.tickets_and_transit.EventReservationInfo#
- pydantic model edutap.wallet_google.models.tickets_and_transit.EventReservationInfo#
Show JSON schema
{ "title": "EventReservationInfo", "type": "object", "properties": { "confirmationCode": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Confirmationcode" } } }
- Fields:
- field confirmationCode: str | None = None#