edutap.wallet_google.models.primitives.smarttap.SignUpInfo#

pydantic model edutap.wallet_google.models.primitives.smarttap.SignUpInfo#

see: https://developers.google.com/wallet/generic/rest/v1/smarttap#signupinfo

Show JSON schema
{
   "title": "SignUpInfo",
   "description": "see: https://developers.google.com/wallet/generic/rest/v1/smarttap#signupinfo",
   "type": "object",
   "properties": {
      "classId": {
         "title": "Classid",
         "type": "string"
      }
   },
   "required": [
      "classId"
   ]
}

Fields:
field classId: str [Required]#