Home > @poq/sdk-sfcc > ShippingMethod > (constructor)
Constructs a new instance of the ShippingMethod class
Signature:
constructor(params?: {
cStorePickupEnabled: boolean;
id: string;
cEstimatedArrivalTime?: string;
description?: string;
externalShippingMethod?: string;
name?: string;
price?: number;
shippingPromotions?: Array<ShippingPromotion>;
});
| Parameter | Type | Description |
|---|---|---|
| params | { cStorePickupEnabled: boolean; id: string; cEstimatedArrivalTime?: string; description?: string; externalShippingMethod?: string; name?: string; price?: number; shippingPromotions?: Array<ShippingPromotion>; } | (Optional) |