edutap.wallet_google.models.primitives.notification.UpcomingNotification#

pydantic model edutap.wallet_google.models.primitives.notification.UpcomingNotification#

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

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

Fields:
field enableNotification: bool = False#