Skip to content

Commit d7a9948

Browse files
committed
added lowerCamelCase name tags for OptionSeat
1 parent a36c298 commit d7a9948

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

internet_document.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)