| Name | Type | Description | Notes |
|---|---|---|---|
| fromCountryCode | string | Sender country code in ISO 3166-1 alpha-2 format. | [optional] |
| toCountryCode | string | Destination country code in ISO 3166-1 alpha-2 format. | [optional] |
| fromPostalCode | string | The postal code of the sender address. Should be provided, to make quotes as accurate as possible. | [optional] |
| toPostalCode | string | The postal code of the destination address. Should be provided, to make quotes as accurate as possible. | [optional] |
| toServicePointId | int | Service point ID as specified in the Retrieve a list of service points endpoints. | [optional] |
| parcels | \Toppy\Sendcloud\V3\Model\ShippingOptionFilterParcelsInner[] | List of parcels in a shipment. | [optional] |
| functionalities | \Toppy\Sendcloud\V3\Model\CarrierShippingFunctionalities | [optional] | |
| carrierCode | string | Carrier code. | [optional] |
| contractId | int | Contract id. | [optional] |
| shippingProductCode | string | Shipping product code. | [optional] |
| shippingOptionCode | string | Specific shipping option code to use for pricing. | [optional] |
| leadTime | \Toppy\Sendcloud\V3\Model\LeadTimeFilter | [optional] | |
| calculateQuotes | bool | If `true`, the quotes will be retrieved for the provided parcels and other parameters. If `false`, the quotes will not be retrieved, and the shipping options will be returned without quotes. This is useful when you want to return shipping options with/without retrieving quotes. The default value is `false`. | [optional] [default to false] |