Bunq · Schema

CurrencyCloudPaymentQuote

Banking

Properties

Name Type Description
pointers array The points we want to know the fees for.
View JSON Schema on GitHub

JSON Schema

bunq-currencycloudpaymentquote-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CurrencyCloudPaymentQuote",
  "title": "CurrencyCloudPaymentQuote",
  "type": "object",
  "properties": {
    "pointers": {
      "type": "array",
      "description": "The points we want to know the fees for.",
      "readOnly": false,
      "writeOnly": true,
      "items": {
        "$ref": "#/components/schemas/Pointer"
      }
    }
  },
  "required": [
    "pointers"
  ]
}