nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

Incomplete type for account details #14

Closed barrachri closed 1 year ago

barrachri commented 1 year ago

Hi,

https://github.com/nordigen/nordigen-python/blob/01c61adee7b5a7024430a9c7ceebfa509c9bca1a/nordigen/types/types.py#L81

is incomplete, as it could also have a bban.

example

{
    "account": {
        "resourceId": "1324307",
        "bban": "9611115706498680",
        "currency": "USD",
        "ownerName": "PINOCCHIO OÜ",
        "details": "USD"
    }
}