<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
  * @author     Mediotype                     https://www.mediotype.com/
  */
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminCustomerAccountInformationSection">
        <element name="vertexCustomerCode" type="input" selector="input[name='customer[extension_attributes][vertex_customer_code]']"/>
        <element name="vertexVatRegistrationCountry" type="select" selector="select[name='customer[extension_attributes][vertex_customer_country]']"/>
        <element name="taxVat" type="input" selector="input[name='customer[taxvat]']"/>
        <element name="fieldError" type="text" selector="[name='{{fieldName}}'] ~ label.admin__field-error" parameterized="true"/>
    </section>
</sections>
