Kind of the credit card.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreditCardKind", "title": "Credit card kind", "enum": [ "Terminal", "Gateway" ], "type": "string", "description": "Kind of the credit card." }