Skip Navigation

Agency Address

4.3 Agency Address (18)

<OpenReservationElement id="1" type="FP">
        <or:FormOfPayment xmlns:or="http://services.sabre.com/res/or/v1_14" >
            <or:Company>
            <!-- mandatory -->
                <or:Name>Nuke Cola</or:Name>
                <or:Address>
                    <or:AddressLine>1300 NM-28220</or:AddressLine>
                    <or:AddressLine>Second line</or:AddressLine>
                    <or:AddressLine>Third line</or:AddressLine>
                    <or:CityName>Krakow</or:CityName>
                    <or:CityCodes>
                        <or:Code>KRK</or:Code>
                    </or:CityCodes>
                    <or:StateProvince code="KR">Lesser Poland</or:StateProvince>
                    <or:CountryCodes>
                <!-- mandatory -->
                        <or:Code>PL</or:Code>
                    </or:CountryCodes>
                </or:Address>
            </or:Company>
        </or:FormOfPayment>
</OpenReservationElement>