Home > @poq/sdk-sfcc > CustomerAddressResult
Result document containing an array of customer addresses.
Signature:
export declare class CustomerAddressResult extends BaseModel<CustomerAddressResult>
Extends: BaseModel<CustomerAddressResult
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the CustomerAddressResult class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| count? | number | (Optional) The number of returned documents. | |
| data? | Array<CustomerAddress> | (Optional) The array of customer address documents. | |
| next? | string | (Optional) The URL of the next result page. | |
| previous? | string | (Optional) The URL of the previous result page. | |
| select? | string | (Optional) | |
| 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. |