xi_sdk_resellers
Version:
Ingram Micro - Xvantage Integration (XI) Node.Js Server-side SDK.
15 lines (10 loc) • 683 B
Markdown
# XiSdkResellers.OrderSearchResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**recordsFound** | **Number** | No of recourds found for the search. | [optional]
**pageSize** | **Number** | No of results per page.(default is 25) | [optional]
**pageNumber** | **Number** | Current page number.(default is 1) | [optional]
**orders** | [**[OrderSearchResponseOrdersInner]**](OrderSearchResponseOrdersInner.md) | The details for the order. | [optional]
**nextPage** | **String** | link/URL for accessing next page. | [optional]
**previousPage** | **String** | link/URL for accessing previous page. | [optional]