Poq.SDK.Node

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

ProductListShippingAddress.(constructor)

Constructs a new instance of the ProductListShippingAddress class

Signature:

constructor(params?: {
        addressId: string;
        city?: string;
        firstName?: string;
        lastName?: string;
    });

Parameters

Parameter Type Description
params { addressId: string; city?: string; firstName?: string; lastName?: string; } (Optional)