ApiExternalAccountTypeList Data Model

Represents a list of external account types.

Properties
name data type description
items array of ApiExternalAccountType

Example

{
  "items" : [ {
    "name" : "...",
    "categoryName" : "...",
    "type" : "...",
    "displayName" : "...",
    "description" : "...",
    "allowedAccountConfigs" : {
      "items" : [ { }, { } ]
    }
  }, {
    "name" : "...",
    "categoryName" : "...",
    "type" : "...",
    "displayName" : "...",
    "description" : "...",
    "allowedAccountConfigs" : {
      "items" : [ { }, { } ]
    }
  } ]
}