Poq.SDK.Node

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

ShippingMethodResult.(constructor)

Constructs a new instance of the ShippingMethodResult class

Signature:

constructor(params?: {
        applicableShippingMethods?: Array<ShippingMethod>;
        defaultShippingMethodId?: string;
    });

Parameters

Parameter Type Description
params { applicableShippingMethods?: Array<ShippingMethod>; defaultShippingMethodId?: string; } (Optional)