Envestnet · Schema

TransactionTotal

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
count integer
View JSON Schema on GitHub

JSON Schema

envestnet-transactiontotal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionTotal",
  "title": "TransactionTotal",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "format": "int64"
    }
  }
}