Determines what date on the orders the FromDate and ToDate parameters should target.
- CreatedDate, The filter will target the order's created date. Note that an order can be updated. For example an order can
be paid some time after its creation. If there is a requirement to receive order
payments, use LastUpdatedDate filter instead to receive updated orders. - LastUpdatedDate, The filter will target the order's last updated date.