Unified.to · Schema

AccountingCashflowItem

IntegrationsUnified API

Properties

Name Type Description
account_id string
amount number
name string
sub_items object
transaction_ids object
View JSON Schema on GitHub

JSON Schema

unified-to-accountingcashflowitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountingCashflowItem",
  "title": "AccountingCashflowItem",
  "properties": {
    "account_id": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "sub_items": {
      "$ref": "#/components/schemas/property_AccountingCashflowItem_sub_items"
    },
    "transaction_ids": {
      "$ref": "#/components/schemas/property_AccountingCashflowItem_transaction_ids"
    }
  },
  "type": "object"
}