Type alias OrderSearchParams

OrderSearchParams: { fromDate?: string; limit?: string; toDate?: string }

The order search params to filter orders on get orders

Type declaration

  • Optional fromDate?: string

    date of creation of the orders from which the search will begin

  • Optional limit?: string

    max number of orders to return

  • Optional toDate?: string

    date of creation of the orders until where it will be searched

Generated using TypeDoc