Home > @poq/sdk-sfcc > CustomerOrderResult
Result document containing an array of customer orders.
Signature:
export declare class CustomerOrderResult extends BaseModel<CustomerOrderResult>
Extends: BaseModel<CustomerOrderResult
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CustomerOrderResult class |
Property | Modifiers | Type | Description |
---|---|---|---|
count? | number | (Optional) The number of returned documents. | |
data? | Array<Order> | (Optional) The array of customer order documents. | |
next? | string | (Optional) The URL of the next result page. | |
previous? | string | (Optional) The URL of the previous result page. | |
select? | string | (Optional) The fields that you want to select. | |
start? | number | (Optional) The zero-based index of the first search hit to include in the result. | |
total? | number | (Optional) The total number of documents. |