Apideck · Schema

Transaction note

Note associated with the transaction

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-transactionnote-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionNote",
  "title": "Transaction note",
  "type": "string",
  "description": "Note associated with the transaction",
  "example": "Some notes about this transaction",
  "nullable": true
}