A list of purchase orders.

OrderList

interface OrderList {
    orders?: Order[];
    pagination?: Pagination;
}

Properties

Properties

orders?: Order[]

Represents a purchase order within the OrderList.

OrderList

pagination?: Pagination

OrderList