Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerAddressResult > (constructor)

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;
    });

Parameters

Parameter Type Description
params { count?: number; data?: Array<CustomerAddress>; next?: string; previous?: string; select?: string; start?: number; total?: number; } (Optional)