| QuotationType | string | Yes | Type of quotation. |
| Total | decimal | Yes | Total amount to be charged. |
| CurrencyCode | string | Yes | Currency code (ISO 4217). |
| Weight | decimal | Yes | Actual weight of the parcel. |
| DimensionalWeight | decimal | Yes | Dimensional weight. |
| FeeWeight | decimal | Yes | Weight used for fee calculation. |
| FeeWeightType | string | Yes | Type of weight used for fee (e.g., Weight, DimensionalWeight). |
| PriceZone | string | Yes | Pricing zone. |
| WeightUnit | string | Yes | Unit of weight (G, KG, OZ, LB). |
| LengthUnit | string | Yes | Unit of length (CM, M, MM, IN). |
| Fees | List<ShipmentFee> | Yes | Detailed list of fees. |