Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

File metadata and controls

17 lines (14 loc) · 1.15 KB

# GetOrdersRequestFilters

Properties

Name Type Description Notes
metadata array<string,string> Add additional queryable information to the order as key-value pairs [optional]
status string The status of the orders you want to receive [optional] [default to 'processed']
recipientName string The recipient name of the orders you want to receive [optional]
recipientEmail string The recipient email of the orders you want to receive [optional]
price float The price of the orders you want to receive [optional]
currency string The currency of the orders you want to receive [optional]
kgCO2e int The amount of kg CO2e of the orders you want to receive [optional]
from \DateTime Specify a timeframe for your response in ISO 8601 format (UTC) [optional]
to \DateTime Specify a timeframe for your response in ISO 8601 format (UTC) [optional]

[Back to Model list] [Back to API list] [Back to README]