Bunq · Schema

CardGeneratedCvc2

Banking

Properties

Name Type Description
type string The type of generated cvc2. Can be STATIC or GENERATED.
View JSON Schema on GitHub

JSON Schema

bunq-cardgeneratedcvc2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CardGeneratedCvc2",
  "title": "CardGeneratedCvc2",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of generated cvc2. Can be STATIC or GENERATED.",
      "readOnly": false,
      "writeOnly": false
    }
  }
}