Bank of America · JSON Structure

Accountlistresponse Structure

Type: record Properties: 0
BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100

Accountlistresponse Structure is a JSON Structure definition published by Bank of America. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/bank-of-america/json-structure/accountlistresponse-structure.json",
  "title": "AccountListResponse",
  "type": "record",
  "members": [
    {
      "name": "accounts",
      "type": "array",
      "description": ""
    },
    {
      "name": "totalCount",
      "type": "integer",
      "description": "Total number of accounts"
    },
    {
      "name": "pageSize",
      "type": "integer",
      "description": ""
    },
    {
      "name": "offset",
      "type": "integer",
      "description": ""
    }
  ]
}