Home > @vsf-enterprise/sapcc-api > GetUserOrdersProps
GetUserOrdersProps interface
An object containing necessary props for getting order detail.
Signature:
export interface GetUserOrdersProps extends BaseProps
Extends: BaseProps
Properties
| Property | Type | Description |
|---|---|---|
| code | string | Order GUID (Globally Unique Identifier) or order CODE |
| userId | string | User identifier or one of the literals: current for currently authenticated user, anonymous for anonymous user. |