File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ type (
103103 }
104104
105105 OptionSeat struct {
106- VolumetricVolume float64 `json:",string"`
107- VolumetricWidth float64 `json:",string"`
108- VolumetricLength float64 `json:",string"`
109- VolumetricHeight float64 `json:",string"`
110- Weight float64 `json:",string"`
111- PackRef string
106+ VolumetricVolume float64 `json:"volumetricVolume ,string" xml:"volumetricVolume "`
107+ VolumetricWidth float64 `json:"volumetricWidth ,string" xml:"volumetricWidth "`
108+ VolumetricLength float64 `json:"volumetricLength ,string" xml:"volumetricLength "`
109+ VolumetricHeight float64 `json:"volumetricHeight ,string" xml:"volumetricHeight "`
110+ Weight float64 `json:"weight ,string" xml:"weight "`
111+ PackRef string `json:"packRef" xml:"packRef"`
112112 }
113113
114114 InternetDocumentRequest struct {
You can’t perform that action at this time.
0 commit comments