OrderWhereSearch
interface OrderWhereSearch extends BaseSearch {
id?: string;
orderNumber?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Optional | string | |
orderNumber | Optional | string |
interface OrderWhereSearch extends BaseSearch {
id?: string;
orderNumber?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
id | Optional | string | |
orderNumber | Optional | string |