edutap.wallet_google.models.datatypes.event.EventReservationInfo#

pydantic model edutap.wallet_google.models.datatypes.event.EventReservationInfo#

see: https://developers.google.com/wallet/reference/rest/v1/eventticketobject#eventreservationinfo

Show JSON schema
{
   "title": "EventReservationInfo",
   "description": "see: https://developers.google.com/wallet/reference/rest/v1/eventticketobject#eventreservationinfo",
   "type": "object",
   "properties": {
      "kind": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": "walletobjects#eventReservationInfo",
         "deprecated": true,
         "description": "deprecated",
         "title": "Kind"
      },
      "confirmationCode": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "title": "Confirmationcode"
      }
   },
   "additionalProperties": false
}

Config:
  • extra: str = forbid

Fields:
field confirmationCode: str | None = None#
kind: str | None#

Read-only data descriptor used to emit a runtime deprecation warning before accessing a deprecated field.

Attributes:

msg: The deprecation message to be emitted. wrapped_property: The property instance if the deprecated field is a computed field, or None. field_name: The name of the field being deprecated.