<?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="AdminVertexSellerSettingsConfigSection">
        <element name="vertexCompanyInformationHeader" type="block" selector="#tax_vertex_seller_info-head"/>
        <element name="useShippingSource" type="select" selector="#tax_vertex_seller_info_shipping_origin_source"/>
        <element name="companyCode" type="input" selector="#tax_vertex_seller_info_company"/>
        <element name="locationCode" type="input" selector="#tax_vertex_seller_info_location_code"/>
        <element name="streetAddress1" type="input" selector="#tax_vertex_seller_info_street_address_1"/>
        <element name="streetAddress2" type="input" selector="#tax_vertex_seller_info_street_address_2"/>
        <element name="city" type="input" selector="#tax_vertex_seller_info_city"/>
        <element name="countryId" type="select" selector="#tax_vertex_seller_info_country_id"/>
        <element name="regionId" type="select" selector="#tax_vertex_seller_info_region_id"/>
        <element name="postalCode" type="input" selector="#tax_vertex_seller_info_postal_code"/>
    </section>
</sections>
