Home > @poq/sdk > ShippingMethod
Contract defines shipping method.
Signature:
export declare class ShippingMethod extends PoqContract 
Extends: PoqContract
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ShippingMethodclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| description | string | undefined | Shipping method description. | |
| id | string | Shipping method identifier. | |
| name | string | Shipping method name. | |
| price | number | Shipping price. |