| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique identifier of the shipping method. | |
| name | string | Name of the shipping method, it should give an idea what the shipping method can be used for. | |
| carrier | string | A `carrier_code` which will indicate which carrier provides the shipping method. | |
| minWeight | string | Minimum allowed weight of the parcel for this shipping method. | |
| maxWeight | string | Maximum allowed weight of the parcel for this shipping method. | |
| servicePointInput | string | Will be either `required` when the shipping method is meant to ship a parcel to a service point, or `none` when this is not the case. | |
| price | int | A legacy property which will always be `0`, should not be used! | |
| countries | \Toppy\Sendcloud\V2\Model\ShippingMethodsShippingMethodCountriesInner[] | A list of countries that you can ship to with the shipping method. | [optional] |