You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
GetUserOrdersProps
Properties for getting an order details.
export interface GetUserOrdersProps extends BaseProps, BaseUserId {
code: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Required | string | Order GUID (Globally Unique Identifier) or order CODE. |