<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * This file is part of the Klarna KP module
  *
  * (c) Klarna Bank AB (publ)
  *
  * For the full copyright and license information, please view the NOTICE
  * and LICENSE files that were distributed with this source code.
  */
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
    <entity name="Klarna_DE_Address_B2C" type="address">
        <data key="firstname">John</data>
        <data key="lastname">Doe</data>
        <data key="company"></data>
        <array key="street">
            <item>Zinnowitzer Straße 1</item>
        </array>
        <data key="city">Berlin</data>
        <data key="state">Berlin</data>
        <data key="country_id">DE</data>
        <data key="country">Germany</data>
        <data key="postcode">10115</data>
        <data key="telephone">01625678976</data>
        <data key="default_billing">Yes</data>
        <data key="default_shipping">Yes</data>
        <requiredEntity type="region">RegionDE</requiredEntity>
    </entity>
    <entity name="Klarna_ZW_Address_B2C" type="address" extends="Klarna_DE_Address_B2C">
        <data key="country_id">ZW</data>
        <data key="default_billing">false</data>
        <data key="default_shipping">false</data>
    </entity>
</entities>
