I'm trying to get a little bit deeper into all that account information stuff and the HIUPD data.
What I would like to achive is: Get the account Type information (an integer) and the name of a sepa account.
The SEPAAccount object has neither of those infos, but then I found out that there is the Account class which covers those informations, but haven't found any usage of this class. Is this correct?
In the end my question is: How do I get the following informations from the "SEPA accounts":
- type of an account: Like normal, depot or extra
- name of the account
Or is there any other way to access the upd data?
Thanks for your help!
I'm trying to get a little bit deeper into all that account information stuff and the HIUPD data.
What I would like to achive is: Get the account Type information (an integer) and the name of a sepa account.
The
SEPAAccountobject has neither of those infos, but then I found out that there is theAccountclass which covers those informations, but haven't found any usage of this class. Is this correct?In the end my question is: How do I get the following informations from the "SEPA accounts":
Or is there any other way to access the upd data?
Thanks for your help!