accountBalanceDSList Data Type

de
Aktuelle Kontosalden unter Berücksichtigung der Suchparameter
en
current account balances considering der parameter of the search request

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
accountBalanceDS list of accountBalanceDS 0/unbounded
de
Liste der aktuellen Kontosalden
en
list of current account balances

Example

<a----->
  <accountBalanceDS>
    <bankCode>...</bankCode>
    <accountNumber>...</accountNumber>
    <subAccount>...</subAccount>
    <country>...</country>
    <accountIdentification>...</accountIdentification>
    <currencyCode>...</currencyCode>
    <amount>...</amount>
    <creditorDebitorSign>...</creditorDebitorSign>
    <date>...</date>
    <time>...</time>
    <toNumberPostingRun>...</toNumberPostingRun>
  </accountBalanceDS>
</a----->