edutap.wallet_google.models.primitives.notification.ExpiryNotification#

pydantic model edutap.wallet_google.models.primitives.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"
      }
   }
}

Fields:
field enableNotification: bool = False#