Home > @poq/sdk > ShippingMethod > (constructor)
Constructs a new instance of the ShippingMethod
class
Signature:
constructor(params: {
id: string;
name: string;
price: number;
description?: string;
});
Parameter | Type | Description |
---|---|---|
params | { id: string; name: string; price: number; description?: string; } |