Type alias OrderDetails

OrderDetails: {
    price: OrderPrice;
    products: OrderProduct[];
}

Type declaration

Generated using TypeDoc