Home > @poq/sdk-sfcc > ShippingMethodResult > (constructor)
Constructs a new instance of the ShippingMethodResult
class
Signature:
constructor(params?: {
applicableShippingMethods?: Array<ShippingMethod>;
defaultShippingMethodId?: string;
});
Parameter | Type | Description |
---|---|---|
params | { applicableShippingMethods?: Array<ShippingMethod>; defaultShippingMethodId?: string; } | (Optional) |