AccountListResponse
Data object[]
Array [
AccountIdstring
Example:
acc-12345Currencystring
Example:
GBPAccountTypestring
Example:
RetailAccountSubTypestring
Example:
CurrentAccount]
AccountListResponse
{
"Data": [
{
"AccountId": "acc-12345",
"Currency": "GBP",
"AccountType": "Retail",
"AccountSubType": "CurrentAccount"
}
]
}