Skip to main content

CardTypeView

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CardTypeView.json
activebooleanrequired
allowMultiplePerPersonbooleanrequired
codeFormatstringrequired
createdAtdate-timerequired
createdBystring
defaultBenefitsstring[]nullable
descriptionstring
displayNamestringrequired
keystringrequired
tiersstring[]nullable
updatedAtdate-timerequired
updatedBystring
uuidstringrequired
CardTypeView
{
"$schema": "https://example.com/schemas/CardTypeView.json",
"active": true,
"allowMultiplePerPerson": true,
"codeFormat": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"defaultBenefits": "Unknown Type: array,null",
"description": "string",
"displayName": "string",
"key": "string",
"tiers": "Unknown Type: array,null",
"updatedAt": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"uuid": "string"
}