Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/app/code/Amasty/RewardsExportEntity/etc/entity/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/RewardsExportEntity/etc/entity/customer_entity.xml

<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Reward Points Export Entity for Magento 2 (System)
 */-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:amasty:module:Amasty_ExportCore:etc/am_export.xsd">
    <entity code="customer_entity">
        <name>Amasty Reward Point Customer</name>
        <isHidden>true</isHidden>
        <collectionFactory class="Magento\Customer\Model\ResourceModel\Customer\CollectionFactory"/>
        <fieldsConfig>
            <fieldsClass class="Amasty\ExportCore\Export\FieldsClass\Describe"/>
        </fieldsConfig>
    </entity>
</config>