Poq.SDK.Node

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

CustomerAddressLink.(constructor)

Constructs a new instance of the CustomerAddressLink class

Signature:

constructor(params?: {
        addressId?: string;
        link?: string;
        title?: string;
    });

Parameters

Parameter Type Description
params { addressId?: string; link?: string; title?: string; } (Optional)