edutap.wallet_google.models.datatypes.notification.ExpiryNotification#

pydantic model edutap.wallet_google.models.datatypes.notification.ExpiryNotification#

see: https://developers.google.com/wallet/generic/rest/v1/genericobject#expirynotification

Show JSON schema
{
   "title": "ExpiryNotification",
   "description": "see: https://developers.google.com/wallet/generic/rest/v1/genericobject#expirynotification",
   "type": "object",
   "properties": {
      "enableNotification": {
         "default": false,
         "title": "Enablenotification",
         "type": "boolean"
      }
   },
   "additionalProperties": false
}

Config:
  • extra: str = forbid

Fields:
field enableNotification: bool = False#