CardTypeUpdatePayload
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/CardTypeUpdatePayload.jsonactiveboolean
allowMultiplePerPersonboolean
codeFormatstring
defaultBenefitsstring[]
descriptionstring
displayNamestring
tiersstring[]
CardTypeUpdatePayload
{
"$schema": "https://example.com/schemas/CardTypeUpdatePayload.json",
"active": true,
"allowMultiplePerPerson": true,
"codeFormat": "string",
"defaultBenefits": [
"string"
],
"description": "string",
"displayName": "string",
"tiers": [
"string"
]
}