<?xml version="1.0" encoding="utf-8"?>
<b24Message xmlns="http://btwentyfour.com/schemas/commerce/2.1">
    <remittanceAdvice text="Btwentyfour Example Remittance advice" environment="Production"
        currency="EUR">
        <sender gln="1111111111111" />
        <recipient gln="2222222222222" />
        <documentReference documentType="RemittanceAdvice" id="23213213" date="2019-01-30" />
        <property name="invoicee">2222222222222</property>
        <property name="payee">1111111111111</property>
        <property name="conversionRate">7.8904</property>
        <property name="invoicedCurrency">GBP</property>
        <supplier gln="7340117815580" name="Btwentyfour Demo Supplier"
            contact="Supplier's contact reference" orgNo="99999999-9999" vatNo="SE999999999999">
            <location>
                <address>Supplier StreetAddress</address>
                <coAddress>Supplier Street Address second row</coAddress>
                <city code="Supplier ZipCode">Supplier CityName</city>
                <state code="Supplier StateCode">Supplier StateName</state>
                <country code="SUCountryCode">Supplier CountryName</country>
                <telephoneNumber>+45000000002</telephoneNumber>
                <emailAddress>supplier@email.com</emailAddress>
            </location>
            <property name="id">5122186</property>
            <property name="internalId">8899</property>
            <property name="name2">The second supplier name</property>
            <property name="name3">The third supplier name</property>
        </supplier>
        <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group"
            contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888" department="Btwentyfour Demo Buying Group, Running/Athletics Department">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer>
        <receivingAccount type="Bank" bankName="bankName">Bank account number</receivingAccount>
        <payingAccount type="Bank" bankName="bankName">Bank account number</payingAccount>
        <accountingDocument currency="EUR" paymentDate="2019-01-29" invoiceType="Debit">
            <property name="dueDate">2019-02-01</property>
            <documentReference documentType="Invoice" id="5553443" date="2019-01-01" />
            <total netAmountIncTax="100.00" remittedAmount="90.00" adjustmentAmount="10.00"
                taxAmount="9.00" />
        </accountingDocument>
        <accountingDocument currency="EUR" paymentDate="2019-01-29" invoiceType="Debit">
            <property name="dueDate">2019-02-30</property>
            <documentReference documentType="Invoice" id="54345234" date="2019-01-15" />
            <total netAmountIncTax="100.00" remittedAmount="100.00" adjustmentAmount="0.00"
                taxAmount="10.00" />
        </accountingDocument>
        <total remittedAmount="200.00" netAmountIncTax="200.00" taxAmount="20.00" />
    </remittanceAdvice>
</b24Message>