Apideck · Schema

Is Reconciled

Indicates if the transaction has been reconciled.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-isreconciled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IsReconciled",
  "title": "Is Reconciled",
  "description": "Indicates if the transaction has been reconciled.",
  "type": "boolean",
  "example": true,
  "nullable": true
}