docs/OrderQuery.md in ultracart_api-4.0.214 vs docs/OrderQuery.md in ultracart_api-4.0.224

- old
+ new

@@ -33,10 +33,11 @@ | **payment_date_end** | **String** | Date/time that the order was successfully processed | [optional] | | **payment_method** | **String** | Payment method | [optional] | | **phone** | **String** | Phone | [optional] | | **postal_code** | **String** | Postal code | [optional] | | **purchase_order_number** | **String** | Purchase order number | [optional] | +| **query_target** | **String** | Query Target | [optional] | | **refund_date_begin** | **String** | Date/time that the order was refunded | [optional] | | **refund_date_end** | **String** | Date/time that the order was refunded | [optional] | | **rma** | **String** | RMA number | [optional] | | **screen_branding_theme_code** | **String** | Screen branding theme code associated with the order (legacy checkout) | [optional] | | **shipment_date_begin** | **String** | Date/time that the order was shipped | [optional] | @@ -82,9 +83,10 @@ payment_date_end: null, payment_method: null, phone: null, postal_code: null, purchase_order_number: null, + query_target: null, refund_date_begin: null, refund_date_end: null, rma: null, screen_branding_theme_code: null, shipment_date_begin: null,