Home > @poq/sdk-sfcc > CustomerAddressResult > (constructor)
Constructs a new instance of the CustomerAddressResult
class
Signature:
constructor(params?: {
count?: number;
data?: Array<CustomerAddress>;
next?: string;
previous?: string;
select?: string;
start?: number;
total?: number;
});
Parameter | Type | Description |
---|---|---|
params | { count?: number; data?: Array<CustomerAddress>; next?: string; previous?: string; select?: string; start?: number; total?: number; } | (Optional) |