edutap.wallet_google.models.primitives.CallbackOptions#

pydantic model edutap.wallet_google.models.primitives.CallbackOptions#

see: https://developers.google.com/wallet/generic/rest/v1/CallbackOptions

Show JSON schema
{
   "title": "CallbackOptions",
   "description": "see: https://developers.google.com/wallet/generic/rest/v1/CallbackOptions",
   "type": "object",
   "properties": {
      "url": {
         "anyOf": [
            {
               "format": "uri",
               "maxLength": 2083,
               "minLength": 1,
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": null,
         "title": "Url"
      }
   }
}

Fields:
field url: Url | None = None#