Difference between revisions of "Template:HBCI Frame"

From GnuCash
Jump to: navigation, search
(From AqBanking#Config_Location for use in other languages)
 
(fix highlight of linking elements)
 
Line 1: Line 1:
<SyntaxHighlight lang="xml" highlight="3,7>
+
<SyntaxHighlight lang="xml" highlight="5,9>
 
     <slot>
 
     <slot>
 
       <slot:key>hbci</slot:key>
 
       <slot:key>hbci</slot:key>

Latest revision as of 09:21, 3 January 2020

    <slot>
      <slot:key>hbci</slot:key>
      <slot:value type="frame">
         <slot>
           <slot:key>account-id</slot:key>
           <slot:value type="string">1234567890</slot:value>
         </slot>
         <slot>
           <slot:key>account-uid</slot:key>
           <slot:value type="integer">9</slot:value>
         </slot>
        <slot>
          <slot:key>bank-code</slot:key>
          <slot:value type="string">121107882</slot:value>
        </slot>
        <slot>
          <slot:key>trans-retrieval</slot:key>
          <slot:value type="timespec">
            <ts:date>2017-08-27 09:33:08 -0700</ts:date>
          </slot:value>
        </slot>
      </slot:value>
    </slot>