I'm using the Intuit IPP .Net Customer Account Data SDK v1, and was wondering how to determine the account types for a user's bank/credit, etc account.
I see the (for example)
<ns2:bankingAccountType>CHECKING</ns2:bankingAccountType>
tag via the getAccount()
response, but I see no way to get actually get this data back out so I can make use of it. Is there perhaps another way I'm missing?