> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Object

<div class="prose dark:prose-invert custom-html">
  <h2 id="export">Export</h2>
  <p>One of:</p>

  <ol>
    <li>
      <a href="#export-voucher">Export Voucher</a>
    </li>

    <li>
      <a href="#export-redemption">Export Redemption</a>
    </li>

    <li>
      <a href="#export-customers">Export Customers</a>
    </li>

    <li>
      <a href="#export-publication">Export Publication</a>
    </li>

    <li>
      <a href="#export-orders">Export Orders</a>
    </li>

    <li>
      <a href="#export-points-expiration">Export Points Expiration</a>
    </li>

    <li>
      <a href="#export-vouchers-transactions">Export Vouchers Transactions</a>
    </li>
  </ol>

  <h2 id="export-voucher">Export Voucher</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-vouchers">Export Vouchers</a>
    </li>
  </ol>

  <h2 id="export-redemption">Export Redemption</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-redemptions">Export Redemptions</a>
    </li>
  </ol>

  <h2 id="export-customers">Export Customers</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-customers">Export Customers</a>
    </li>
  </ol>

  <h2 id="export-publication">Export Publication</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-publications">Export Publications</a>
    </li>
  </ol>

  <h2 id="export-orders">Export Orders</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-orders">Export Orders</a>
    </li>
  </ol>

  <h2 id="export-points-expiration">Export Points Expiration</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-points-expirations">Export Points Expirations</a>
    </li>
  </ol>

  <h2 id="export-vouchers-transactions">Export Vouchers Transactions</h2>
  <p>All of:</p>

  <ol>
    <li>
      <a href="#export-base">Export Base</a>
    </li>

    <li>
      <a href="#export-vouchers-transactions">Export Vouchers Transactions</a>
    </li>
  </ol>

  <h2 id="export-base">Export Base</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            id

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>Unique export ID.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object being represented. This object stores information about the export.</p>

          <p>
            Available values:
            <code>export</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            created\_at

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>Timestamp representing the date and time when the export was scheduled in ISO 8601 format.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            status

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>Status of the export. Informs you whether the export has already been completed, i.e. indicates whether the file containing the exported data has been generated.</p>

          <p>
            Available values:
            <code>SCHEDULED</code>,
            <code>IN\_PROGRESS</code>,
            <code>DONE</code>,
            <code>ERROR</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            channel

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The channel through which the export was triggered.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            result

            <br />

            <code>object</code>,
            <code>null</code>
          </p>
        </td>

        <td>
          <p>Contains the URL of the CSV file.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    url

                    <br />

                    <code>string</code>
                  </p>
                </td>

                <td>
                  <p>URL of the CSV file location. It contains the token used for authorization in the Download export method.</p>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            user\_id

            <br />

            <code>string</code>,
            <code>null</code>
          </p>
        </td>

        <td>
          <p>Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE.</p>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-vouchers">Export Vouchers</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>voucher</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-voucher-order">Export Voucher Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-voucher-fields">Export Voucher Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-voucher-filters">Export Voucher Filters</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    campaign\_id

                    <br />

                    <code>string</code>
                  </p>
                </td>

                <td>
                  <p>Unique identifier of the campaign. It is assigned by Voucherify. The campaign ID defines the campaign for which the voucher export will be triggered.</p>

                  <p>
                    <strong>Example:</strong>
                    camp\_0dJG7cCAjquzcxWmZ634bA0C
                  </p>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-redemptions">Export Redemptions</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>redemption</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <p>List of available fields and filters that can be exported with an order along with the sorting order of the returned data.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-redemption-order">Export Redemption Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-redemption-fields">Export Redemption Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-redemption-filters">Export Redemption Filters</a>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-customers">Export Customers</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>customer</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <p>List of available fields and filters that can be exported with an order along with the sorting order of the returned data.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-customer-order">Export Customer Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-customer-fields">Export Customer Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-customer-filters">Export Customer Filters</a>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-publications">Export Publications</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>publication</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <p>List of available fields and filters that can be exported with an order along with the sorting order of the returned data.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-publication-order">Export Publication Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-publication-fields">Export Publication Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-publication-filters">Export Publication Filters</a>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-orders">Export Orders</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>order</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <p>List of available fields and filters that can be exported with an order along with the sorting order of the returned data.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-order-order">Export Order Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-order-fields">Export Order Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-order-filters">Export Order Filters</a>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-points-expirations">Export Points Expirations</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>points\_expiration</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <p>List of available fields and filters that can be exported with an order along with the sorting order of the returned data.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-points-expiration-order">Export Points Expiration Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-points-expiration-fields">Export Points Expiration Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-points-expiration-filters">Export Points Expiration Filters</a>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-vouchers-transactions">Export Vouchers Transactions</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>
            exported\_object

            <br />

            <code>string</code>
          </p>
        </td>

        <td>
          <p>The type of object to be exported.</p>

          <p>
            Available values:
            <code>voucher\_transactions</code>
          </p>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            parameters

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <p>List of available fields and filters that can be exported with an order along with the sorting order of the returned data.</p>

          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>order</p>
                </td>

                <td>
                  <p>How the export is filtered, where the dash - preceding a sorting option means sorting in a descending order.</p>
                  <a href="#export-voucher-transactions-order">Export Voucher Transactions Order</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>
                    fields

                    <br />

                    <code>array</code>
                  </p>
                </td>

                <td>
                  <p>Array of strings containing the data in the export. These fields define the headers in the CSV file.</p>
                  Array of
                  <a href="#export-voucher-transactions-fields">Export Voucher Transactions Fields</a>
                </td>
              </tr>

              <tr>
                <td>
                  <p>filters</p>
                </td>

                <td>
                  <p>Filter conditions.</p>
                  <a href="#export-voucher-transactions-filters">Export Voucher Transactions Filters</a>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-voucher-order">Export Voucher Order</h2>

  <p>
    Available values:
    <code>-created\_at</code>,
    <code>created\_at</code>,
    <code>-updated\_at</code>,
    <code>updated\_at</code>,
    <code>-code</code>,
    <code>code</code>
  </p>

  <h2 id="export-voucher-fields">Export Voucher Fields</h2>

  <p>
    Available values:
    <code>code</code>,
    <code>voucher\_type</code>,
    <code>value</code>,
    <code>formula</code>,
    <code>discount\_type</code>,
    <code>campaign</code>,
    <code>category</code>,
    <code>start\_date</code>,
    <code>expiration\_date</code>,
    <code>gift\_balance</code>,
    <code>loyalty\_balance</code>,
    <code>redemption\_quantity</code>,
    <code>redemption\_count</code>,
    <code>active</code>,
    <code>qr\_code</code>,
    <code>bar\_code</code>,
    <code>metadata</code>,
    <code>id</code>,
    <code>is\_referral\_code</code>,
    <code>created\_at</code>,
    <code>updated\_at</code>,
    <code>validity\_timeframe\_interval</code>,
    <code>validity\_timeframe\_duration</code>,
    <code>validity\_day\_of\_week</code>,
    <code>discount\_amount\_limit</code>,
    <code>campaign\_id</code>,
    <code>additional\_info</code>,
    <code>customer\_id</code>,
    <code>discount\_effect</code>,
    <code>discount\_unit\_type</code>,
    <code>discount\_unit\_effect</code>,
    <code>validation\_rules\_id</code>,
    <code>customer\_source\_id</code>
  </p>

  <h2 id="export-voucher-filters">Export Voucher Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          <p>Filter by conditions set on the junction parameter indicating how the conditions should be accounted for in the query. An AND is an all-inclusive logical operator, meaning the AND operator displays a record if ALL the conditions separated by AND are TRUE, while an OR operator displays a record if ANY of the conditions separated by OR is TRUE.</p>
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>created\_at</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>updated\_at</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>created\_date</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>active</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>redemption\_status</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>start\_date</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>expiration\_date</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>validity\_day\_of\_week</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>code</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>categories</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>vouchers</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>holder\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>is\_referral\_code</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>published\_for\_customer\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>validity\_timeframe</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>category\_ids</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\[propertyName]</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-redemption-order">Export Redemption Order</h2>

  <p>
    Available values:
    <code>-id</code>,
    <code>id</code>,
    <code>-voucher\_code</code>,
    <code>voucher\_code</code>,
    <code>-tracking\_id</code>,
    <code>tracking\_id</code>,
    <code>-customer\_id</code>,
    <code>customer\_id</code>,
    <code>-created\_at</code>,
    <code>created\_at</code>
  </p>

  <h2 id="export-redemption-fields">Export Redemption Fields</h2>

  <p>
    Available values:
    <code>id</code>,
    <code>object</code>,
    <code>date</code>,
    <code>voucher\_code</code>,
    <code>campaign</code>,
    <code>promotion\_tier\_id</code>,
    <code>customer\_id</code>,
    <code>customer\_source\_id</code>,
    <code>customer\_name</code>,
    <code>tracking\_id</code>,
    <code>order\_id</code>,
    <code>order\_amount</code>,
    <code>gift\_amount</code>,
    <code>loyalty\_points</code>,
    <code>result</code>,
    <code>failure\_code</code>,
    <code>failure\_message</code>,
    <code>metadata</code>
  </p>

  <h2 id="export-redemption-filters">Export Redemption Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          See:
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            created\_at

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$after</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>

                      <tr>
                        <td>
                          <p>\$before</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            campaign

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            customer

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            voucher

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            related\_object

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$in</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>voucher\_code</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>related\_object\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>related\_object\_parent\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>parent\_redemption\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>failure\_code</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>result</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>object</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>customer\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>campaign\_name</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>user\_login</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>status</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\[propertyName]</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-customer-order">Export Customer Order</h2>

  <p>
    Available values:
    <code>-name</code>,
    <code>name</code>,
    <code>-id</code>,
    <code>id</code>,
    <code>-email</code>,
    <code>email</code>,
    <code>-source\_id</code>,
    <code>source\_id</code>,
    <code>-created\_at</code>,
    <code>created\_at</code>,
    <code>-updated\_at</code>,
    <code>updated\_at</code>
  </p>

  <h2 id="export-customer-fields">Export Customer Fields</h2>

  <p>
    Available values:
    <code>name</code>,
    <code>id</code>,
    <code>description</code>,
    <code>email</code>,
    <code>source\_id</code>,
    <code>created\_at</code>,
    <code>address\_city</code>,
    <code>address\_state</code>,
    <code>address\_line\_1</code>,
    <code>address\_line\_2</code>,
    <code>address\_country</code>,
    <code>address\_postal\_code</code>,
    <code>redemptions\_total\_redeemed</code>,
    <code>redemptions\_total\_failed</code>,
    <code>redemptions\_total\_succeeded</code>,
    <code>redemptions\_total\_rolled\_back</code>,
    <code>redemptions\_total\_rollback\_failed</code>,
    <code>redemptions\_total\_rollback\_succeeded</code>,
    <code>orders\_total\_amount</code>,
    <code>orders\_total\_count</code>,
    <code>orders\_average\_amount</code>,
    <code>orders\_last\_order\_amount</code>,
    <code>orders\_last\_order\_date</code>,
    <code>loyalty\_points</code>,
    <code>loyalty\_referred\_customers</code>,
    <code>updated\_at</code>,
    <code>phone</code>,
    <code>birthday</code>,
    <code>metadata</code>,
    <code>birthdate</code>
  </p>

  <h2 id="export-customer-filters">Export Customer Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          See:
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            created\_at

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$after</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>

                      <tr>
                        <td>
                          <p>\$before</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            updated\_at

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>
                            \$after

                            <br />

                            <code>array</code>
                          </p>
                        </td>

                        <td />
                      </tr>

                      <tr>
                        <td>
                          <p>
                            \$before

                            <br />

                            <code>array</code>
                          </p>
                        </td>

                        <td />
                      </tr>

                      <tr>
                        <td>
                          <p>
                            \$is

                            <br />

                            <code>array</code>
                          </p>
                        </td>

                        <td />
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>email</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>name</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            city

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>phone</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>birthday</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>source\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>publications.created\_at</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>publications.related\_object\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\[propertyName]</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-publication-order">Export Publication Order</h2>

  <p>
    Available values:
    <code>-id</code>,
    <code>id</code>,
    <code>-voucher\_code</code>,
    <code>voucher\_code</code>,
    <code>-tracking\_id</code>,
    <code>tracking\_id</code>,
    <code>-customer\_id</code>,
    <code>customer\_id</code>,
    <code>-created\_at</code>,
    <code>created\_at</code>,
    <code>-channel</code>,
    <code>channel</code>
  </p>

  <h2 id="export-publication-fields">Export Publication Fields</h2>

  <p>
    Available values:
    <code>voucher\_code</code>,
    <code>customer\_id</code>,
    <code>customer\_source\_id</code>,
    <code>date</code>,
    <code>channel</code>,
    <code>campaign</code>,
    <code>is\_winner</code>,
    <code>metadata</code>
  </p>

  <h2 id="export-publication-filters">Export Publication Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          See:
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            created\_at

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$after</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>

                      <tr>
                        <td>
                          <p>\$before</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            campaign

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            customer

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            voucher

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$is</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>failure\_code</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>result</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>customer\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>campaign\_name</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>voucher\_type</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>is\_referral\_code</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>parent\_object\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>related\_object\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>source\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\[propertyName]</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-order-order">Export Order Order</h2>

  <p>
    Available values:
    <code>-created\_at</code>,
    <code>created\_at</code>,
    <code>-updated\_at</code>,
    <code>updated\_at</code>,
    <code>-status</code>,
    <code>status</code>
  </p>

  <h2 id="export-order-fields">Export Order Fields</h2>

  <p>
    Available values:
    <code>id</code>,
    <code>source\_id</code>,
    <code>created\_at</code>,
    <code>updated\_at</code>,
    <code>status</code>,
    <code>amount</code>,
    <code>discount\_amount</code>,
    <code>items\_discount\_amount</code>,
    <code>total\_discount\_amount</code>,
    <code>total\_amount</code>,
    <code>customer\_id</code>,
    <code>referrer\_id</code>,
    <code>metadata</code>
  </p>

  <h2 id="export-order-filters">Export Order Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          See:
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            created\_at

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$after</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>

                      <tr>
                        <td>
                          <p>\$before</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>
            updated\_at

            <br />

            <code>object</code>
          </p>
        </td>

        <td>
          <table>
            <thead>
              <tr>
                <th>Attributes</th>
                <th>Description</th>
              </tr>
            </thead>

            <tbody>
              <tr>
                <td>
                  <p>
                    conditions

                    <br />

                    <code>object</code>
                  </p>
                </td>

                <td>
                  <h4>Filters Condition</h4>

                  <table>
                    <thead>
                      <tr>
                        <th>Attributes</th>
                        <th>Description</th>
                      </tr>
                    </thead>

                    <tbody>
                      <tr>
                        <td>
                          <p>\$after</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>

                      <tr>
                        <td>
                          <p>\$before</p>
                        </td>

                        <td>
                          See:
                          <a href="#any">Any</a>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>

      <tr>
        <td>
          <p>status</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>source\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>amount</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>total\_amount</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>discount\_amount</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>total\_discount\_amount</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>items\_discount\_amount</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\[propertyName]</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-points-expiration-order">Export Points Expiration Order</h2>

  <p>
    Available values:
    <code>-expires\_at</code>,
    <code>expires\_at</code>
  </p>

  <h2 id="export-points-expiration-fields">Export Points Expiration Fields</h2>

  <p>
    Available values:
    <code>id</code>,
    <code>campaign\_id</code>,
    <code>voucher\_id</code>,
    <code>points</code>,
    <code>status</code>,
    <code>expires\_at</code>
  </p>

  <h2 id="export-points-expiration-filters">Export Points Expiration Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          See:
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>campaign\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>voucher\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="export-voucher-transactions-order">Export Voucher Transactions Order</h2>

  <p>
    Available values:
    <code>-created\_at</code>,
    <code>created\_at</code>
  </p>

  <h2 id="export-voucher-transactions-fields">Export Voucher Transactions Fields</h2>

  <p>
    Available values:
    <code>id</code>,
    <code>campaign\_id</code>,
    <code>voucher\_id</code>,
    <code>type</code>,
    <code>source\_id</code>,
    <code>reason</code>,
    <code>source</code>,
    <code>balance</code>,
    <code>amount</code>,
    <code>related\_transaction\_id</code>,
    <code>created\_at</code>,
    <code>details</code>
  </p>

  <h2 id="export-voucher-transactions-filters">Export Voucher Transactions Filters</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>junction</p>
        </td>

        <td>
          See:
          <a href="#junction">Junction</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>created\_at</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>voucher\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>campaign\_id</p>
        </td>

        <td>
          See:
          <a href="#field-conditions">Field Conditions</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="junction">Junction</h2>

  <p>
    Logical Operator Between Filters. Filter by conditions set on the
    <code>junction</code>
    parameter indicating how the
    <code>conditions</code>
    should be accounted for in the query. An
    <code>AND</code>
    is an all-inclusive logical operator, meaning the
    <code>AND</code>
    operator displays a record if
    <strong>ALL</strong>
    the conditions separated by AND are TRUE, while an
    <code>OR</code>
    operator displays a record if
    <strong>ANY</strong>
    of the conditions separated by OR is TRUE.
  </p>

  <p>
    Available values:
    <code>and</code>,
    <code>or</code>
  </p>

  <h2 id="field-conditions">Field Conditions</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>conditions</p>
        </td>

        <td>
          <p>Data filters used to narrow down the data records to be returned in the result.</p>
          <a href="#filters-condition">Filters Condition</a>
        </td>
      </tr>
    </tbody>
  </table>

  <h2 id="any">Any</h2>
  <p>Array any of:</p>

  <ol>
    <li>string</li>
    <li>string</li>
    <li>string</li>
    <li>number</li>
    <li>object</li>
  </ol>

  <h2 id="filters-condition">Filters Condition</h2>

  <table>
    <thead>
      <tr>
        <th>Attributes</th>
        <th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>\$in</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$not\_in</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$is</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$is\_days\_ago</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$is\_days\_in\_future</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$is\_not</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$has\_value</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$is\_unknown</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$contains</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$not\_contain</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$starts\_with</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$ends\_with</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$more\_than</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$less\_than</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$more\_than\_ago</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$less\_than\_ago</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$more\_than\_future</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$less\_than\_future</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$more\_than\_equal</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$less\_than\_equal</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$after</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$before</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$count</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$count\_less</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>

      <tr>
        <td>
          <p>\$count\_more</p>
        </td>

        <td>
          See:
          <a href="#any">Any</a>
        </td>
      </tr>
    </tbody>
  </table>
</div>
