google-api-client 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (265) hide show
  1. checksums.yaml +4 -4
  2. data/{CONTRIBUTING.md → .github/CONTRIBUTING.md} +0 -0
  3. data/.github/ISSUE_TEMPLATE/bug_report.md +36 -0
  4. data/.github/ISSUE_TEMPLATE/feature_request.md +21 -0
  5. data/.github/ISSUE_TEMPLATE/support_request.md +7 -0
  6. data/.kokoro/build.bat +8 -0
  7. data/.kokoro/build.sh +36 -0
  8. data/.kokoro/common.cfg +22 -0
  9. data/.kokoro/continuous/common.cfg +20 -0
  10. data/.kokoro/continuous/linux.cfg +15 -0
  11. data/.kokoro/continuous/osx.cfg +3 -0
  12. data/.kokoro/continuous/windows.cfg +3 -0
  13. data/.kokoro/osx.sh +35 -0
  14. data/.kokoro/presubmit/common.cfg +19 -0
  15. data/.kokoro/presubmit/linux.cfg +14 -0
  16. data/.kokoro/presubmit/osx.cfg +3 -0
  17. data/.kokoro/presubmit/windows.cfg +3 -0
  18. data/.kokoro/trampoline.sh +24 -0
  19. data/.kokoro/windows.sh +32 -0
  20. data/CHANGELOG.md +83 -0
  21. data/Gemfile +2 -2
  22. data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
  23. data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +3 -1
  24. data/generated/google/apis/alertcenter_v1beta1.rb +5 -3
  25. data/generated/google/apis/alertcenter_v1beta1/classes.rb +110 -101
  26. data/generated/google/apis/alertcenter_v1beta1/representations.rb +13 -0
  27. data/generated/google/apis/alertcenter_v1beta1/service.rb +83 -76
  28. data/generated/google/apis/androiddeviceprovisioning_v1.rb +1 -1
  29. data/generated/google/apis/androiddeviceprovisioning_v1/classes.rb +7 -0
  30. data/generated/google/apis/androiddeviceprovisioning_v1/representations.rb +2 -0
  31. data/generated/google/apis/androiddeviceprovisioning_v1/service.rb +1 -1
  32. data/generated/google/apis/androidenterprise_v1.rb +1 -1
  33. data/generated/google/apis/androidenterprise_v1/classes.rb +129 -44
  34. data/generated/google/apis/androidenterprise_v1/representations.rb +48 -0
  35. data/generated/google/apis/androidenterprise_v1/service.rb +218 -0
  36. data/generated/google/apis/androidmanagement_v1.rb +1 -1
  37. data/generated/google/apis/androidmanagement_v1/classes.rb +1 -1
  38. data/generated/google/apis/androidpublisher_v3.rb +1 -1
  39. data/generated/google/apis/androidpublisher_v3/classes.rb +8 -0
  40. data/generated/google/apis/androidpublisher_v3/representations.rb +1 -0
  41. data/generated/google/apis/appengine_v1.rb +1 -1
  42. data/generated/google/apis/appengine_v1beta.rb +1 -1
  43. data/generated/google/apis/bigquery_v2.rb +1 -1
  44. data/generated/google/apis/bigquery_v2/classes.rb +87 -29
  45. data/generated/google/apis/bigquery_v2/representations.rb +21 -0
  46. data/generated/google/apis/bigquery_v2/service.rb +7 -9
  47. data/generated/google/apis/calendar_v3.rb +2 -2
  48. data/generated/google/apis/calendar_v3/classes.rb +14 -6
  49. data/generated/google/apis/classroom_v1.rb +1 -1
  50. data/generated/google/apis/classroom_v1/service.rb +1 -1
  51. data/generated/google/apis/cloudasset_v1beta1.rb +1 -1
  52. data/generated/google/apis/cloudasset_v1beta1/classes.rb +14 -10
  53. data/generated/google/apis/cloudasset_v1beta1/service.rb +4 -4
  54. data/generated/google/apis/clouddebugger_v2.rb +1 -1
  55. data/generated/google/apis/clouddebugger_v2/classes.rb +2 -2
  56. data/generated/google/apis/cloudfunctions_v1.rb +1 -1
  57. data/generated/google/apis/cloudfunctions_v1/classes.rb +2 -3
  58. data/generated/google/apis/cloudfunctions_v1beta2.rb +1 -1
  59. data/generated/google/apis/cloudfunctions_v1beta2/classes.rb +2 -3
  60. data/generated/google/apis/cloudiot_v1.rb +1 -1
  61. data/generated/google/apis/cloudiot_v1/classes.rb +127 -0
  62. data/generated/google/apis/cloudiot_v1/representations.rb +70 -0
  63. data/generated/google/apis/cloudiot_v1/service.rb +172 -2
  64. data/generated/google/apis/cloudkms_v1.rb +1 -1
  65. data/generated/google/apis/cloudkms_v1/service.rb +107 -0
  66. data/generated/google/apis/{cloudiot_v1beta1.rb → cloudscheduler_v1beta1.rb} +8 -12
  67. data/generated/google/apis/cloudscheduler_v1beta1/classes.rb +882 -0
  68. data/generated/google/apis/cloudscheduler_v1beta1/representations.rb +264 -0
  69. data/generated/google/apis/cloudscheduler_v1beta1/service.rb +445 -0
  70. data/generated/google/apis/cloudsearch_v1.rb +1 -1
  71. data/generated/google/apis/cloudsearch_v1/classes.rb +79 -1
  72. data/generated/google/apis/cloudsearch_v1/representations.rb +44 -0
  73. data/generated/google/apis/cloudsearch_v1/service.rb +88 -3
  74. data/generated/google/apis/composer_v1.rb +1 -1
  75. data/generated/google/apis/composer_v1/classes.rb +9 -0
  76. data/generated/google/apis/composer_v1/representations.rb +1 -0
  77. data/generated/google/apis/compute_alpha.rb +1 -1
  78. data/generated/google/apis/compute_alpha/classes.rb +938 -117
  79. data/generated/google/apis/compute_alpha/representations.rb +310 -2
  80. data/generated/google/apis/compute_alpha/service.rb +1203 -245
  81. data/generated/google/apis/compute_beta.rb +1 -1
  82. data/generated/google/apis/compute_beta/classes.rb +1175 -219
  83. data/generated/google/apis/compute_beta/representations.rb +375 -2
  84. data/generated/google/apis/compute_beta/service.rb +907 -139
  85. data/generated/google/apis/compute_v1.rb +1 -1
  86. data/generated/google/apis/compute_v1/classes.rb +1485 -143
  87. data/generated/google/apis/compute_v1/representations.rb +503 -0
  88. data/generated/google/apis/compute_v1/service.rb +1375 -85
  89. data/generated/google/apis/container_v1.rb +3 -3
  90. data/generated/google/apis/container_v1/classes.rb +99 -6
  91. data/generated/google/apis/container_v1/representations.rb +39 -0
  92. data/generated/google/apis/container_v1/service.rb +2 -2
  93. data/generated/google/apis/container_v1beta1.rb +3 -3
  94. data/generated/google/apis/container_v1beta1/classes.rb +162 -9
  95. data/generated/google/apis/container_v1beta1/representations.rb +80 -0
  96. data/generated/google/apis/container_v1beta1/service.rb +3 -3
  97. data/generated/google/apis/content_v2.rb +1 -1
  98. data/generated/google/apis/content_v2/classes.rb +40 -32
  99. data/generated/google/apis/content_v2/representations.rb +0 -1
  100. data/generated/google/apis/content_v2/service.rb +3 -3
  101. data/generated/google/apis/content_v2_1.rb +35 -0
  102. data/generated/google/apis/content_v2_1/classes.rb +9104 -0
  103. data/generated/google/apis/content_v2_1/representations.rb +3967 -0
  104. data/generated/google/apis/content_v2_1/service.rb +3463 -0
  105. data/generated/google/apis/dataflow_v1b3.rb +1 -1
  106. data/generated/google/apis/dataflow_v1b3/classes.rb +82 -0
  107. data/generated/google/apis/dataflow_v1b3/representations.rb +33 -0
  108. data/generated/google/apis/dataflow_v1b3/service.rb +97 -6
  109. data/generated/google/apis/dataproc_v1.rb +1 -1
  110. data/generated/google/apis/dataproc_v1/classes.rb +15 -1
  111. data/generated/google/apis/dataproc_v1/representations.rb +2 -0
  112. data/generated/google/apis/dataproc_v1beta2.rb +1 -1
  113. data/generated/google/apis/dataproc_v1beta2/classes.rb +125 -1
  114. data/generated/google/apis/dataproc_v1beta2/representations.rb +41 -0
  115. data/generated/google/apis/dialogflow_v2.rb +1 -1
  116. data/generated/google/apis/dialogflow_v2/classes.rb +13 -6
  117. data/generated/google/apis/dialogflow_v2/service.rb +2 -0
  118. data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
  119. data/generated/google/apis/dialogflow_v2beta1/classes.rb +26 -6
  120. data/generated/google/apis/dialogflow_v2beta1/representations.rb +12 -0
  121. data/generated/google/apis/dialogflow_v2beta1/service.rb +261 -12
  122. data/generated/google/apis/dlp_v2.rb +1 -1
  123. data/generated/google/apis/dlp_v2/classes.rb +4 -4
  124. data/generated/google/apis/dns_v1beta2.rb +1 -1
  125. data/generated/google/apis/dns_v1beta2/classes.rb +326 -0
  126. data/generated/google/apis/dns_v1beta2/representations.rb +149 -0
  127. data/generated/google/apis/dns_v1beta2/service.rb +246 -0
  128. data/generated/google/apis/drive_v2.rb +3 -3
  129. data/generated/google/apis/drive_v3.rb +3 -3
  130. data/generated/google/apis/driveactivity_v2.rb +37 -0
  131. data/generated/google/apis/driveactivity_v2/classes.rb +1388 -0
  132. data/generated/google/apis/driveactivity_v2/representations.rb +799 -0
  133. data/generated/google/apis/driveactivity_v2/service.rb +89 -0
  134. data/generated/google/apis/firebasedynamiclinks_v1.rb +1 -1
  135. data/generated/google/apis/firebasedynamiclinks_v1/classes.rb +8 -1
  136. data/generated/google/apis/firebasedynamiclinks_v1/representations.rb +1 -0
  137. data/generated/google/apis/firebasehosting_v1beta1.rb +3 -2
  138. data/generated/google/apis/firebasehosting_v1beta1/classes.rb +43 -17
  139. data/generated/google/apis/firebasehosting_v1beta1/representations.rb +13 -0
  140. data/generated/google/apis/firebasehosting_v1beta1/service.rb +74 -1
  141. data/generated/google/apis/firestore_v1.rb +1 -1
  142. data/generated/google/apis/firestore_v1/classes.rb +2225 -520
  143. data/generated/google/apis/firestore_v1/representations.rb +800 -33
  144. data/generated/google/apis/firestore_v1/service.rb +526 -0
  145. data/generated/google/apis/fitness_v1.rb +1 -1
  146. data/generated/google/apis/fitness_v1/classes.rb +1 -2
  147. data/generated/google/apis/fitness_v1/service.rb +7 -3
  148. data/generated/google/apis/games_management_v1management.rb +1 -4
  149. data/generated/google/apis/games_v1.rb +1 -4
  150. data/generated/google/apis/genomics_v2alpha1.rb +1 -1
  151. data/generated/google/apis/genomics_v2alpha1/classes.rb +6 -1
  152. data/generated/google/apis/gmail_v1.rb +2 -2
  153. data/generated/google/apis/iap_v1.rb +34 -0
  154. data/generated/google/apis/iap_v1/classes.rb +308 -0
  155. data/generated/google/apis/iap_v1/representations.rb +126 -0
  156. data/generated/google/apis/iap_v1/service.rb +725 -0
  157. data/generated/google/apis/iap_v1beta1.rb +1 -1
  158. data/generated/google/apis/iap_v1beta1/classes.rb +0 -132
  159. data/generated/google/apis/iap_v1beta1/representations.rb +0 -32
  160. data/generated/google/apis/jobs_v2.rb +1 -1
  161. data/generated/google/apis/jobs_v2/classes.rb +8 -9
  162. data/generated/google/apis/jobs_v3.rb +1 -1
  163. data/generated/google/apis/jobs_v3/classes.rb +6 -6
  164. data/generated/google/apis/jobs_v3/service.rb +8 -8
  165. data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
  166. data/generated/google/apis/jobs_v3p1beta1/classes.rb +9 -9
  167. data/generated/google/apis/jobs_v3p1beta1/service.rb +8 -8
  168. data/generated/google/apis/monitoring_v3.rb +1 -1
  169. data/generated/google/apis/monitoring_v3/classes.rb +20 -7
  170. data/generated/google/apis/monitoring_v3/representations.rb +1 -0
  171. data/generated/google/apis/monitoring_v3/service.rb +0 -365
  172. data/generated/google/apis/pagespeedonline_v5.rb +32 -0
  173. data/generated/google/apis/pagespeedonline_v5/classes.rb +724 -0
  174. data/generated/google/apis/pagespeedonline_v5/representations.rb +315 -0
  175. data/generated/google/apis/pagespeedonline_v5/service.rb +116 -0
  176. data/generated/google/apis/people_v1.rb +3 -3
  177. data/generated/google/apis/pubsub_v1.rb +1 -1
  178. data/generated/google/apis/pubsub_v1/classes.rb +63 -12
  179. data/generated/google/apis/pubsub_v1/representations.rb +15 -0
  180. data/generated/google/apis/pubsub_v1/service.rb +26 -18
  181. data/generated/google/apis/redis_v1.rb +2 -3
  182. data/generated/google/apis/redis_v1/service.rb +1 -2
  183. data/generated/google/apis/redis_v1beta1.rb +2 -3
  184. data/generated/google/apis/redis_v1beta1/service.rb +1 -2
  185. data/generated/google/apis/runtimeconfig_v1beta1.rb +1 -1
  186. data/generated/google/apis/runtimeconfig_v1beta1/classes.rb +2 -2
  187. data/generated/google/apis/script_v1.rb +24 -6
  188. data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
  189. data/generated/google/apis/serviceconsumermanagement_v1/classes.rb +66 -1
  190. data/generated/google/apis/serviceconsumermanagement_v1/representations.rb +30 -0
  191. data/generated/google/apis/serviceconsumermanagement_v1/service.rb +89 -0
  192. data/generated/google/apis/servicecontrol_v1.rb +1 -1
  193. data/generated/google/apis/servicemanagement_v1.rb +1 -1
  194. data/generated/google/apis/servicemanagement_v1/classes.rb +7 -0
  195. data/generated/google/apis/servicemanagement_v1/representations.rb +1 -0
  196. data/generated/google/apis/servicenetworking_v1beta.rb +1 -1
  197. data/generated/google/apis/servicenetworking_v1beta/classes.rb +84 -37
  198. data/generated/google/apis/servicenetworking_v1beta/representations.rb +15 -0
  199. data/generated/google/apis/servicenetworking_v1beta/service.rb +132 -43
  200. data/generated/google/apis/serviceusage_v1.rb +1 -1
  201. data/generated/google/apis/serviceusage_v1/classes.rb +1 -1
  202. data/generated/google/apis/serviceusage_v1beta1.rb +1 -1
  203. data/generated/google/apis/serviceusage_v1beta1/classes.rb +1 -1
  204. data/generated/google/apis/sheets_v4.rb +4 -4
  205. data/generated/google/apis/slides_v1.rb +4 -4
  206. data/generated/google/apis/slides_v1/classes.rb +187 -2
  207. data/generated/google/apis/slides_v1/representations.rb +67 -0
  208. data/generated/google/apis/slides_v1/service.rb +4 -3
  209. data/generated/google/apis/sourcerepo_v1.rb +2 -2
  210. data/generated/google/apis/sourcerepo_v1/service.rb +1 -1
  211. data/generated/google/apis/speech_v1.rb +1 -1
  212. data/generated/google/apis/speech_v1/classes.rb +58 -10
  213. data/generated/google/apis/speech_v1/representations.rb +29 -1
  214. data/generated/google/apis/{speech_v1beta1.rb → speech_v1p1beta1.rb} +6 -6
  215. data/generated/google/apis/speech_v1p1beta1/classes.rb +922 -0
  216. data/generated/google/apis/speech_v1p1beta1/representations.rb +294 -0
  217. data/generated/google/apis/{speech_v1beta1 → speech_v1p1beta1}/service.rb +33 -35
  218. data/generated/google/apis/sqladmin_v1beta4.rb +1 -1
  219. data/generated/google/apis/sqladmin_v1beta4/classes.rb +64 -3
  220. data/generated/google/apis/sqladmin_v1beta4/representations.rb +31 -0
  221. data/generated/google/apis/storage_v1.rb +1 -1
  222. data/generated/google/apis/storage_v1/classes.rb +54 -0
  223. data/generated/google/apis/storage_v1/representations.rb +31 -0
  224. data/generated/google/apis/streetviewpublish_v1.rb +1 -1
  225. data/generated/google/apis/streetviewpublish_v1/classes.rb +26 -0
  226. data/generated/google/apis/streetviewpublish_v1/representations.rb +4 -0
  227. data/generated/google/apis/streetviewpublish_v1/service.rb +29 -3
  228. data/generated/google/apis/tasks_v1.rb +1 -1
  229. data/generated/google/apis/testing_v1.rb +1 -1
  230. data/generated/google/apis/testing_v1/classes.rb +49 -19
  231. data/generated/google/apis/testing_v1/representations.rb +20 -2
  232. data/generated/google/apis/toolresults_v1beta3.rb +1 -1
  233. data/generated/google/apis/toolresults_v1beta3/classes.rb +77 -70
  234. data/generated/google/apis/vault_v1.rb +1 -1
  235. data/generated/google/apis/vault_v1/classes.rb +78 -7
  236. data/generated/google/apis/vault_v1/representations.rb +34 -1
  237. data/generated/google/apis/vault_v1/service.rb +141 -0
  238. data/generated/google/apis/vision_v1.rb +1 -1
  239. data/generated/google/apis/vision_v1/classes.rb +33 -0
  240. data/generated/google/apis/vision_v1/representations.rb +16 -0
  241. data/generated/google/apis/vision_v1/service.rb +2 -2
  242. data/generated/google/apis/vision_v1p1beta1.rb +1 -1
  243. data/generated/google/apis/vision_v1p1beta1/classes.rb +33 -0
  244. data/generated/google/apis/vision_v1p1beta1/representations.rb +16 -0
  245. data/generated/google/apis/vision_v1p2beta1.rb +1 -1
  246. data/generated/google/apis/vision_v1p2beta1/classes.rb +33 -0
  247. data/generated/google/apis/vision_v1p2beta1/representations.rb +16 -0
  248. data/generated/google/apis/youtube_partner_v1.rb +1 -1
  249. data/google-api-client.gemspec +1 -1
  250. data/lib/google/api_client/auth/installed_app.rb +17 -2
  251. data/lib/google/api_client/client_secrets.rb +1 -1
  252. data/lib/google/apis/core/download.rb +2 -2
  253. data/lib/google/apis/errors.rb +9 -0
  254. data/lib/google/apis/generator/annotator.rb +2 -2
  255. data/lib/google/apis/version.rb +1 -1
  256. metadata +46 -17
  257. data/generated/google/apis/cloudiot_v1beta1/classes.rb +0 -959
  258. data/generated/google/apis/cloudiot_v1beta1/representations.rb +0 -375
  259. data/generated/google/apis/cloudiot_v1beta1/service.rb +0 -618
  260. data/generated/google/apis/dfareporting_v3_0.rb +0 -40
  261. data/generated/google/apis/dfareporting_v3_0/classes.rb +0 -12119
  262. data/generated/google/apis/dfareporting_v3_0/representations.rb +0 -4336
  263. data/generated/google/apis/dfareporting_v3_0/service.rb +0 -8701
  264. data/generated/google/apis/speech_v1beta1/classes.rb +0 -480
  265. data/generated/google/apis/speech_v1beta1/representations.rb +0 -194
@@ -0,0 +1,3967 @@
1
+ # Copyright 2015 Google Inc.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module ContentV2_1
24
+
25
+ class Account
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AccountAddress
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AccountAdsLink
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AccountBusinessInformation
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AccountCustomerService
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AccountGoogleMyBusinessLink
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AccountIdentifier
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AccountStatus
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AccountStatusAccountLevelIssue
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class AccountStatusItemLevelIssue
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class AccountStatusProducts
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class AccountStatusStatistics
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class AccountTax
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class AccountTaxTaxRule
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class AccountUser
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class AccountYouTubeChannelLink
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class AccountsAuthInfoResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class AccountsClaimWebsiteResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class AccountsCustomBatchRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class AccountsCustomBatchRequestEntry
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class AccountsCustomBatchRequestEntryLinkRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class AccountsCustomBatchResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class AccountsCustomBatchResponseEntry
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class AccountsLinkRequest
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class AccountsLinkResponse
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class AccountsListResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class AccountstatusesCustomBatchRequest
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class AccountstatusesCustomBatchRequestEntry
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class AccountstatusesCustomBatchResponse
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class AccountstatusesCustomBatchResponseEntry
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class AccountstatusesListResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class AccounttaxCustomBatchRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class AccounttaxCustomBatchRequestEntry
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class AccounttaxCustomBatchResponse
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class AccounttaxCustomBatchResponseEntry
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class AccounttaxListResponse
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class Amount
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class CarrierRate
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class CarriersCarrier
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class CustomAttribute
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class CustomerReturnReason
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class CutoffTime
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class Datafeed
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class DatafeedFetchSchedule
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class DatafeedFormat
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class DatafeedStatus
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class DatafeedStatusError
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class DatafeedStatusExample
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class DatafeedTarget
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class DatafeedsCustomBatchRequest
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class DatafeedsCustomBatchRequestEntry
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class DatafeedsCustomBatchResponse
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class DatafeedsCustomBatchResponseEntry
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class DatafeedsFetchNowResponse
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class DatafeedsListResponse
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class DatafeedstatusesCustomBatchRequest
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class DatafeedstatusesCustomBatchRequestEntry
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class DatafeedstatusesCustomBatchResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class DatafeedstatusesCustomBatchResponseEntry
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class DatafeedstatusesListResponse
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class DeliveryTime
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class Error
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class Errors
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GmbAccounts
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GmbAccountsGmbAccount
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Headers
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class HolidayCutoff
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class HolidaysHoliday
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class Installment
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class InvoiceSummary
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class InvoiceSummaryAdditionalChargeSummary
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class LiaAboutPageSettings
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class LiaCountrySettings
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class LiaInventorySettings
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class LiaOnDisplayToOrderSettings
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class LiaPosDataProvider
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class LiaSettings
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class LiasettingsCustomBatchRequest
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class LiasettingsCustomBatchRequestEntry
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class LiasettingsCustomBatchResponse
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class LiasettingsCustomBatchResponseEntry
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class LiasettingsGetAccessibleGmbAccountsResponse
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class LiasettingsListPosDataProvidersResponse
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class LiasettingsListResponse
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class LiasettingsRequestGmbAccessResponse
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class LiasettingsRequestInventoryVerificationResponse
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class LiasettingsSetInventoryVerificationContactResponse
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class LiasettingsSetPosDataProviderResponse
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class LocationIdSet
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class LoyaltyPoints
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class MerchantOrderReturn
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class MerchantOrderReturnItem
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class Order
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class OrderAddress
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class OrderCancellation
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class OrderCustomer
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class OrderCustomerMarketingRightsInfo
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class OrderDeliveryDetails
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class OrderLineItem
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class OrderLineItemProduct
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class OrderLineItemProductFee
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class OrderLineItemProductVariantAttribute
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class OrderLineItemReturnInfo
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class OrderLineItemShippingDetails
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class OrderLineItemShippingDetailsMethod
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class OrderMerchantProvidedAnnotation
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class OrderPromotion
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class OrderPromotionItem
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class OrderRefund
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class OrderReportDisbursement
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class OrderReportTransaction
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class OrderReturn
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class OrderShipment
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class OrderShipmentLineItemShipment
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class OrderinvoicesCreateChargeInvoiceRequest
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class OrderinvoicesCreateChargeInvoiceResponse
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class OrderinvoicesCreateRefundInvoiceRequest
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class OrderinvoicesCreateRefundInvoiceResponse
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class OrderpaymentsNotifyAuthApprovedRequest
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class OrderpaymentsNotifyAuthApprovedResponse
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class OrderpaymentsNotifyAuthDeclinedRequest
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class OrderpaymentsNotifyAuthDeclinedResponse
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class OrderpaymentsNotifyChargeRequest
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class OrderpaymentsNotifyChargeResponse
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class OrderpaymentsNotifyRefundRequest
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class OrderpaymentsNotifyRefundResponse
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class OrderreportsListDisbursementsResponse
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class OrderreportsListTransactionsResponse
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class OrderreturnsListResponse
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class OrdersAcknowledgeRequest
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class OrdersAcknowledgeResponse
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class OrdersAdvanceTestOrderResponse
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class OrdersCancelLineItemRequest
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class OrdersCancelLineItemResponse
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class OrdersCancelRequest
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class OrdersCancelResponse
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class OrdersCancelTestOrderByCustomerRequest
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class OrdersCancelTestOrderByCustomerResponse
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class OrdersCreateTestOrderRequest
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class OrdersCreateTestOrderResponse
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class OrdersCreateTestReturnRequest
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class OrdersCreateTestReturnResponse
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class OrdersCustomBatchRequestEntryCreateTestReturnReturnItem
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class OrdersGetByMerchantOrderIdResponse
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class OrdersGetTestOrderTemplateResponse
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class OrdersInStoreRefundLineItemRequest
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class OrdersInStoreRefundLineItemResponse
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class OrdersListResponse
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class OrdersRejectReturnLineItemRequest
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class OrdersRejectReturnLineItemResponse
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class OrdersReturnRefundLineItemRequest
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class OrdersReturnRefundLineItemResponse
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class OrdersSetLineItemMetadataRequest
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class OrdersSetLineItemMetadataResponse
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class OrdersShipLineItemsRequest
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class OrdersShipLineItemsResponse
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class OrdersUpdateLineItemShippingDetailsRequest
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class OrdersUpdateLineItemShippingDetailsResponse
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class OrdersUpdateMerchantOrderIdRequest
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class OrdersUpdateMerchantOrderIdResponse
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class OrdersUpdateShipmentRequest
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class OrdersUpdateShipmentResponse
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class PosCustomBatchRequest
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class PosCustomBatchRequestEntry
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class PosCustomBatchResponse
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class PosCustomBatchResponseEntry
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class PosDataProviders
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class PosDataProvidersPosDataProvider
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class PosInventory
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class PosInventoryRequest
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class PosInventoryResponse
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class PosListResponse
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class PosSale
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class PosSaleRequest
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class PosSaleResponse
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class PosStore
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class PostalCodeGroup
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class PostalCodeRange
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class Price
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class Product
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ include Google::Apis::Core::JsonObjectSupport
1121
+ end
1122
+
1123
+ class ProductShipping
1124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1125
+
1126
+ include Google::Apis::Core::JsonObjectSupport
1127
+ end
1128
+
1129
+ class ProductShippingDimension
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class ProductShippingWeight
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1141
+ class ProductStatus
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ class ProductStatusDestinationStatus
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1153
+ class ProductStatusItemLevelIssue
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1159
+ class ProductTax
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
1165
+ class ProductUnitPricingBaseMeasure
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ class ProductUnitPricingMeasure
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1177
+ class ProductsCustomBatchRequest
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class ProductsCustomBatchRequestEntry
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1189
+ class ProductsCustomBatchResponse
1190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1191
+
1192
+ include Google::Apis::Core::JsonObjectSupport
1193
+ end
1194
+
1195
+ class ProductsCustomBatchResponseEntry
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class ProductsListResponse
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1207
+ class ProductstatusesCustomBatchRequest
1208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1209
+
1210
+ include Google::Apis::Core::JsonObjectSupport
1211
+ end
1212
+
1213
+ class ProductstatusesCustomBatchRequestEntry
1214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1215
+
1216
+ include Google::Apis::Core::JsonObjectSupport
1217
+ end
1218
+
1219
+ class ProductstatusesCustomBatchResponse
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class ProductstatusesCustomBatchResponseEntry
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class ProductstatusesListResponse
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class Promotion
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ include Google::Apis::Core::JsonObjectSupport
1241
+ end
1242
+
1243
+ class RateGroup
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class RefundReason
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class ReturnShipment
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class Row
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class Service
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class ShipmentInvoice
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
1279
+ class ShipmentInvoiceLineItemInvoice
1280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ class ShipmentTrackingInfo
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1291
+ class ShippingSettings
1292
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1293
+
1294
+ include Google::Apis::Core::JsonObjectSupport
1295
+ end
1296
+
1297
+ class ShippingsettingsCustomBatchRequest
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class ShippingsettingsCustomBatchRequestEntry
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class ShippingsettingsCustomBatchResponse
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1315
+ class ShippingsettingsCustomBatchResponseEntry
1316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1321
+ class ShippingsettingsGetSupportedCarriersResponse
1322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1323
+
1324
+ include Google::Apis::Core::JsonObjectSupport
1325
+ end
1326
+
1327
+ class ShippingsettingsGetSupportedHolidaysResponse
1328
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1329
+
1330
+ include Google::Apis::Core::JsonObjectSupport
1331
+ end
1332
+
1333
+ class ShippingsettingsListResponse
1334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1335
+
1336
+ include Google::Apis::Core::JsonObjectSupport
1337
+ end
1338
+
1339
+ class Table
1340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1341
+
1342
+ include Google::Apis::Core::JsonObjectSupport
1343
+ end
1344
+
1345
+ class TestOrder
1346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1347
+
1348
+ include Google::Apis::Core::JsonObjectSupport
1349
+ end
1350
+
1351
+ class TestOrderCustomer
1352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1353
+
1354
+ include Google::Apis::Core::JsonObjectSupport
1355
+ end
1356
+
1357
+ class TestOrderCustomerMarketingRightsInfo
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1363
+ class TestOrderLineItem
1364
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1365
+
1366
+ include Google::Apis::Core::JsonObjectSupport
1367
+ end
1368
+
1369
+ class TestOrderLineItemProduct
1370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1371
+
1372
+ include Google::Apis::Core::JsonObjectSupport
1373
+ end
1374
+
1375
+ class UnitInvoice
1376
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1377
+
1378
+ include Google::Apis::Core::JsonObjectSupport
1379
+ end
1380
+
1381
+ class UnitInvoiceAdditionalCharge
1382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1383
+
1384
+ include Google::Apis::Core::JsonObjectSupport
1385
+ end
1386
+
1387
+ class UnitInvoiceTaxLine
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1389
+
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1392
+
1393
+ class Value
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1395
+
1396
+ include Google::Apis::Core::JsonObjectSupport
1397
+ end
1398
+
1399
+ class Weight
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1405
+ class Account
1406
+ # @private
1407
+ class Representation < Google::Apis::Core::JsonRepresentation
1408
+ collection :ads_links, as: 'adsLinks', class: Google::Apis::ContentV2_1::AccountAdsLink, decorator: Google::Apis::ContentV2_1::AccountAdsLink::Representation
1409
+
1410
+ property :adult_content, as: 'adultContent'
1411
+ property :business_information, as: 'businessInformation', class: Google::Apis::ContentV2_1::AccountBusinessInformation, decorator: Google::Apis::ContentV2_1::AccountBusinessInformation::Representation
1412
+
1413
+ property :google_my_business_link, as: 'googleMyBusinessLink', class: Google::Apis::ContentV2_1::AccountGoogleMyBusinessLink, decorator: Google::Apis::ContentV2_1::AccountGoogleMyBusinessLink::Representation
1414
+
1415
+ property :id, :numeric_string => true, as: 'id'
1416
+ property :kind, as: 'kind'
1417
+ property :name, as: 'name'
1418
+ property :seller_id, as: 'sellerId'
1419
+ collection :users, as: 'users', class: Google::Apis::ContentV2_1::AccountUser, decorator: Google::Apis::ContentV2_1::AccountUser::Representation
1420
+
1421
+ property :website_url, as: 'websiteUrl'
1422
+ collection :youtube_channel_links, as: 'youtubeChannelLinks', class: Google::Apis::ContentV2_1::AccountYouTubeChannelLink, decorator: Google::Apis::ContentV2_1::AccountYouTubeChannelLink::Representation
1423
+
1424
+ end
1425
+ end
1426
+
1427
+ class AccountAddress
1428
+ # @private
1429
+ class Representation < Google::Apis::Core::JsonRepresentation
1430
+ property :country, as: 'country'
1431
+ property :locality, as: 'locality'
1432
+ property :postal_code, as: 'postalCode'
1433
+ property :region, as: 'region'
1434
+ property :street_address, as: 'streetAddress'
1435
+ end
1436
+ end
1437
+
1438
+ class AccountAdsLink
1439
+ # @private
1440
+ class Representation < Google::Apis::Core::JsonRepresentation
1441
+ property :ads_id, :numeric_string => true, as: 'adsId'
1442
+ property :status, as: 'status'
1443
+ end
1444
+ end
1445
+
1446
+ class AccountBusinessInformation
1447
+ # @private
1448
+ class Representation < Google::Apis::Core::JsonRepresentation
1449
+ property :address, as: 'address', class: Google::Apis::ContentV2_1::AccountAddress, decorator: Google::Apis::ContentV2_1::AccountAddress::Representation
1450
+
1451
+ property :customer_service, as: 'customerService', class: Google::Apis::ContentV2_1::AccountCustomerService, decorator: Google::Apis::ContentV2_1::AccountCustomerService::Representation
1452
+
1453
+ property :phone_number, as: 'phoneNumber'
1454
+ end
1455
+ end
1456
+
1457
+ class AccountCustomerService
1458
+ # @private
1459
+ class Representation < Google::Apis::Core::JsonRepresentation
1460
+ property :email, as: 'email'
1461
+ property :phone_number, as: 'phoneNumber'
1462
+ property :url, as: 'url'
1463
+ end
1464
+ end
1465
+
1466
+ class AccountGoogleMyBusinessLink
1467
+ # @private
1468
+ class Representation < Google::Apis::Core::JsonRepresentation
1469
+ property :gmb_email, as: 'gmbEmail'
1470
+ property :status, as: 'status'
1471
+ end
1472
+ end
1473
+
1474
+ class AccountIdentifier
1475
+ # @private
1476
+ class Representation < Google::Apis::Core::JsonRepresentation
1477
+ property :aggregator_id, :numeric_string => true, as: 'aggregatorId'
1478
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
1479
+ end
1480
+ end
1481
+
1482
+ class AccountStatus
1483
+ # @private
1484
+ class Representation < Google::Apis::Core::JsonRepresentation
1485
+ property :account_id, as: 'accountId'
1486
+ collection :account_level_issues, as: 'accountLevelIssues', class: Google::Apis::ContentV2_1::AccountStatusAccountLevelIssue, decorator: Google::Apis::ContentV2_1::AccountStatusAccountLevelIssue::Representation
1487
+
1488
+ property :kind, as: 'kind'
1489
+ collection :products, as: 'products', class: Google::Apis::ContentV2_1::AccountStatusProducts, decorator: Google::Apis::ContentV2_1::AccountStatusProducts::Representation
1490
+
1491
+ property :website_claimed, as: 'websiteClaimed'
1492
+ end
1493
+ end
1494
+
1495
+ class AccountStatusAccountLevelIssue
1496
+ # @private
1497
+ class Representation < Google::Apis::Core::JsonRepresentation
1498
+ property :country, as: 'country'
1499
+ property :destination, as: 'destination'
1500
+ property :detail, as: 'detail'
1501
+ property :documentation, as: 'documentation'
1502
+ property :id, as: 'id'
1503
+ property :severity, as: 'severity'
1504
+ property :title, as: 'title'
1505
+ end
1506
+ end
1507
+
1508
+ class AccountStatusItemLevelIssue
1509
+ # @private
1510
+ class Representation < Google::Apis::Core::JsonRepresentation
1511
+ property :attribute_name, as: 'attributeName'
1512
+ property :code, as: 'code'
1513
+ property :description, as: 'description'
1514
+ property :detail, as: 'detail'
1515
+ property :documentation, as: 'documentation'
1516
+ property :num_items, :numeric_string => true, as: 'numItems'
1517
+ property :resolution, as: 'resolution'
1518
+ property :servability, as: 'servability'
1519
+ end
1520
+ end
1521
+
1522
+ class AccountStatusProducts
1523
+ # @private
1524
+ class Representation < Google::Apis::Core::JsonRepresentation
1525
+ property :channel, as: 'channel'
1526
+ property :country, as: 'country'
1527
+ property :destination, as: 'destination'
1528
+ collection :item_level_issues, as: 'itemLevelIssues', class: Google::Apis::ContentV2_1::AccountStatusItemLevelIssue, decorator: Google::Apis::ContentV2_1::AccountStatusItemLevelIssue::Representation
1529
+
1530
+ property :statistics, as: 'statistics', class: Google::Apis::ContentV2_1::AccountStatusStatistics, decorator: Google::Apis::ContentV2_1::AccountStatusStatistics::Representation
1531
+
1532
+ end
1533
+ end
1534
+
1535
+ class AccountStatusStatistics
1536
+ # @private
1537
+ class Representation < Google::Apis::Core::JsonRepresentation
1538
+ property :active, :numeric_string => true, as: 'active'
1539
+ property :disapproved, :numeric_string => true, as: 'disapproved'
1540
+ property :expiring, :numeric_string => true, as: 'expiring'
1541
+ property :pending, :numeric_string => true, as: 'pending'
1542
+ end
1543
+ end
1544
+
1545
+ class AccountTax
1546
+ # @private
1547
+ class Representation < Google::Apis::Core::JsonRepresentation
1548
+ property :account_id, :numeric_string => true, as: 'accountId'
1549
+ property :kind, as: 'kind'
1550
+ collection :rules, as: 'rules', class: Google::Apis::ContentV2_1::AccountTaxTaxRule, decorator: Google::Apis::ContentV2_1::AccountTaxTaxRule::Representation
1551
+
1552
+ end
1553
+ end
1554
+
1555
+ class AccountTaxTaxRule
1556
+ # @private
1557
+ class Representation < Google::Apis::Core::JsonRepresentation
1558
+ property :country, as: 'country'
1559
+ property :location_id, :numeric_string => true, as: 'locationId'
1560
+ property :rate_percent, as: 'ratePercent'
1561
+ property :shipping_taxed, as: 'shippingTaxed'
1562
+ property :use_global_rate, as: 'useGlobalRate'
1563
+ end
1564
+ end
1565
+
1566
+ class AccountUser
1567
+ # @private
1568
+ class Representation < Google::Apis::Core::JsonRepresentation
1569
+ property :admin, as: 'admin'
1570
+ property :email_address, as: 'emailAddress'
1571
+ end
1572
+ end
1573
+
1574
+ class AccountYouTubeChannelLink
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :channel_id, as: 'channelId'
1578
+ property :status, as: 'status'
1579
+ end
1580
+ end
1581
+
1582
+ class AccountsAuthInfoResponse
1583
+ # @private
1584
+ class Representation < Google::Apis::Core::JsonRepresentation
1585
+ collection :account_identifiers, as: 'accountIdentifiers', class: Google::Apis::ContentV2_1::AccountIdentifier, decorator: Google::Apis::ContentV2_1::AccountIdentifier::Representation
1586
+
1587
+ property :kind, as: 'kind'
1588
+ end
1589
+ end
1590
+
1591
+ class AccountsClaimWebsiteResponse
1592
+ # @private
1593
+ class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :kind, as: 'kind'
1595
+ end
1596
+ end
1597
+
1598
+ class AccountsCustomBatchRequest
1599
+ # @private
1600
+ class Representation < Google::Apis::Core::JsonRepresentation
1601
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::AccountsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::AccountsCustomBatchRequestEntry::Representation
1602
+
1603
+ end
1604
+ end
1605
+
1606
+ class AccountsCustomBatchRequestEntry
1607
+ # @private
1608
+ class Representation < Google::Apis::Core::JsonRepresentation
1609
+ property :account, as: 'account', class: Google::Apis::ContentV2_1::Account, decorator: Google::Apis::ContentV2_1::Account::Representation
1610
+
1611
+ property :account_id, :numeric_string => true, as: 'accountId'
1612
+ property :batch_id, as: 'batchId'
1613
+ property :force, as: 'force'
1614
+ property :link_request, as: 'linkRequest', class: Google::Apis::ContentV2_1::AccountsCustomBatchRequestEntryLinkRequest, decorator: Google::Apis::ContentV2_1::AccountsCustomBatchRequestEntryLinkRequest::Representation
1615
+
1616
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
1617
+ property :method_prop, as: 'method'
1618
+ property :overwrite, as: 'overwrite'
1619
+ end
1620
+ end
1621
+
1622
+ class AccountsCustomBatchRequestEntryLinkRequest
1623
+ # @private
1624
+ class Representation < Google::Apis::Core::JsonRepresentation
1625
+ property :action, as: 'action'
1626
+ property :link_type, as: 'linkType'
1627
+ property :linked_account_id, as: 'linkedAccountId'
1628
+ end
1629
+ end
1630
+
1631
+ class AccountsCustomBatchResponse
1632
+ # @private
1633
+ class Representation < Google::Apis::Core::JsonRepresentation
1634
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::AccountsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::AccountsCustomBatchResponseEntry::Representation
1635
+
1636
+ property :kind, as: 'kind'
1637
+ end
1638
+ end
1639
+
1640
+ class AccountsCustomBatchResponseEntry
1641
+ # @private
1642
+ class Representation < Google::Apis::Core::JsonRepresentation
1643
+ property :account, as: 'account', class: Google::Apis::ContentV2_1::Account, decorator: Google::Apis::ContentV2_1::Account::Representation
1644
+
1645
+ property :batch_id, as: 'batchId'
1646
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
1647
+
1648
+ property :kind, as: 'kind'
1649
+ end
1650
+ end
1651
+
1652
+ class AccountsLinkRequest
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ property :action, as: 'action'
1656
+ property :link_type, as: 'linkType'
1657
+ property :linked_account_id, as: 'linkedAccountId'
1658
+ end
1659
+ end
1660
+
1661
+ class AccountsLinkResponse
1662
+ # @private
1663
+ class Representation < Google::Apis::Core::JsonRepresentation
1664
+ property :kind, as: 'kind'
1665
+ end
1666
+ end
1667
+
1668
+ class AccountsListResponse
1669
+ # @private
1670
+ class Representation < Google::Apis::Core::JsonRepresentation
1671
+ property :kind, as: 'kind'
1672
+ property :next_page_token, as: 'nextPageToken'
1673
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::Account, decorator: Google::Apis::ContentV2_1::Account::Representation
1674
+
1675
+ end
1676
+ end
1677
+
1678
+ class AccountstatusesCustomBatchRequest
1679
+ # @private
1680
+ class Representation < Google::Apis::Core::JsonRepresentation
1681
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::AccountstatusesCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::AccountstatusesCustomBatchRequestEntry::Representation
1682
+
1683
+ end
1684
+ end
1685
+
1686
+ class AccountstatusesCustomBatchRequestEntry
1687
+ # @private
1688
+ class Representation < Google::Apis::Core::JsonRepresentation
1689
+ property :account_id, :numeric_string => true, as: 'accountId'
1690
+ property :batch_id, as: 'batchId'
1691
+ collection :destinations, as: 'destinations'
1692
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
1693
+ property :method_prop, as: 'method'
1694
+ end
1695
+ end
1696
+
1697
+ class AccountstatusesCustomBatchResponse
1698
+ # @private
1699
+ class Representation < Google::Apis::Core::JsonRepresentation
1700
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::AccountstatusesCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::AccountstatusesCustomBatchResponseEntry::Representation
1701
+
1702
+ property :kind, as: 'kind'
1703
+ end
1704
+ end
1705
+
1706
+ class AccountstatusesCustomBatchResponseEntry
1707
+ # @private
1708
+ class Representation < Google::Apis::Core::JsonRepresentation
1709
+ property :account_status, as: 'accountStatus', class: Google::Apis::ContentV2_1::AccountStatus, decorator: Google::Apis::ContentV2_1::AccountStatus::Representation
1710
+
1711
+ property :batch_id, as: 'batchId'
1712
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
1713
+
1714
+ end
1715
+ end
1716
+
1717
+ class AccountstatusesListResponse
1718
+ # @private
1719
+ class Representation < Google::Apis::Core::JsonRepresentation
1720
+ property :kind, as: 'kind'
1721
+ property :next_page_token, as: 'nextPageToken'
1722
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::AccountStatus, decorator: Google::Apis::ContentV2_1::AccountStatus::Representation
1723
+
1724
+ end
1725
+ end
1726
+
1727
+ class AccounttaxCustomBatchRequest
1728
+ # @private
1729
+ class Representation < Google::Apis::Core::JsonRepresentation
1730
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::AccounttaxCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::AccounttaxCustomBatchRequestEntry::Representation
1731
+
1732
+ end
1733
+ end
1734
+
1735
+ class AccounttaxCustomBatchRequestEntry
1736
+ # @private
1737
+ class Representation < Google::Apis::Core::JsonRepresentation
1738
+ property :account_id, :numeric_string => true, as: 'accountId'
1739
+ property :account_tax, as: 'accountTax', class: Google::Apis::ContentV2_1::AccountTax, decorator: Google::Apis::ContentV2_1::AccountTax::Representation
1740
+
1741
+ property :batch_id, as: 'batchId'
1742
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
1743
+ property :method_prop, as: 'method'
1744
+ end
1745
+ end
1746
+
1747
+ class AccounttaxCustomBatchResponse
1748
+ # @private
1749
+ class Representation < Google::Apis::Core::JsonRepresentation
1750
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::AccounttaxCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::AccounttaxCustomBatchResponseEntry::Representation
1751
+
1752
+ property :kind, as: 'kind'
1753
+ end
1754
+ end
1755
+
1756
+ class AccounttaxCustomBatchResponseEntry
1757
+ # @private
1758
+ class Representation < Google::Apis::Core::JsonRepresentation
1759
+ property :account_tax, as: 'accountTax', class: Google::Apis::ContentV2_1::AccountTax, decorator: Google::Apis::ContentV2_1::AccountTax::Representation
1760
+
1761
+ property :batch_id, as: 'batchId'
1762
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
1763
+
1764
+ property :kind, as: 'kind'
1765
+ end
1766
+ end
1767
+
1768
+ class AccounttaxListResponse
1769
+ # @private
1770
+ class Representation < Google::Apis::Core::JsonRepresentation
1771
+ property :kind, as: 'kind'
1772
+ property :next_page_token, as: 'nextPageToken'
1773
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::AccountTax, decorator: Google::Apis::ContentV2_1::AccountTax::Representation
1774
+
1775
+ end
1776
+ end
1777
+
1778
+ class Amount
1779
+ # @private
1780
+ class Representation < Google::Apis::Core::JsonRepresentation
1781
+ property :pretax, as: 'pretax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
1782
+
1783
+ property :tax, as: 'tax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
1784
+
1785
+ end
1786
+ end
1787
+
1788
+ class CarrierRate
1789
+ # @private
1790
+ class Representation < Google::Apis::Core::JsonRepresentation
1791
+ property :carrier_name, as: 'carrierName'
1792
+ property :carrier_service, as: 'carrierService'
1793
+ property :flat_adjustment, as: 'flatAdjustment', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
1794
+
1795
+ property :name, as: 'name'
1796
+ property :origin_postal_code, as: 'originPostalCode'
1797
+ property :percentage_adjustment, as: 'percentageAdjustment'
1798
+ end
1799
+ end
1800
+
1801
+ class CarriersCarrier
1802
+ # @private
1803
+ class Representation < Google::Apis::Core::JsonRepresentation
1804
+ property :country, as: 'country'
1805
+ property :name, as: 'name'
1806
+ collection :services, as: 'services'
1807
+ end
1808
+ end
1809
+
1810
+ class CustomAttribute
1811
+ # @private
1812
+ class Representation < Google::Apis::Core::JsonRepresentation
1813
+ collection :group_values, as: 'groupValues', class: Google::Apis::ContentV2_1::CustomAttribute, decorator: Google::Apis::ContentV2_1::CustomAttribute::Representation
1814
+
1815
+ property :name, as: 'name'
1816
+ property :value, as: 'value'
1817
+ end
1818
+ end
1819
+
1820
+ class CustomerReturnReason
1821
+ # @private
1822
+ class Representation < Google::Apis::Core::JsonRepresentation
1823
+ property :description, as: 'description'
1824
+ property :reason_code, as: 'reasonCode'
1825
+ end
1826
+ end
1827
+
1828
+ class CutoffTime
1829
+ # @private
1830
+ class Representation < Google::Apis::Core::JsonRepresentation
1831
+ property :hour, as: 'hour'
1832
+ property :minute, as: 'minute'
1833
+ property :timezone, as: 'timezone'
1834
+ end
1835
+ end
1836
+
1837
+ class Datafeed
1838
+ # @private
1839
+ class Representation < Google::Apis::Core::JsonRepresentation
1840
+ property :attribute_language, as: 'attributeLanguage'
1841
+ property :content_type, as: 'contentType'
1842
+ property :fetch_schedule, as: 'fetchSchedule', class: Google::Apis::ContentV2_1::DatafeedFetchSchedule, decorator: Google::Apis::ContentV2_1::DatafeedFetchSchedule::Representation
1843
+
1844
+ property :file_name, as: 'fileName'
1845
+ property :format, as: 'format', class: Google::Apis::ContentV2_1::DatafeedFormat, decorator: Google::Apis::ContentV2_1::DatafeedFormat::Representation
1846
+
1847
+ property :id, :numeric_string => true, as: 'id'
1848
+ property :kind, as: 'kind'
1849
+ property :name, as: 'name'
1850
+ collection :targets, as: 'targets', class: Google::Apis::ContentV2_1::DatafeedTarget, decorator: Google::Apis::ContentV2_1::DatafeedTarget::Representation
1851
+
1852
+ end
1853
+ end
1854
+
1855
+ class DatafeedFetchSchedule
1856
+ # @private
1857
+ class Representation < Google::Apis::Core::JsonRepresentation
1858
+ property :day_of_month, as: 'dayOfMonth'
1859
+ property :fetch_url, as: 'fetchUrl'
1860
+ property :hour, as: 'hour'
1861
+ property :minute_of_hour, as: 'minuteOfHour'
1862
+ property :password, as: 'password'
1863
+ property :paused, as: 'paused'
1864
+ property :time_zone, as: 'timeZone'
1865
+ property :username, as: 'username'
1866
+ property :weekday, as: 'weekday'
1867
+ end
1868
+ end
1869
+
1870
+ class DatafeedFormat
1871
+ # @private
1872
+ class Representation < Google::Apis::Core::JsonRepresentation
1873
+ property :column_delimiter, as: 'columnDelimiter'
1874
+ property :file_encoding, as: 'fileEncoding'
1875
+ property :quoting_mode, as: 'quotingMode'
1876
+ end
1877
+ end
1878
+
1879
+ class DatafeedStatus
1880
+ # @private
1881
+ class Representation < Google::Apis::Core::JsonRepresentation
1882
+ property :country, as: 'country'
1883
+ property :datafeed_id, :numeric_string => true, as: 'datafeedId'
1884
+ collection :errors, as: 'errors', class: Google::Apis::ContentV2_1::DatafeedStatusError, decorator: Google::Apis::ContentV2_1::DatafeedStatusError::Representation
1885
+
1886
+ property :items_total, :numeric_string => true, as: 'itemsTotal'
1887
+ property :items_valid, :numeric_string => true, as: 'itemsValid'
1888
+ property :kind, as: 'kind'
1889
+ property :language, as: 'language'
1890
+ property :last_upload_date, as: 'lastUploadDate'
1891
+ property :processing_status, as: 'processingStatus'
1892
+ collection :warnings, as: 'warnings', class: Google::Apis::ContentV2_1::DatafeedStatusError, decorator: Google::Apis::ContentV2_1::DatafeedStatusError::Representation
1893
+
1894
+ end
1895
+ end
1896
+
1897
+ class DatafeedStatusError
1898
+ # @private
1899
+ class Representation < Google::Apis::Core::JsonRepresentation
1900
+ property :code, as: 'code'
1901
+ property :count, :numeric_string => true, as: 'count'
1902
+ collection :examples, as: 'examples', class: Google::Apis::ContentV2_1::DatafeedStatusExample, decorator: Google::Apis::ContentV2_1::DatafeedStatusExample::Representation
1903
+
1904
+ property :message, as: 'message'
1905
+ end
1906
+ end
1907
+
1908
+ class DatafeedStatusExample
1909
+ # @private
1910
+ class Representation < Google::Apis::Core::JsonRepresentation
1911
+ property :item_id, as: 'itemId'
1912
+ property :line_number, :numeric_string => true, as: 'lineNumber'
1913
+ property :value, as: 'value'
1914
+ end
1915
+ end
1916
+
1917
+ class DatafeedTarget
1918
+ # @private
1919
+ class Representation < Google::Apis::Core::JsonRepresentation
1920
+ property :country, as: 'country'
1921
+ collection :excluded_destinations, as: 'excludedDestinations'
1922
+ collection :included_destinations, as: 'includedDestinations'
1923
+ property :language, as: 'language'
1924
+ end
1925
+ end
1926
+
1927
+ class DatafeedsCustomBatchRequest
1928
+ # @private
1929
+ class Representation < Google::Apis::Core::JsonRepresentation
1930
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::DatafeedsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::DatafeedsCustomBatchRequestEntry::Representation
1931
+
1932
+ end
1933
+ end
1934
+
1935
+ class DatafeedsCustomBatchRequestEntry
1936
+ # @private
1937
+ class Representation < Google::Apis::Core::JsonRepresentation
1938
+ property :batch_id, as: 'batchId'
1939
+ property :datafeed, as: 'datafeed', class: Google::Apis::ContentV2_1::Datafeed, decorator: Google::Apis::ContentV2_1::Datafeed::Representation
1940
+
1941
+ property :datafeed_id, :numeric_string => true, as: 'datafeedId'
1942
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
1943
+ property :method_prop, as: 'method'
1944
+ end
1945
+ end
1946
+
1947
+ class DatafeedsCustomBatchResponse
1948
+ # @private
1949
+ class Representation < Google::Apis::Core::JsonRepresentation
1950
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::DatafeedsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::DatafeedsCustomBatchResponseEntry::Representation
1951
+
1952
+ property :kind, as: 'kind'
1953
+ end
1954
+ end
1955
+
1956
+ class DatafeedsCustomBatchResponseEntry
1957
+ # @private
1958
+ class Representation < Google::Apis::Core::JsonRepresentation
1959
+ property :batch_id, as: 'batchId'
1960
+ property :datafeed, as: 'datafeed', class: Google::Apis::ContentV2_1::Datafeed, decorator: Google::Apis::ContentV2_1::Datafeed::Representation
1961
+
1962
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
1963
+
1964
+ end
1965
+ end
1966
+
1967
+ class DatafeedsFetchNowResponse
1968
+ # @private
1969
+ class Representation < Google::Apis::Core::JsonRepresentation
1970
+ property :kind, as: 'kind'
1971
+ end
1972
+ end
1973
+
1974
+ class DatafeedsListResponse
1975
+ # @private
1976
+ class Representation < Google::Apis::Core::JsonRepresentation
1977
+ property :kind, as: 'kind'
1978
+ property :next_page_token, as: 'nextPageToken'
1979
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::Datafeed, decorator: Google::Apis::ContentV2_1::Datafeed::Representation
1980
+
1981
+ end
1982
+ end
1983
+
1984
+ class DatafeedstatusesCustomBatchRequest
1985
+ # @private
1986
+ class Representation < Google::Apis::Core::JsonRepresentation
1987
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::DatafeedstatusesCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::DatafeedstatusesCustomBatchRequestEntry::Representation
1988
+
1989
+ end
1990
+ end
1991
+
1992
+ class DatafeedstatusesCustomBatchRequestEntry
1993
+ # @private
1994
+ class Representation < Google::Apis::Core::JsonRepresentation
1995
+ property :batch_id, as: 'batchId'
1996
+ property :country, as: 'country'
1997
+ property :datafeed_id, :numeric_string => true, as: 'datafeedId'
1998
+ property :language, as: 'language'
1999
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
2000
+ property :method_prop, as: 'method'
2001
+ end
2002
+ end
2003
+
2004
+ class DatafeedstatusesCustomBatchResponse
2005
+ # @private
2006
+ class Representation < Google::Apis::Core::JsonRepresentation
2007
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::DatafeedstatusesCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::DatafeedstatusesCustomBatchResponseEntry::Representation
2008
+
2009
+ property :kind, as: 'kind'
2010
+ end
2011
+ end
2012
+
2013
+ class DatafeedstatusesCustomBatchResponseEntry
2014
+ # @private
2015
+ class Representation < Google::Apis::Core::JsonRepresentation
2016
+ property :batch_id, as: 'batchId'
2017
+ property :datafeed_status, as: 'datafeedStatus', class: Google::Apis::ContentV2_1::DatafeedStatus, decorator: Google::Apis::ContentV2_1::DatafeedStatus::Representation
2018
+
2019
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
2020
+
2021
+ end
2022
+ end
2023
+
2024
+ class DatafeedstatusesListResponse
2025
+ # @private
2026
+ class Representation < Google::Apis::Core::JsonRepresentation
2027
+ property :kind, as: 'kind'
2028
+ property :next_page_token, as: 'nextPageToken'
2029
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::DatafeedStatus, decorator: Google::Apis::ContentV2_1::DatafeedStatus::Representation
2030
+
2031
+ end
2032
+ end
2033
+
2034
+ class DeliveryTime
2035
+ # @private
2036
+ class Representation < Google::Apis::Core::JsonRepresentation
2037
+ property :cutoff_time, as: 'cutoffTime', class: Google::Apis::ContentV2_1::CutoffTime, decorator: Google::Apis::ContentV2_1::CutoffTime::Representation
2038
+
2039
+ collection :holiday_cutoffs, as: 'holidayCutoffs', class: Google::Apis::ContentV2_1::HolidayCutoff, decorator: Google::Apis::ContentV2_1::HolidayCutoff::Representation
2040
+
2041
+ property :max_handling_time_in_days, as: 'maxHandlingTimeInDays'
2042
+ property :max_transit_time_in_days, as: 'maxTransitTimeInDays'
2043
+ property :min_handling_time_in_days, as: 'minHandlingTimeInDays'
2044
+ property :min_transit_time_in_days, as: 'minTransitTimeInDays'
2045
+ end
2046
+ end
2047
+
2048
+ class Error
2049
+ # @private
2050
+ class Representation < Google::Apis::Core::JsonRepresentation
2051
+ property :domain, as: 'domain'
2052
+ property :message, as: 'message'
2053
+ property :reason, as: 'reason'
2054
+ end
2055
+ end
2056
+
2057
+ class Errors
2058
+ # @private
2059
+ class Representation < Google::Apis::Core::JsonRepresentation
2060
+ property :code, as: 'code'
2061
+ collection :errors, as: 'errors', class: Google::Apis::ContentV2_1::Error, decorator: Google::Apis::ContentV2_1::Error::Representation
2062
+
2063
+ property :message, as: 'message'
2064
+ end
2065
+ end
2066
+
2067
+ class GmbAccounts
2068
+ # @private
2069
+ class Representation < Google::Apis::Core::JsonRepresentation
2070
+ property :account_id, :numeric_string => true, as: 'accountId'
2071
+ collection :gmb_accounts, as: 'gmbAccounts', class: Google::Apis::ContentV2_1::GmbAccountsGmbAccount, decorator: Google::Apis::ContentV2_1::GmbAccountsGmbAccount::Representation
2072
+
2073
+ end
2074
+ end
2075
+
2076
+ class GmbAccountsGmbAccount
2077
+ # @private
2078
+ class Representation < Google::Apis::Core::JsonRepresentation
2079
+ property :email, as: 'email'
2080
+ property :listing_count, :numeric_string => true, as: 'listingCount'
2081
+ property :name, as: 'name'
2082
+ property :type, as: 'type'
2083
+ end
2084
+ end
2085
+
2086
+ class Headers
2087
+ # @private
2088
+ class Representation < Google::Apis::Core::JsonRepresentation
2089
+ collection :locations, as: 'locations', class: Google::Apis::ContentV2_1::LocationIdSet, decorator: Google::Apis::ContentV2_1::LocationIdSet::Representation
2090
+
2091
+ collection :number_of_items, as: 'numberOfItems'
2092
+ collection :postal_code_group_names, as: 'postalCodeGroupNames'
2093
+ collection :prices, as: 'prices', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2094
+
2095
+ collection :weights, as: 'weights', class: Google::Apis::ContentV2_1::Weight, decorator: Google::Apis::ContentV2_1::Weight::Representation
2096
+
2097
+ end
2098
+ end
2099
+
2100
+ class HolidayCutoff
2101
+ # @private
2102
+ class Representation < Google::Apis::Core::JsonRepresentation
2103
+ property :deadline_date, as: 'deadlineDate'
2104
+ property :deadline_hour, as: 'deadlineHour'
2105
+ property :deadline_timezone, as: 'deadlineTimezone'
2106
+ property :holiday_id, as: 'holidayId'
2107
+ property :visible_from_date, as: 'visibleFromDate'
2108
+ end
2109
+ end
2110
+
2111
+ class HolidaysHoliday
2112
+ # @private
2113
+ class Representation < Google::Apis::Core::JsonRepresentation
2114
+ property :country_code, as: 'countryCode'
2115
+ property :date, as: 'date'
2116
+ property :delivery_guarantee_date, as: 'deliveryGuaranteeDate'
2117
+ property :delivery_guarantee_hour, :numeric_string => true, as: 'deliveryGuaranteeHour'
2118
+ property :id, as: 'id'
2119
+ property :type, as: 'type'
2120
+ end
2121
+ end
2122
+
2123
+ class Installment
2124
+ # @private
2125
+ class Representation < Google::Apis::Core::JsonRepresentation
2126
+ property :amount, as: 'amount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2127
+
2128
+ property :months, :numeric_string => true, as: 'months'
2129
+ end
2130
+ end
2131
+
2132
+ class InvoiceSummary
2133
+ # @private
2134
+ class Representation < Google::Apis::Core::JsonRepresentation
2135
+ collection :additional_charge_summaries, as: 'additionalChargeSummaries', class: Google::Apis::ContentV2_1::InvoiceSummaryAdditionalChargeSummary, decorator: Google::Apis::ContentV2_1::InvoiceSummaryAdditionalChargeSummary::Representation
2136
+
2137
+ property :customer_balance, as: 'customerBalance', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
2138
+
2139
+ property :google_balance, as: 'googleBalance', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
2140
+
2141
+ property :merchant_balance, as: 'merchantBalance', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
2142
+
2143
+ property :product_total, as: 'productTotal', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
2144
+
2145
+ collection :promotion_summaries, as: 'promotionSummaries', class: Google::Apis::ContentV2_1::Promotion, decorator: Google::Apis::ContentV2_1::Promotion::Representation
2146
+
2147
+ end
2148
+ end
2149
+
2150
+ class InvoiceSummaryAdditionalChargeSummary
2151
+ # @private
2152
+ class Representation < Google::Apis::Core::JsonRepresentation
2153
+ property :total_amount, as: 'totalAmount', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
2154
+
2155
+ property :type, as: 'type'
2156
+ end
2157
+ end
2158
+
2159
+ class LiaAboutPageSettings
2160
+ # @private
2161
+ class Representation < Google::Apis::Core::JsonRepresentation
2162
+ property :status, as: 'status'
2163
+ property :url, as: 'url'
2164
+ end
2165
+ end
2166
+
2167
+ class LiaCountrySettings
2168
+ # @private
2169
+ class Representation < Google::Apis::Core::JsonRepresentation
2170
+ property :about, as: 'about', class: Google::Apis::ContentV2_1::LiaAboutPageSettings, decorator: Google::Apis::ContentV2_1::LiaAboutPageSettings::Representation
2171
+
2172
+ property :country, as: 'country'
2173
+ property :hosted_local_storefront_active, as: 'hostedLocalStorefrontActive'
2174
+ property :inventory, as: 'inventory', class: Google::Apis::ContentV2_1::LiaInventorySettings, decorator: Google::Apis::ContentV2_1::LiaInventorySettings::Representation
2175
+
2176
+ property :on_display_to_order, as: 'onDisplayToOrder', class: Google::Apis::ContentV2_1::LiaOnDisplayToOrderSettings, decorator: Google::Apis::ContentV2_1::LiaOnDisplayToOrderSettings::Representation
2177
+
2178
+ property :pos_data_provider, as: 'posDataProvider', class: Google::Apis::ContentV2_1::LiaPosDataProvider, decorator: Google::Apis::ContentV2_1::LiaPosDataProvider::Representation
2179
+
2180
+ property :store_pickup_active, as: 'storePickupActive'
2181
+ end
2182
+ end
2183
+
2184
+ class LiaInventorySettings
2185
+ # @private
2186
+ class Representation < Google::Apis::Core::JsonRepresentation
2187
+ property :inventory_verification_contact_email, as: 'inventoryVerificationContactEmail'
2188
+ property :inventory_verification_contact_name, as: 'inventoryVerificationContactName'
2189
+ property :inventory_verification_contact_status, as: 'inventoryVerificationContactStatus'
2190
+ property :status, as: 'status'
2191
+ end
2192
+ end
2193
+
2194
+ class LiaOnDisplayToOrderSettings
2195
+ # @private
2196
+ class Representation < Google::Apis::Core::JsonRepresentation
2197
+ property :shipping_cost_policy_url, as: 'shippingCostPolicyUrl'
2198
+ property :status, as: 'status'
2199
+ end
2200
+ end
2201
+
2202
+ class LiaPosDataProvider
2203
+ # @private
2204
+ class Representation < Google::Apis::Core::JsonRepresentation
2205
+ property :pos_data_provider_id, :numeric_string => true, as: 'posDataProviderId'
2206
+ property :pos_external_account_id, as: 'posExternalAccountId'
2207
+ end
2208
+ end
2209
+
2210
+ class LiaSettings
2211
+ # @private
2212
+ class Representation < Google::Apis::Core::JsonRepresentation
2213
+ property :account_id, :numeric_string => true, as: 'accountId'
2214
+ collection :country_settings, as: 'countrySettings', class: Google::Apis::ContentV2_1::LiaCountrySettings, decorator: Google::Apis::ContentV2_1::LiaCountrySettings::Representation
2215
+
2216
+ property :kind, as: 'kind'
2217
+ end
2218
+ end
2219
+
2220
+ class LiasettingsCustomBatchRequest
2221
+ # @private
2222
+ class Representation < Google::Apis::Core::JsonRepresentation
2223
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::LiasettingsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::LiasettingsCustomBatchRequestEntry::Representation
2224
+
2225
+ end
2226
+ end
2227
+
2228
+ class LiasettingsCustomBatchRequestEntry
2229
+ # @private
2230
+ class Representation < Google::Apis::Core::JsonRepresentation
2231
+ property :account_id, :numeric_string => true, as: 'accountId'
2232
+ property :batch_id, as: 'batchId'
2233
+ property :contact_email, as: 'contactEmail'
2234
+ property :contact_name, as: 'contactName'
2235
+ property :country, as: 'country'
2236
+ property :gmb_email, as: 'gmbEmail'
2237
+ property :lia_settings, as: 'liaSettings', class: Google::Apis::ContentV2_1::LiaSettings, decorator: Google::Apis::ContentV2_1::LiaSettings::Representation
2238
+
2239
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
2240
+ property :method_prop, as: 'method'
2241
+ property :pos_data_provider_id, :numeric_string => true, as: 'posDataProviderId'
2242
+ property :pos_external_account_id, as: 'posExternalAccountId'
2243
+ end
2244
+ end
2245
+
2246
+ class LiasettingsCustomBatchResponse
2247
+ # @private
2248
+ class Representation < Google::Apis::Core::JsonRepresentation
2249
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::LiasettingsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::LiasettingsCustomBatchResponseEntry::Representation
2250
+
2251
+ property :kind, as: 'kind'
2252
+ end
2253
+ end
2254
+
2255
+ class LiasettingsCustomBatchResponseEntry
2256
+ # @private
2257
+ class Representation < Google::Apis::Core::JsonRepresentation
2258
+ property :batch_id, as: 'batchId'
2259
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
2260
+
2261
+ property :gmb_accounts, as: 'gmbAccounts', class: Google::Apis::ContentV2_1::GmbAccounts, decorator: Google::Apis::ContentV2_1::GmbAccounts::Representation
2262
+
2263
+ property :kind, as: 'kind'
2264
+ property :lia_settings, as: 'liaSettings', class: Google::Apis::ContentV2_1::LiaSettings, decorator: Google::Apis::ContentV2_1::LiaSettings::Representation
2265
+
2266
+ collection :pos_data_providers, as: 'posDataProviders', class: Google::Apis::ContentV2_1::PosDataProviders, decorator: Google::Apis::ContentV2_1::PosDataProviders::Representation
2267
+
2268
+ end
2269
+ end
2270
+
2271
+ class LiasettingsGetAccessibleGmbAccountsResponse
2272
+ # @private
2273
+ class Representation < Google::Apis::Core::JsonRepresentation
2274
+ property :account_id, :numeric_string => true, as: 'accountId'
2275
+ collection :gmb_accounts, as: 'gmbAccounts', class: Google::Apis::ContentV2_1::GmbAccountsGmbAccount, decorator: Google::Apis::ContentV2_1::GmbAccountsGmbAccount::Representation
2276
+
2277
+ property :kind, as: 'kind'
2278
+ end
2279
+ end
2280
+
2281
+ class LiasettingsListPosDataProvidersResponse
2282
+ # @private
2283
+ class Representation < Google::Apis::Core::JsonRepresentation
2284
+ property :kind, as: 'kind'
2285
+ collection :pos_data_providers, as: 'posDataProviders', class: Google::Apis::ContentV2_1::PosDataProviders, decorator: Google::Apis::ContentV2_1::PosDataProviders::Representation
2286
+
2287
+ end
2288
+ end
2289
+
2290
+ class LiasettingsListResponse
2291
+ # @private
2292
+ class Representation < Google::Apis::Core::JsonRepresentation
2293
+ property :kind, as: 'kind'
2294
+ property :next_page_token, as: 'nextPageToken'
2295
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::LiaSettings, decorator: Google::Apis::ContentV2_1::LiaSettings::Representation
2296
+
2297
+ end
2298
+ end
2299
+
2300
+ class LiasettingsRequestGmbAccessResponse
2301
+ # @private
2302
+ class Representation < Google::Apis::Core::JsonRepresentation
2303
+ property :kind, as: 'kind'
2304
+ end
2305
+ end
2306
+
2307
+ class LiasettingsRequestInventoryVerificationResponse
2308
+ # @private
2309
+ class Representation < Google::Apis::Core::JsonRepresentation
2310
+ property :kind, as: 'kind'
2311
+ end
2312
+ end
2313
+
2314
+ class LiasettingsSetInventoryVerificationContactResponse
2315
+ # @private
2316
+ class Representation < Google::Apis::Core::JsonRepresentation
2317
+ property :kind, as: 'kind'
2318
+ end
2319
+ end
2320
+
2321
+ class LiasettingsSetPosDataProviderResponse
2322
+ # @private
2323
+ class Representation < Google::Apis::Core::JsonRepresentation
2324
+ property :kind, as: 'kind'
2325
+ end
2326
+ end
2327
+
2328
+ class LocationIdSet
2329
+ # @private
2330
+ class Representation < Google::Apis::Core::JsonRepresentation
2331
+ collection :location_ids, as: 'locationIds'
2332
+ end
2333
+ end
2334
+
2335
+ class LoyaltyPoints
2336
+ # @private
2337
+ class Representation < Google::Apis::Core::JsonRepresentation
2338
+ property :name, as: 'name'
2339
+ property :points_value, :numeric_string => true, as: 'pointsValue'
2340
+ property :ratio, as: 'ratio'
2341
+ end
2342
+ end
2343
+
2344
+ class MerchantOrderReturn
2345
+ # @private
2346
+ class Representation < Google::Apis::Core::JsonRepresentation
2347
+ property :creation_date, as: 'creationDate'
2348
+ property :merchant_order_id, as: 'merchantOrderId'
2349
+ property :order_id, as: 'orderId'
2350
+ property :order_return_id, as: 'orderReturnId'
2351
+ collection :return_items, as: 'returnItems', class: Google::Apis::ContentV2_1::MerchantOrderReturnItem, decorator: Google::Apis::ContentV2_1::MerchantOrderReturnItem::Representation
2352
+
2353
+ collection :return_shipments, as: 'returnShipments', class: Google::Apis::ContentV2_1::ReturnShipment, decorator: Google::Apis::ContentV2_1::ReturnShipment::Representation
2354
+
2355
+ end
2356
+ end
2357
+
2358
+ class MerchantOrderReturnItem
2359
+ # @private
2360
+ class Representation < Google::Apis::Core::JsonRepresentation
2361
+ property :customer_return_reason, as: 'customerReturnReason', class: Google::Apis::ContentV2_1::CustomerReturnReason, decorator: Google::Apis::ContentV2_1::CustomerReturnReason::Representation
2362
+
2363
+ property :item_id, as: 'itemId'
2364
+ property :merchant_return_reason, as: 'merchantReturnReason', class: Google::Apis::ContentV2_1::RefundReason, decorator: Google::Apis::ContentV2_1::RefundReason::Representation
2365
+
2366
+ property :product, as: 'product', class: Google::Apis::ContentV2_1::OrderLineItemProduct, decorator: Google::Apis::ContentV2_1::OrderLineItemProduct::Representation
2367
+
2368
+ collection :return_shipment_ids, as: 'returnShipmentIds'
2369
+ property :state, as: 'state'
2370
+ end
2371
+ end
2372
+
2373
+ class Order
2374
+ # @private
2375
+ class Representation < Google::Apis::Core::JsonRepresentation
2376
+ property :acknowledged, as: 'acknowledged'
2377
+ property :billing_address, as: 'billingAddress', class: Google::Apis::ContentV2_1::OrderAddress, decorator: Google::Apis::ContentV2_1::OrderAddress::Representation
2378
+
2379
+ property :channel_type, as: 'channelType'
2380
+ property :customer, as: 'customer', class: Google::Apis::ContentV2_1::OrderCustomer, decorator: Google::Apis::ContentV2_1::OrderCustomer::Representation
2381
+
2382
+ property :delivery_details, as: 'deliveryDetails', class: Google::Apis::ContentV2_1::OrderDeliveryDetails, decorator: Google::Apis::ContentV2_1::OrderDeliveryDetails::Representation
2383
+
2384
+ property :id, as: 'id'
2385
+ property :kind, as: 'kind'
2386
+ collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2_1::OrderLineItem, decorator: Google::Apis::ContentV2_1::OrderLineItem::Representation
2387
+
2388
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
2389
+ property :merchant_order_id, as: 'merchantOrderId'
2390
+ property :net_amount, as: 'netAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2391
+
2392
+ property :payment_status, as: 'paymentStatus'
2393
+ property :placed_date, as: 'placedDate'
2394
+ collection :promotions, as: 'promotions', class: Google::Apis::ContentV2_1::OrderPromotion, decorator: Google::Apis::ContentV2_1::OrderPromotion::Representation
2395
+
2396
+ collection :refunds, as: 'refunds', class: Google::Apis::ContentV2_1::OrderRefund, decorator: Google::Apis::ContentV2_1::OrderRefund::Representation
2397
+
2398
+ collection :shipments, as: 'shipments', class: Google::Apis::ContentV2_1::OrderShipment, decorator: Google::Apis::ContentV2_1::OrderShipment::Representation
2399
+
2400
+ property :shipping_cost, as: 'shippingCost', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2401
+
2402
+ property :shipping_cost_tax, as: 'shippingCostTax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2403
+
2404
+ property :shipping_option, as: 'shippingOption'
2405
+ property :status, as: 'status'
2406
+ end
2407
+ end
2408
+
2409
+ class OrderAddress
2410
+ # @private
2411
+ class Representation < Google::Apis::Core::JsonRepresentation
2412
+ property :country, as: 'country'
2413
+ collection :full_address, as: 'fullAddress'
2414
+ property :is_post_office_box, as: 'isPostOfficeBox'
2415
+ property :locality, as: 'locality'
2416
+ property :postal_code, as: 'postalCode'
2417
+ property :recipient_name, as: 'recipientName'
2418
+ property :region, as: 'region'
2419
+ collection :street_address, as: 'streetAddress'
2420
+ end
2421
+ end
2422
+
2423
+ class OrderCancellation
2424
+ # @private
2425
+ class Representation < Google::Apis::Core::JsonRepresentation
2426
+ property :actor, as: 'actor'
2427
+ property :creation_date, as: 'creationDate'
2428
+ property :quantity, as: 'quantity'
2429
+ property :reason, as: 'reason'
2430
+ property :reason_text, as: 'reasonText'
2431
+ end
2432
+ end
2433
+
2434
+ class OrderCustomer
2435
+ # @private
2436
+ class Representation < Google::Apis::Core::JsonRepresentation
2437
+ property :email, as: 'email'
2438
+ property :full_name, as: 'fullName'
2439
+ property :marketing_rights_info, as: 'marketingRightsInfo', class: Google::Apis::ContentV2_1::OrderCustomerMarketingRightsInfo, decorator: Google::Apis::ContentV2_1::OrderCustomerMarketingRightsInfo::Representation
2440
+
2441
+ end
2442
+ end
2443
+
2444
+ class OrderCustomerMarketingRightsInfo
2445
+ # @private
2446
+ class Representation < Google::Apis::Core::JsonRepresentation
2447
+ property :explicit_marketing_preference, as: 'explicitMarketingPreference'
2448
+ property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
2449
+ property :marketing_email_address, as: 'marketingEmailAddress'
2450
+ end
2451
+ end
2452
+
2453
+ class OrderDeliveryDetails
2454
+ # @private
2455
+ class Representation < Google::Apis::Core::JsonRepresentation
2456
+ property :address, as: 'address', class: Google::Apis::ContentV2_1::OrderAddress, decorator: Google::Apis::ContentV2_1::OrderAddress::Representation
2457
+
2458
+ property :phone_number, as: 'phoneNumber'
2459
+ end
2460
+ end
2461
+
2462
+ class OrderLineItem
2463
+ # @private
2464
+ class Representation < Google::Apis::Core::JsonRepresentation
2465
+ collection :annotations, as: 'annotations', class: Google::Apis::ContentV2_1::OrderMerchantProvidedAnnotation, decorator: Google::Apis::ContentV2_1::OrderMerchantProvidedAnnotation::Representation
2466
+
2467
+ collection :cancellations, as: 'cancellations', class: Google::Apis::ContentV2_1::OrderCancellation, decorator: Google::Apis::ContentV2_1::OrderCancellation::Representation
2468
+
2469
+ property :id, as: 'id'
2470
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2471
+
2472
+ property :product, as: 'product', class: Google::Apis::ContentV2_1::OrderLineItemProduct, decorator: Google::Apis::ContentV2_1::OrderLineItemProduct::Representation
2473
+
2474
+ property :quantity_canceled, as: 'quantityCanceled'
2475
+ property :quantity_delivered, as: 'quantityDelivered'
2476
+ property :quantity_ordered, as: 'quantityOrdered'
2477
+ property :quantity_pending, as: 'quantityPending'
2478
+ property :quantity_returned, as: 'quantityReturned'
2479
+ property :quantity_shipped, as: 'quantityShipped'
2480
+ property :return_info, as: 'returnInfo', class: Google::Apis::ContentV2_1::OrderLineItemReturnInfo, decorator: Google::Apis::ContentV2_1::OrderLineItemReturnInfo::Representation
2481
+
2482
+ collection :returns, as: 'returns', class: Google::Apis::ContentV2_1::OrderReturn, decorator: Google::Apis::ContentV2_1::OrderReturn::Representation
2483
+
2484
+ property :shipping_details, as: 'shippingDetails', class: Google::Apis::ContentV2_1::OrderLineItemShippingDetails, decorator: Google::Apis::ContentV2_1::OrderLineItemShippingDetails::Representation
2485
+
2486
+ property :tax, as: 'tax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2487
+
2488
+ end
2489
+ end
2490
+
2491
+ class OrderLineItemProduct
2492
+ # @private
2493
+ class Representation < Google::Apis::Core::JsonRepresentation
2494
+ property :brand, as: 'brand'
2495
+ property :channel, as: 'channel'
2496
+ property :condition, as: 'condition'
2497
+ property :content_language, as: 'contentLanguage'
2498
+ collection :fees, as: 'fees', class: Google::Apis::ContentV2_1::OrderLineItemProductFee, decorator: Google::Apis::ContentV2_1::OrderLineItemProductFee::Representation
2499
+
2500
+ property :gtin, as: 'gtin'
2501
+ property :id, as: 'id'
2502
+ property :image_link, as: 'imageLink'
2503
+ property :item_group_id, as: 'itemGroupId'
2504
+ property :mpn, as: 'mpn'
2505
+ property :offer_id, as: 'offerId'
2506
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2507
+
2508
+ property :shown_image, as: 'shownImage'
2509
+ property :target_country, as: 'targetCountry'
2510
+ property :title, as: 'title'
2511
+ collection :variant_attributes, as: 'variantAttributes', class: Google::Apis::ContentV2_1::OrderLineItemProductVariantAttribute, decorator: Google::Apis::ContentV2_1::OrderLineItemProductVariantAttribute::Representation
2512
+
2513
+ end
2514
+ end
2515
+
2516
+ class OrderLineItemProductFee
2517
+ # @private
2518
+ class Representation < Google::Apis::Core::JsonRepresentation
2519
+ property :amount, as: 'amount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2520
+
2521
+ property :name, as: 'name'
2522
+ end
2523
+ end
2524
+
2525
+ class OrderLineItemProductVariantAttribute
2526
+ # @private
2527
+ class Representation < Google::Apis::Core::JsonRepresentation
2528
+ property :dimension, as: 'dimension'
2529
+ property :value, as: 'value'
2530
+ end
2531
+ end
2532
+
2533
+ class OrderLineItemReturnInfo
2534
+ # @private
2535
+ class Representation < Google::Apis::Core::JsonRepresentation
2536
+ property :days_to_return, as: 'daysToReturn'
2537
+ property :is_returnable, as: 'isReturnable'
2538
+ property :policy_url, as: 'policyUrl'
2539
+ end
2540
+ end
2541
+
2542
+ class OrderLineItemShippingDetails
2543
+ # @private
2544
+ class Representation < Google::Apis::Core::JsonRepresentation
2545
+ property :deliver_by_date, as: 'deliverByDate'
2546
+ property :method_prop, as: 'method', class: Google::Apis::ContentV2_1::OrderLineItemShippingDetailsMethod, decorator: Google::Apis::ContentV2_1::OrderLineItemShippingDetailsMethod::Representation
2547
+
2548
+ property :ship_by_date, as: 'shipByDate'
2549
+ end
2550
+ end
2551
+
2552
+ class OrderLineItemShippingDetailsMethod
2553
+ # @private
2554
+ class Representation < Google::Apis::Core::JsonRepresentation
2555
+ property :carrier, as: 'carrier'
2556
+ property :max_days_in_transit, as: 'maxDaysInTransit'
2557
+ property :method_name, as: 'methodName'
2558
+ property :min_days_in_transit, as: 'minDaysInTransit'
2559
+ end
2560
+ end
2561
+
2562
+ class OrderMerchantProvidedAnnotation
2563
+ # @private
2564
+ class Representation < Google::Apis::Core::JsonRepresentation
2565
+ property :key, as: 'key'
2566
+ property :value, as: 'value'
2567
+ end
2568
+ end
2569
+
2570
+ class OrderPromotion
2571
+ # @private
2572
+ class Representation < Google::Apis::Core::JsonRepresentation
2573
+ collection :applicable_items, as: 'applicableItems', class: Google::Apis::ContentV2_1::OrderPromotionItem, decorator: Google::Apis::ContentV2_1::OrderPromotionItem::Representation
2574
+
2575
+ collection :applied_items, as: 'appliedItems', class: Google::Apis::ContentV2_1::OrderPromotionItem, decorator: Google::Apis::ContentV2_1::OrderPromotionItem::Representation
2576
+
2577
+ property :funder, as: 'funder'
2578
+ property :merchant_promotion_id, as: 'merchantPromotionId'
2579
+ property :pretax_value, as: 'pretaxValue', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2580
+
2581
+ property :short_title, as: 'shortTitle'
2582
+ property :subtype, as: 'subtype'
2583
+ property :tax_value, as: 'taxValue', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2584
+
2585
+ property :title, as: 'title'
2586
+ property :type, as: 'type'
2587
+ end
2588
+ end
2589
+
2590
+ class OrderPromotionItem
2591
+ # @private
2592
+ class Representation < Google::Apis::Core::JsonRepresentation
2593
+ property :line_item_id, as: 'lineItemId'
2594
+ property :product_id, as: 'productId'
2595
+ property :quantity, as: 'quantity'
2596
+ end
2597
+ end
2598
+
2599
+ class OrderRefund
2600
+ # @private
2601
+ class Representation < Google::Apis::Core::JsonRepresentation
2602
+ property :actor, as: 'actor'
2603
+ property :amount, as: 'amount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2604
+
2605
+ property :creation_date, as: 'creationDate'
2606
+ property :reason, as: 'reason'
2607
+ property :reason_text, as: 'reasonText'
2608
+ end
2609
+ end
2610
+
2611
+ class OrderReportDisbursement
2612
+ # @private
2613
+ class Representation < Google::Apis::Core::JsonRepresentation
2614
+ property :disbursement_amount, as: 'disbursementAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2615
+
2616
+ property :disbursement_creation_date, as: 'disbursementCreationDate'
2617
+ property :disbursement_date, as: 'disbursementDate'
2618
+ property :disbursement_id, as: 'disbursementId'
2619
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
2620
+ end
2621
+ end
2622
+
2623
+ class OrderReportTransaction
2624
+ # @private
2625
+ class Representation < Google::Apis::Core::JsonRepresentation
2626
+ property :disbursement_amount, as: 'disbursementAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2627
+
2628
+ property :disbursement_creation_date, as: 'disbursementCreationDate'
2629
+ property :disbursement_date, as: 'disbursementDate'
2630
+ property :disbursement_id, as: 'disbursementId'
2631
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
2632
+ property :merchant_order_id, as: 'merchantOrderId'
2633
+ property :order_id, as: 'orderId'
2634
+ property :product_amount, as: 'productAmount', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
2635
+
2636
+ property :transaction_date, as: 'transactionDate'
2637
+ end
2638
+ end
2639
+
2640
+ class OrderReturn
2641
+ # @private
2642
+ class Representation < Google::Apis::Core::JsonRepresentation
2643
+ property :actor, as: 'actor'
2644
+ property :creation_date, as: 'creationDate'
2645
+ property :quantity, as: 'quantity'
2646
+ property :reason, as: 'reason'
2647
+ property :reason_text, as: 'reasonText'
2648
+ end
2649
+ end
2650
+
2651
+ class OrderShipment
2652
+ # @private
2653
+ class Representation < Google::Apis::Core::JsonRepresentation
2654
+ property :carrier, as: 'carrier'
2655
+ property :creation_date, as: 'creationDate'
2656
+ property :delivery_date, as: 'deliveryDate'
2657
+ property :id, as: 'id'
2658
+ collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2_1::OrderShipmentLineItemShipment, decorator: Google::Apis::ContentV2_1::OrderShipmentLineItemShipment::Representation
2659
+
2660
+ property :status, as: 'status'
2661
+ property :tracking_id, as: 'trackingId'
2662
+ end
2663
+ end
2664
+
2665
+ class OrderShipmentLineItemShipment
2666
+ # @private
2667
+ class Representation < Google::Apis::Core::JsonRepresentation
2668
+ property :line_item_id, as: 'lineItemId'
2669
+ property :product_id, as: 'productId'
2670
+ property :quantity, as: 'quantity'
2671
+ end
2672
+ end
2673
+
2674
+ class OrderinvoicesCreateChargeInvoiceRequest
2675
+ # @private
2676
+ class Representation < Google::Apis::Core::JsonRepresentation
2677
+ property :invoice_id, as: 'invoiceId'
2678
+ property :invoice_summary, as: 'invoiceSummary', class: Google::Apis::ContentV2_1::InvoiceSummary, decorator: Google::Apis::ContentV2_1::InvoiceSummary::Representation
2679
+
2680
+ collection :line_item_invoices, as: 'lineItemInvoices', class: Google::Apis::ContentV2_1::ShipmentInvoiceLineItemInvoice, decorator: Google::Apis::ContentV2_1::ShipmentInvoiceLineItemInvoice::Representation
2681
+
2682
+ property :operation_id, as: 'operationId'
2683
+ property :shipment_group_id, as: 'shipmentGroupId'
2684
+ end
2685
+ end
2686
+
2687
+ class OrderinvoicesCreateChargeInvoiceResponse
2688
+ # @private
2689
+ class Representation < Google::Apis::Core::JsonRepresentation
2690
+ property :execution_status, as: 'executionStatus'
2691
+ property :kind, as: 'kind'
2692
+ end
2693
+ end
2694
+
2695
+ class OrderinvoicesCreateRefundInvoiceRequest
2696
+ # @private
2697
+ class Representation < Google::Apis::Core::JsonRepresentation
2698
+ property :invoice_id, as: 'invoiceId'
2699
+ property :operation_id, as: 'operationId'
2700
+ property :refund_only_option, as: 'refundOnlyOption', class: Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption, decorator: Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption::Representation
2701
+
2702
+ property :return_option, as: 'returnOption', class: Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption, decorator: Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption::Representation
2703
+
2704
+ collection :shipment_invoices, as: 'shipmentInvoices', class: Google::Apis::ContentV2_1::ShipmentInvoice, decorator: Google::Apis::ContentV2_1::ShipmentInvoice::Representation
2705
+
2706
+ end
2707
+ end
2708
+
2709
+ class OrderinvoicesCreateRefundInvoiceResponse
2710
+ # @private
2711
+ class Representation < Google::Apis::Core::JsonRepresentation
2712
+ property :execution_status, as: 'executionStatus'
2713
+ property :kind, as: 'kind'
2714
+ end
2715
+ end
2716
+
2717
+ class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
2718
+ # @private
2719
+ class Representation < Google::Apis::Core::JsonRepresentation
2720
+ property :description, as: 'description'
2721
+ property :reason, as: 'reason'
2722
+ end
2723
+ end
2724
+
2725
+ class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption
2726
+ # @private
2727
+ class Representation < Google::Apis::Core::JsonRepresentation
2728
+ property :description, as: 'description'
2729
+ property :reason, as: 'reason'
2730
+ end
2731
+ end
2732
+
2733
+ class OrderpaymentsNotifyAuthApprovedRequest
2734
+ # @private
2735
+ class Representation < Google::Apis::Core::JsonRepresentation
2736
+ property :auth_amount_pretax, as: 'authAmountPretax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2737
+
2738
+ property :auth_amount_tax, as: 'authAmountTax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2739
+
2740
+ end
2741
+ end
2742
+
2743
+ class OrderpaymentsNotifyAuthApprovedResponse
2744
+ # @private
2745
+ class Representation < Google::Apis::Core::JsonRepresentation
2746
+ property :execution_status, as: 'executionStatus'
2747
+ property :kind, as: 'kind'
2748
+ end
2749
+ end
2750
+
2751
+ class OrderpaymentsNotifyAuthDeclinedRequest
2752
+ # @private
2753
+ class Representation < Google::Apis::Core::JsonRepresentation
2754
+ property :decline_reason, as: 'declineReason'
2755
+ end
2756
+ end
2757
+
2758
+ class OrderpaymentsNotifyAuthDeclinedResponse
2759
+ # @private
2760
+ class Representation < Google::Apis::Core::JsonRepresentation
2761
+ property :execution_status, as: 'executionStatus'
2762
+ property :kind, as: 'kind'
2763
+ end
2764
+ end
2765
+
2766
+ class OrderpaymentsNotifyChargeRequest
2767
+ # @private
2768
+ class Representation < Google::Apis::Core::JsonRepresentation
2769
+ property :charge_state, as: 'chargeState'
2770
+ collection :invoice_ids, as: 'invoiceIds'
2771
+ end
2772
+ end
2773
+
2774
+ class OrderpaymentsNotifyChargeResponse
2775
+ # @private
2776
+ class Representation < Google::Apis::Core::JsonRepresentation
2777
+ property :execution_status, as: 'executionStatus'
2778
+ property :kind, as: 'kind'
2779
+ end
2780
+ end
2781
+
2782
+ class OrderpaymentsNotifyRefundRequest
2783
+ # @private
2784
+ class Representation < Google::Apis::Core::JsonRepresentation
2785
+ collection :invoice_ids, as: 'invoiceIds'
2786
+ property :refund_state, as: 'refundState'
2787
+ end
2788
+ end
2789
+
2790
+ class OrderpaymentsNotifyRefundResponse
2791
+ # @private
2792
+ class Representation < Google::Apis::Core::JsonRepresentation
2793
+ property :execution_status, as: 'executionStatus'
2794
+ property :kind, as: 'kind'
2795
+ end
2796
+ end
2797
+
2798
+ class OrderreportsListDisbursementsResponse
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ collection :disbursements, as: 'disbursements', class: Google::Apis::ContentV2_1::OrderReportDisbursement, decorator: Google::Apis::ContentV2_1::OrderReportDisbursement::Representation
2802
+
2803
+ property :kind, as: 'kind'
2804
+ property :next_page_token, as: 'nextPageToken'
2805
+ end
2806
+ end
2807
+
2808
+ class OrderreportsListTransactionsResponse
2809
+ # @private
2810
+ class Representation < Google::Apis::Core::JsonRepresentation
2811
+ property :kind, as: 'kind'
2812
+ property :next_page_token, as: 'nextPageToken'
2813
+ collection :transactions, as: 'transactions', class: Google::Apis::ContentV2_1::OrderReportTransaction, decorator: Google::Apis::ContentV2_1::OrderReportTransaction::Representation
2814
+
2815
+ end
2816
+ end
2817
+
2818
+ class OrderreturnsListResponse
2819
+ # @private
2820
+ class Representation < Google::Apis::Core::JsonRepresentation
2821
+ property :kind, as: 'kind'
2822
+ property :next_page_token, as: 'nextPageToken'
2823
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::MerchantOrderReturn, decorator: Google::Apis::ContentV2_1::MerchantOrderReturn::Representation
2824
+
2825
+ end
2826
+ end
2827
+
2828
+ class OrdersAcknowledgeRequest
2829
+ # @private
2830
+ class Representation < Google::Apis::Core::JsonRepresentation
2831
+ property :operation_id, as: 'operationId'
2832
+ end
2833
+ end
2834
+
2835
+ class OrdersAcknowledgeResponse
2836
+ # @private
2837
+ class Representation < Google::Apis::Core::JsonRepresentation
2838
+ property :execution_status, as: 'executionStatus'
2839
+ property :kind, as: 'kind'
2840
+ end
2841
+ end
2842
+
2843
+ class OrdersAdvanceTestOrderResponse
2844
+ # @private
2845
+ class Representation < Google::Apis::Core::JsonRepresentation
2846
+ property :kind, as: 'kind'
2847
+ end
2848
+ end
2849
+
2850
+ class OrdersCancelLineItemRequest
2851
+ # @private
2852
+ class Representation < Google::Apis::Core::JsonRepresentation
2853
+ property :line_item_id, as: 'lineItemId'
2854
+ property :operation_id, as: 'operationId'
2855
+ property :product_id, as: 'productId'
2856
+ property :quantity, as: 'quantity'
2857
+ property :reason, as: 'reason'
2858
+ property :reason_text, as: 'reasonText'
2859
+ end
2860
+ end
2861
+
2862
+ class OrdersCancelLineItemResponse
2863
+ # @private
2864
+ class Representation < Google::Apis::Core::JsonRepresentation
2865
+ property :execution_status, as: 'executionStatus'
2866
+ property :kind, as: 'kind'
2867
+ end
2868
+ end
2869
+
2870
+ class OrdersCancelRequest
2871
+ # @private
2872
+ class Representation < Google::Apis::Core::JsonRepresentation
2873
+ property :operation_id, as: 'operationId'
2874
+ property :reason, as: 'reason'
2875
+ property :reason_text, as: 'reasonText'
2876
+ end
2877
+ end
2878
+
2879
+ class OrdersCancelResponse
2880
+ # @private
2881
+ class Representation < Google::Apis::Core::JsonRepresentation
2882
+ property :execution_status, as: 'executionStatus'
2883
+ property :kind, as: 'kind'
2884
+ end
2885
+ end
2886
+
2887
+ class OrdersCancelTestOrderByCustomerRequest
2888
+ # @private
2889
+ class Representation < Google::Apis::Core::JsonRepresentation
2890
+ property :reason, as: 'reason'
2891
+ end
2892
+ end
2893
+
2894
+ class OrdersCancelTestOrderByCustomerResponse
2895
+ # @private
2896
+ class Representation < Google::Apis::Core::JsonRepresentation
2897
+ property :kind, as: 'kind'
2898
+ end
2899
+ end
2900
+
2901
+ class OrdersCreateTestOrderRequest
2902
+ # @private
2903
+ class Representation < Google::Apis::Core::JsonRepresentation
2904
+ property :country, as: 'country'
2905
+ property :template_name, as: 'templateName'
2906
+ property :test_order, as: 'testOrder', class: Google::Apis::ContentV2_1::TestOrder, decorator: Google::Apis::ContentV2_1::TestOrder::Representation
2907
+
2908
+ end
2909
+ end
2910
+
2911
+ class OrdersCreateTestOrderResponse
2912
+ # @private
2913
+ class Representation < Google::Apis::Core::JsonRepresentation
2914
+ property :kind, as: 'kind'
2915
+ property :order_id, as: 'orderId'
2916
+ end
2917
+ end
2918
+
2919
+ class OrdersCreateTestReturnRequest
2920
+ # @private
2921
+ class Representation < Google::Apis::Core::JsonRepresentation
2922
+ collection :items, as: 'items', class: Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem, decorator: Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem::Representation
2923
+
2924
+ end
2925
+ end
2926
+
2927
+ class OrdersCreateTestReturnResponse
2928
+ # @private
2929
+ class Representation < Google::Apis::Core::JsonRepresentation
2930
+ property :kind, as: 'kind'
2931
+ property :return_id, as: 'returnId'
2932
+ end
2933
+ end
2934
+
2935
+ class OrdersCustomBatchRequestEntryCreateTestReturnReturnItem
2936
+ # @private
2937
+ class Representation < Google::Apis::Core::JsonRepresentation
2938
+ property :line_item_id, as: 'lineItemId'
2939
+ property :quantity, as: 'quantity'
2940
+ end
2941
+ end
2942
+
2943
+ class OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo
2944
+ # @private
2945
+ class Representation < Google::Apis::Core::JsonRepresentation
2946
+ property :carrier, as: 'carrier'
2947
+ property :shipment_id, as: 'shipmentId'
2948
+ property :tracking_id, as: 'trackingId'
2949
+ end
2950
+ end
2951
+
2952
+ class OrdersGetByMerchantOrderIdResponse
2953
+ # @private
2954
+ class Representation < Google::Apis::Core::JsonRepresentation
2955
+ property :kind, as: 'kind'
2956
+ property :order, as: 'order', class: Google::Apis::ContentV2_1::Order, decorator: Google::Apis::ContentV2_1::Order::Representation
2957
+
2958
+ end
2959
+ end
2960
+
2961
+ class OrdersGetTestOrderTemplateResponse
2962
+ # @private
2963
+ class Representation < Google::Apis::Core::JsonRepresentation
2964
+ property :kind, as: 'kind'
2965
+ property :template, as: 'template', class: Google::Apis::ContentV2_1::TestOrder, decorator: Google::Apis::ContentV2_1::TestOrder::Representation
2966
+
2967
+ end
2968
+ end
2969
+
2970
+ class OrdersInStoreRefundLineItemRequest
2971
+ # @private
2972
+ class Representation < Google::Apis::Core::JsonRepresentation
2973
+ property :line_item_id, as: 'lineItemId'
2974
+ property :operation_id, as: 'operationId'
2975
+ property :price_amount, as: 'priceAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2976
+
2977
+ property :product_id, as: 'productId'
2978
+ property :quantity, as: 'quantity'
2979
+ property :reason, as: 'reason'
2980
+ property :reason_text, as: 'reasonText'
2981
+ property :tax_amount, as: 'taxAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
2982
+
2983
+ end
2984
+ end
2985
+
2986
+ class OrdersInStoreRefundLineItemResponse
2987
+ # @private
2988
+ class Representation < Google::Apis::Core::JsonRepresentation
2989
+ property :execution_status, as: 'executionStatus'
2990
+ property :kind, as: 'kind'
2991
+ end
2992
+ end
2993
+
2994
+ class OrdersListResponse
2995
+ # @private
2996
+ class Representation < Google::Apis::Core::JsonRepresentation
2997
+ property :kind, as: 'kind'
2998
+ property :next_page_token, as: 'nextPageToken'
2999
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::Order, decorator: Google::Apis::ContentV2_1::Order::Representation
3000
+
3001
+ end
3002
+ end
3003
+
3004
+ class OrdersRejectReturnLineItemRequest
3005
+ # @private
3006
+ class Representation < Google::Apis::Core::JsonRepresentation
3007
+ property :line_item_id, as: 'lineItemId'
3008
+ property :operation_id, as: 'operationId'
3009
+ property :product_id, as: 'productId'
3010
+ property :quantity, as: 'quantity'
3011
+ property :reason, as: 'reason'
3012
+ property :reason_text, as: 'reasonText'
3013
+ end
3014
+ end
3015
+
3016
+ class OrdersRejectReturnLineItemResponse
3017
+ # @private
3018
+ class Representation < Google::Apis::Core::JsonRepresentation
3019
+ property :execution_status, as: 'executionStatus'
3020
+ property :kind, as: 'kind'
3021
+ end
3022
+ end
3023
+
3024
+ class OrdersReturnRefundLineItemRequest
3025
+ # @private
3026
+ class Representation < Google::Apis::Core::JsonRepresentation
3027
+ property :line_item_id, as: 'lineItemId'
3028
+ property :operation_id, as: 'operationId'
3029
+ property :price_amount, as: 'priceAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3030
+
3031
+ property :product_id, as: 'productId'
3032
+ property :quantity, as: 'quantity'
3033
+ property :reason, as: 'reason'
3034
+ property :reason_text, as: 'reasonText'
3035
+ property :tax_amount, as: 'taxAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3036
+
3037
+ end
3038
+ end
3039
+
3040
+ class OrdersReturnRefundLineItemResponse
3041
+ # @private
3042
+ class Representation < Google::Apis::Core::JsonRepresentation
3043
+ property :execution_status, as: 'executionStatus'
3044
+ property :kind, as: 'kind'
3045
+ end
3046
+ end
3047
+
3048
+ class OrdersSetLineItemMetadataRequest
3049
+ # @private
3050
+ class Representation < Google::Apis::Core::JsonRepresentation
3051
+ collection :annotations, as: 'annotations', class: Google::Apis::ContentV2_1::OrderMerchantProvidedAnnotation, decorator: Google::Apis::ContentV2_1::OrderMerchantProvidedAnnotation::Representation
3052
+
3053
+ property :line_item_id, as: 'lineItemId'
3054
+ property :operation_id, as: 'operationId'
3055
+ property :product_id, as: 'productId'
3056
+ end
3057
+ end
3058
+
3059
+ class OrdersSetLineItemMetadataResponse
3060
+ # @private
3061
+ class Representation < Google::Apis::Core::JsonRepresentation
3062
+ property :execution_status, as: 'executionStatus'
3063
+ property :kind, as: 'kind'
3064
+ end
3065
+ end
3066
+
3067
+ class OrdersShipLineItemsRequest
3068
+ # @private
3069
+ class Representation < Google::Apis::Core::JsonRepresentation
3070
+ collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2_1::OrderShipmentLineItemShipment, decorator: Google::Apis::ContentV2_1::OrderShipmentLineItemShipment::Representation
3071
+
3072
+ property :operation_id, as: 'operationId'
3073
+ property :shipment_group_id, as: 'shipmentGroupId'
3074
+ collection :shipment_infos, as: 'shipmentInfos', class: Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo, decorator: Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo::Representation
3075
+
3076
+ end
3077
+ end
3078
+
3079
+ class OrdersShipLineItemsResponse
3080
+ # @private
3081
+ class Representation < Google::Apis::Core::JsonRepresentation
3082
+ property :execution_status, as: 'executionStatus'
3083
+ property :kind, as: 'kind'
3084
+ end
3085
+ end
3086
+
3087
+ class OrdersUpdateLineItemShippingDetailsRequest
3088
+ # @private
3089
+ class Representation < Google::Apis::Core::JsonRepresentation
3090
+ property :deliver_by_date, as: 'deliverByDate'
3091
+ property :line_item_id, as: 'lineItemId'
3092
+ property :operation_id, as: 'operationId'
3093
+ property :product_id, as: 'productId'
3094
+ property :ship_by_date, as: 'shipByDate'
3095
+ end
3096
+ end
3097
+
3098
+ class OrdersUpdateLineItemShippingDetailsResponse
3099
+ # @private
3100
+ class Representation < Google::Apis::Core::JsonRepresentation
3101
+ property :execution_status, as: 'executionStatus'
3102
+ property :kind, as: 'kind'
3103
+ end
3104
+ end
3105
+
3106
+ class OrdersUpdateMerchantOrderIdRequest
3107
+ # @private
3108
+ class Representation < Google::Apis::Core::JsonRepresentation
3109
+ property :merchant_order_id, as: 'merchantOrderId'
3110
+ property :operation_id, as: 'operationId'
3111
+ end
3112
+ end
3113
+
3114
+ class OrdersUpdateMerchantOrderIdResponse
3115
+ # @private
3116
+ class Representation < Google::Apis::Core::JsonRepresentation
3117
+ property :execution_status, as: 'executionStatus'
3118
+ property :kind, as: 'kind'
3119
+ end
3120
+ end
3121
+
3122
+ class OrdersUpdateShipmentRequest
3123
+ # @private
3124
+ class Representation < Google::Apis::Core::JsonRepresentation
3125
+ property :carrier, as: 'carrier'
3126
+ property :delivery_date, as: 'deliveryDate'
3127
+ property :operation_id, as: 'operationId'
3128
+ property :shipment_id, as: 'shipmentId'
3129
+ property :status, as: 'status'
3130
+ property :tracking_id, as: 'trackingId'
3131
+ end
3132
+ end
3133
+
3134
+ class OrdersUpdateShipmentResponse
3135
+ # @private
3136
+ class Representation < Google::Apis::Core::JsonRepresentation
3137
+ property :execution_status, as: 'executionStatus'
3138
+ property :kind, as: 'kind'
3139
+ end
3140
+ end
3141
+
3142
+ class PosCustomBatchRequest
3143
+ # @private
3144
+ class Representation < Google::Apis::Core::JsonRepresentation
3145
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::PosCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::PosCustomBatchRequestEntry::Representation
3146
+
3147
+ end
3148
+ end
3149
+
3150
+ class PosCustomBatchRequestEntry
3151
+ # @private
3152
+ class Representation < Google::Apis::Core::JsonRepresentation
3153
+ property :batch_id, as: 'batchId'
3154
+ property :inventory, as: 'inventory', class: Google::Apis::ContentV2_1::PosInventory, decorator: Google::Apis::ContentV2_1::PosInventory::Representation
3155
+
3156
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
3157
+ property :method_prop, as: 'method'
3158
+ property :sale, as: 'sale', class: Google::Apis::ContentV2_1::PosSale, decorator: Google::Apis::ContentV2_1::PosSale::Representation
3159
+
3160
+ property :store, as: 'store', class: Google::Apis::ContentV2_1::PosStore, decorator: Google::Apis::ContentV2_1::PosStore::Representation
3161
+
3162
+ property :store_code, as: 'storeCode'
3163
+ property :target_merchant_id, :numeric_string => true, as: 'targetMerchantId'
3164
+ end
3165
+ end
3166
+
3167
+ class PosCustomBatchResponse
3168
+ # @private
3169
+ class Representation < Google::Apis::Core::JsonRepresentation
3170
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::PosCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::PosCustomBatchResponseEntry::Representation
3171
+
3172
+ property :kind, as: 'kind'
3173
+ end
3174
+ end
3175
+
3176
+ class PosCustomBatchResponseEntry
3177
+ # @private
3178
+ class Representation < Google::Apis::Core::JsonRepresentation
3179
+ property :batch_id, as: 'batchId'
3180
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
3181
+
3182
+ property :inventory, as: 'inventory', class: Google::Apis::ContentV2_1::PosInventory, decorator: Google::Apis::ContentV2_1::PosInventory::Representation
3183
+
3184
+ property :kind, as: 'kind'
3185
+ property :sale, as: 'sale', class: Google::Apis::ContentV2_1::PosSale, decorator: Google::Apis::ContentV2_1::PosSale::Representation
3186
+
3187
+ property :store, as: 'store', class: Google::Apis::ContentV2_1::PosStore, decorator: Google::Apis::ContentV2_1::PosStore::Representation
3188
+
3189
+ end
3190
+ end
3191
+
3192
+ class PosDataProviders
3193
+ # @private
3194
+ class Representation < Google::Apis::Core::JsonRepresentation
3195
+ property :country, as: 'country'
3196
+ collection :pos_data_providers, as: 'posDataProviders', class: Google::Apis::ContentV2_1::PosDataProvidersPosDataProvider, decorator: Google::Apis::ContentV2_1::PosDataProvidersPosDataProvider::Representation
3197
+
3198
+ end
3199
+ end
3200
+
3201
+ class PosDataProvidersPosDataProvider
3202
+ # @private
3203
+ class Representation < Google::Apis::Core::JsonRepresentation
3204
+ property :display_name, as: 'displayName'
3205
+ property :full_name, as: 'fullName'
3206
+ property :provider_id, :numeric_string => true, as: 'providerId'
3207
+ end
3208
+ end
3209
+
3210
+ class PosInventory
3211
+ # @private
3212
+ class Representation < Google::Apis::Core::JsonRepresentation
3213
+ property :content_language, as: 'contentLanguage'
3214
+ property :gtin, as: 'gtin'
3215
+ property :item_id, as: 'itemId'
3216
+ property :kind, as: 'kind'
3217
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3218
+
3219
+ property :quantity, :numeric_string => true, as: 'quantity'
3220
+ property :store_code, as: 'storeCode'
3221
+ property :target_country, as: 'targetCountry'
3222
+ property :timestamp, as: 'timestamp'
3223
+ end
3224
+ end
3225
+
3226
+ class PosInventoryRequest
3227
+ # @private
3228
+ class Representation < Google::Apis::Core::JsonRepresentation
3229
+ property :content_language, as: 'contentLanguage'
3230
+ property :gtin, as: 'gtin'
3231
+ property :item_id, as: 'itemId'
3232
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3233
+
3234
+ property :quantity, :numeric_string => true, as: 'quantity'
3235
+ property :store_code, as: 'storeCode'
3236
+ property :target_country, as: 'targetCountry'
3237
+ property :timestamp, as: 'timestamp'
3238
+ end
3239
+ end
3240
+
3241
+ class PosInventoryResponse
3242
+ # @private
3243
+ class Representation < Google::Apis::Core::JsonRepresentation
3244
+ property :content_language, as: 'contentLanguage'
3245
+ property :gtin, as: 'gtin'
3246
+ property :item_id, as: 'itemId'
3247
+ property :kind, as: 'kind'
3248
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3249
+
3250
+ property :quantity, :numeric_string => true, as: 'quantity'
3251
+ property :store_code, as: 'storeCode'
3252
+ property :target_country, as: 'targetCountry'
3253
+ property :timestamp, as: 'timestamp'
3254
+ end
3255
+ end
3256
+
3257
+ class PosListResponse
3258
+ # @private
3259
+ class Representation < Google::Apis::Core::JsonRepresentation
3260
+ property :kind, as: 'kind'
3261
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::PosStore, decorator: Google::Apis::ContentV2_1::PosStore::Representation
3262
+
3263
+ end
3264
+ end
3265
+
3266
+ class PosSale
3267
+ # @private
3268
+ class Representation < Google::Apis::Core::JsonRepresentation
3269
+ property :content_language, as: 'contentLanguage'
3270
+ property :gtin, as: 'gtin'
3271
+ property :item_id, as: 'itemId'
3272
+ property :kind, as: 'kind'
3273
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3274
+
3275
+ property :quantity, :numeric_string => true, as: 'quantity'
3276
+ property :sale_id, as: 'saleId'
3277
+ property :store_code, as: 'storeCode'
3278
+ property :target_country, as: 'targetCountry'
3279
+ property :timestamp, as: 'timestamp'
3280
+ end
3281
+ end
3282
+
3283
+ class PosSaleRequest
3284
+ # @private
3285
+ class Representation < Google::Apis::Core::JsonRepresentation
3286
+ property :content_language, as: 'contentLanguage'
3287
+ property :gtin, as: 'gtin'
3288
+ property :item_id, as: 'itemId'
3289
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3290
+
3291
+ property :quantity, :numeric_string => true, as: 'quantity'
3292
+ property :sale_id, as: 'saleId'
3293
+ property :store_code, as: 'storeCode'
3294
+ property :target_country, as: 'targetCountry'
3295
+ property :timestamp, as: 'timestamp'
3296
+ end
3297
+ end
3298
+
3299
+ class PosSaleResponse
3300
+ # @private
3301
+ class Representation < Google::Apis::Core::JsonRepresentation
3302
+ property :content_language, as: 'contentLanguage'
3303
+ property :gtin, as: 'gtin'
3304
+ property :item_id, as: 'itemId'
3305
+ property :kind, as: 'kind'
3306
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3307
+
3308
+ property :quantity, :numeric_string => true, as: 'quantity'
3309
+ property :sale_id, as: 'saleId'
3310
+ property :store_code, as: 'storeCode'
3311
+ property :target_country, as: 'targetCountry'
3312
+ property :timestamp, as: 'timestamp'
3313
+ end
3314
+ end
3315
+
3316
+ class PosStore
3317
+ # @private
3318
+ class Representation < Google::Apis::Core::JsonRepresentation
3319
+ property :kind, as: 'kind'
3320
+ property :store_address, as: 'storeAddress'
3321
+ property :store_code, as: 'storeCode'
3322
+ end
3323
+ end
3324
+
3325
+ class PostalCodeGroup
3326
+ # @private
3327
+ class Representation < Google::Apis::Core::JsonRepresentation
3328
+ property :country, as: 'country'
3329
+ property :name, as: 'name'
3330
+ collection :postal_code_ranges, as: 'postalCodeRanges', class: Google::Apis::ContentV2_1::PostalCodeRange, decorator: Google::Apis::ContentV2_1::PostalCodeRange::Representation
3331
+
3332
+ end
3333
+ end
3334
+
3335
+ class PostalCodeRange
3336
+ # @private
3337
+ class Representation < Google::Apis::Core::JsonRepresentation
3338
+ property :postal_code_range_begin, as: 'postalCodeRangeBegin'
3339
+ property :postal_code_range_end, as: 'postalCodeRangeEnd'
3340
+ end
3341
+ end
3342
+
3343
+ class Price
3344
+ # @private
3345
+ class Representation < Google::Apis::Core::JsonRepresentation
3346
+ property :currency, as: 'currency'
3347
+ property :value, as: 'value'
3348
+ end
3349
+ end
3350
+
3351
+ class Product
3352
+ # @private
3353
+ class Representation < Google::Apis::Core::JsonRepresentation
3354
+ collection :additional_image_links, as: 'additionalImageLinks'
3355
+ property :ads_grouping, as: 'adsGrouping'
3356
+ collection :ads_labels, as: 'adsLabels'
3357
+ property :ads_redirect, as: 'adsRedirect'
3358
+ property :adult, as: 'adult'
3359
+ property :age_group, as: 'ageGroup'
3360
+ property :availability, as: 'availability'
3361
+ property :availability_date, as: 'availabilityDate'
3362
+ property :brand, as: 'brand'
3363
+ property :channel, as: 'channel'
3364
+ property :color, as: 'color'
3365
+ property :condition, as: 'condition'
3366
+ property :content_language, as: 'contentLanguage'
3367
+ property :cost_of_goods_sold, as: 'costOfGoodsSold', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3368
+
3369
+ collection :custom_attributes, as: 'customAttributes', class: Google::Apis::ContentV2_1::CustomAttribute, decorator: Google::Apis::ContentV2_1::CustomAttribute::Representation
3370
+
3371
+ property :custom_label0, as: 'customLabel0'
3372
+ property :custom_label1, as: 'customLabel1'
3373
+ property :custom_label2, as: 'customLabel2'
3374
+ property :custom_label3, as: 'customLabel3'
3375
+ property :custom_label4, as: 'customLabel4'
3376
+ property :description, as: 'description'
3377
+ property :display_ads_id, as: 'displayAdsId'
3378
+ property :display_ads_link, as: 'displayAdsLink'
3379
+ collection :display_ads_similar_ids, as: 'displayAdsSimilarIds'
3380
+ property :display_ads_title, as: 'displayAdsTitle'
3381
+ property :display_ads_value, as: 'displayAdsValue'
3382
+ property :energy_efficiency_class, as: 'energyEfficiencyClass'
3383
+ collection :excluded_destinations, as: 'excludedDestinations'
3384
+ property :expiration_date, as: 'expirationDate'
3385
+ property :gender, as: 'gender'
3386
+ property :google_product_category, as: 'googleProductCategory'
3387
+ property :gtin, as: 'gtin'
3388
+ property :id, as: 'id'
3389
+ property :identifier_exists, as: 'identifierExists'
3390
+ property :image_link, as: 'imageLink'
3391
+ collection :included_destinations, as: 'includedDestinations'
3392
+ property :installment, as: 'installment', class: Google::Apis::ContentV2_1::Installment, decorator: Google::Apis::ContentV2_1::Installment::Representation
3393
+
3394
+ property :is_bundle, as: 'isBundle'
3395
+ property :item_group_id, as: 'itemGroupId'
3396
+ property :kind, as: 'kind'
3397
+ property :link, as: 'link'
3398
+ property :loyalty_points, as: 'loyaltyPoints', class: Google::Apis::ContentV2_1::LoyaltyPoints, decorator: Google::Apis::ContentV2_1::LoyaltyPoints::Representation
3399
+
3400
+ property :material, as: 'material'
3401
+ property :max_energy_efficiency_class, as: 'maxEnergyEfficiencyClass'
3402
+ property :max_handling_time, :numeric_string => true, as: 'maxHandlingTime'
3403
+ property :min_energy_efficiency_class, as: 'minEnergyEfficiencyClass'
3404
+ property :min_handling_time, :numeric_string => true, as: 'minHandlingTime'
3405
+ property :mobile_link, as: 'mobileLink'
3406
+ property :mpn, as: 'mpn'
3407
+ property :multipack, :numeric_string => true, as: 'multipack'
3408
+ property :offer_id, as: 'offerId'
3409
+ property :pattern, as: 'pattern'
3410
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3411
+
3412
+ collection :product_types, as: 'productTypes'
3413
+ collection :promotion_ids, as: 'promotionIds'
3414
+ property :sale_price, as: 'salePrice', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3415
+
3416
+ property :sale_price_effective_date, as: 'salePriceEffectiveDate'
3417
+ property :sell_on_google_quantity, :numeric_string => true, as: 'sellOnGoogleQuantity'
3418
+ collection :shipping, as: 'shipping', class: Google::Apis::ContentV2_1::ProductShipping, decorator: Google::Apis::ContentV2_1::ProductShipping::Representation
3419
+
3420
+ property :shipping_height, as: 'shippingHeight', class: Google::Apis::ContentV2_1::ProductShippingDimension, decorator: Google::Apis::ContentV2_1::ProductShippingDimension::Representation
3421
+
3422
+ property :shipping_label, as: 'shippingLabel'
3423
+ property :shipping_length, as: 'shippingLength', class: Google::Apis::ContentV2_1::ProductShippingDimension, decorator: Google::Apis::ContentV2_1::ProductShippingDimension::Representation
3424
+
3425
+ property :shipping_weight, as: 'shippingWeight', class: Google::Apis::ContentV2_1::ProductShippingWeight, decorator: Google::Apis::ContentV2_1::ProductShippingWeight::Representation
3426
+
3427
+ property :shipping_width, as: 'shippingWidth', class: Google::Apis::ContentV2_1::ProductShippingDimension, decorator: Google::Apis::ContentV2_1::ProductShippingDimension::Representation
3428
+
3429
+ property :size_system, as: 'sizeSystem'
3430
+ property :size_type, as: 'sizeType'
3431
+ collection :sizes, as: 'sizes'
3432
+ property :source, as: 'source'
3433
+ property :target_country, as: 'targetCountry'
3434
+ collection :taxes, as: 'taxes', class: Google::Apis::ContentV2_1::ProductTax, decorator: Google::Apis::ContentV2_1::ProductTax::Representation
3435
+
3436
+ property :title, as: 'title'
3437
+ property :unit_pricing_base_measure, as: 'unitPricingBaseMeasure', class: Google::Apis::ContentV2_1::ProductUnitPricingBaseMeasure, decorator: Google::Apis::ContentV2_1::ProductUnitPricingBaseMeasure::Representation
3438
+
3439
+ property :unit_pricing_measure, as: 'unitPricingMeasure', class: Google::Apis::ContentV2_1::ProductUnitPricingMeasure, decorator: Google::Apis::ContentV2_1::ProductUnitPricingMeasure::Representation
3440
+
3441
+ end
3442
+ end
3443
+
3444
+ class ProductShipping
3445
+ # @private
3446
+ class Representation < Google::Apis::Core::JsonRepresentation
3447
+ property :country, as: 'country'
3448
+ property :location_group_name, as: 'locationGroupName'
3449
+ property :location_id, :numeric_string => true, as: 'locationId'
3450
+ property :postal_code, as: 'postalCode'
3451
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3452
+
3453
+ property :region, as: 'region'
3454
+ property :service, as: 'service'
3455
+ end
3456
+ end
3457
+
3458
+ class ProductShippingDimension
3459
+ # @private
3460
+ class Representation < Google::Apis::Core::JsonRepresentation
3461
+ property :unit, as: 'unit'
3462
+ property :value, as: 'value'
3463
+ end
3464
+ end
3465
+
3466
+ class ProductShippingWeight
3467
+ # @private
3468
+ class Representation < Google::Apis::Core::JsonRepresentation
3469
+ property :unit, as: 'unit'
3470
+ property :value, as: 'value'
3471
+ end
3472
+ end
3473
+
3474
+ class ProductStatus
3475
+ # @private
3476
+ class Representation < Google::Apis::Core::JsonRepresentation
3477
+ property :creation_date, as: 'creationDate'
3478
+ collection :destination_statuses, as: 'destinationStatuses', class: Google::Apis::ContentV2_1::ProductStatusDestinationStatus, decorator: Google::Apis::ContentV2_1::ProductStatusDestinationStatus::Representation
3479
+
3480
+ property :google_expiration_date, as: 'googleExpirationDate'
3481
+ collection :item_level_issues, as: 'itemLevelIssues', class: Google::Apis::ContentV2_1::ProductStatusItemLevelIssue, decorator: Google::Apis::ContentV2_1::ProductStatusItemLevelIssue::Representation
3482
+
3483
+ property :kind, as: 'kind'
3484
+ property :last_update_date, as: 'lastUpdateDate'
3485
+ property :link, as: 'link'
3486
+ property :product_id, as: 'productId'
3487
+ property :title, as: 'title'
3488
+ end
3489
+ end
3490
+
3491
+ class ProductStatusDestinationStatus
3492
+ # @private
3493
+ class Representation < Google::Apis::Core::JsonRepresentation
3494
+ property :destination, as: 'destination'
3495
+ property :status, as: 'status'
3496
+ end
3497
+ end
3498
+
3499
+ class ProductStatusItemLevelIssue
3500
+ # @private
3501
+ class Representation < Google::Apis::Core::JsonRepresentation
3502
+ property :attribute_name, as: 'attributeName'
3503
+ property :code, as: 'code'
3504
+ property :description, as: 'description'
3505
+ property :destination, as: 'destination'
3506
+ property :detail, as: 'detail'
3507
+ property :documentation, as: 'documentation'
3508
+ property :resolution, as: 'resolution'
3509
+ property :servability, as: 'servability'
3510
+ end
3511
+ end
3512
+
3513
+ class ProductTax
3514
+ # @private
3515
+ class Representation < Google::Apis::Core::JsonRepresentation
3516
+ property :country, as: 'country'
3517
+ property :location_id, :numeric_string => true, as: 'locationId'
3518
+ property :postal_code, as: 'postalCode'
3519
+ property :rate, as: 'rate'
3520
+ property :region, as: 'region'
3521
+ property :tax_ship, as: 'taxShip'
3522
+ end
3523
+ end
3524
+
3525
+ class ProductUnitPricingBaseMeasure
3526
+ # @private
3527
+ class Representation < Google::Apis::Core::JsonRepresentation
3528
+ property :unit, as: 'unit'
3529
+ property :value, :numeric_string => true, as: 'value'
3530
+ end
3531
+ end
3532
+
3533
+ class ProductUnitPricingMeasure
3534
+ # @private
3535
+ class Representation < Google::Apis::Core::JsonRepresentation
3536
+ property :unit, as: 'unit'
3537
+ property :value, as: 'value'
3538
+ end
3539
+ end
3540
+
3541
+ class ProductsCustomBatchRequest
3542
+ # @private
3543
+ class Representation < Google::Apis::Core::JsonRepresentation
3544
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::ProductsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::ProductsCustomBatchRequestEntry::Representation
3545
+
3546
+ end
3547
+ end
3548
+
3549
+ class ProductsCustomBatchRequestEntry
3550
+ # @private
3551
+ class Representation < Google::Apis::Core::JsonRepresentation
3552
+ property :batch_id, as: 'batchId'
3553
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
3554
+ property :method_prop, as: 'method'
3555
+ property :product, as: 'product', class: Google::Apis::ContentV2_1::Product, decorator: Google::Apis::ContentV2_1::Product::Representation
3556
+
3557
+ property :product_id, as: 'productId'
3558
+ end
3559
+ end
3560
+
3561
+ class ProductsCustomBatchResponse
3562
+ # @private
3563
+ class Representation < Google::Apis::Core::JsonRepresentation
3564
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::ProductsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::ProductsCustomBatchResponseEntry::Representation
3565
+
3566
+ property :kind, as: 'kind'
3567
+ end
3568
+ end
3569
+
3570
+ class ProductsCustomBatchResponseEntry
3571
+ # @private
3572
+ class Representation < Google::Apis::Core::JsonRepresentation
3573
+ property :batch_id, as: 'batchId'
3574
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
3575
+
3576
+ property :kind, as: 'kind'
3577
+ property :product, as: 'product', class: Google::Apis::ContentV2_1::Product, decorator: Google::Apis::ContentV2_1::Product::Representation
3578
+
3579
+ end
3580
+ end
3581
+
3582
+ class ProductsListResponse
3583
+ # @private
3584
+ class Representation < Google::Apis::Core::JsonRepresentation
3585
+ property :kind, as: 'kind'
3586
+ property :next_page_token, as: 'nextPageToken'
3587
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::Product, decorator: Google::Apis::ContentV2_1::Product::Representation
3588
+
3589
+ end
3590
+ end
3591
+
3592
+ class ProductstatusesCustomBatchRequest
3593
+ # @private
3594
+ class Representation < Google::Apis::Core::JsonRepresentation
3595
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::ProductstatusesCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::ProductstatusesCustomBatchRequestEntry::Representation
3596
+
3597
+ end
3598
+ end
3599
+
3600
+ class ProductstatusesCustomBatchRequestEntry
3601
+ # @private
3602
+ class Representation < Google::Apis::Core::JsonRepresentation
3603
+ property :batch_id, as: 'batchId'
3604
+ collection :destinations, as: 'destinations'
3605
+ property :include_attributes, as: 'includeAttributes'
3606
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
3607
+ property :method_prop, as: 'method'
3608
+ property :product_id, as: 'productId'
3609
+ end
3610
+ end
3611
+
3612
+ class ProductstatusesCustomBatchResponse
3613
+ # @private
3614
+ class Representation < Google::Apis::Core::JsonRepresentation
3615
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::ProductstatusesCustomBatchResponseEntry::Representation
3616
+
3617
+ property :kind, as: 'kind'
3618
+ end
3619
+ end
3620
+
3621
+ class ProductstatusesCustomBatchResponseEntry
3622
+ # @private
3623
+ class Representation < Google::Apis::Core::JsonRepresentation
3624
+ property :batch_id, as: 'batchId'
3625
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
3626
+
3627
+ property :kind, as: 'kind'
3628
+ property :product_status, as: 'productStatus', class: Google::Apis::ContentV2_1::ProductStatus, decorator: Google::Apis::ContentV2_1::ProductStatus::Representation
3629
+
3630
+ end
3631
+ end
3632
+
3633
+ class ProductstatusesListResponse
3634
+ # @private
3635
+ class Representation < Google::Apis::Core::JsonRepresentation
3636
+ property :kind, as: 'kind'
3637
+ property :next_page_token, as: 'nextPageToken'
3638
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::ProductStatus, decorator: Google::Apis::ContentV2_1::ProductStatus::Representation
3639
+
3640
+ end
3641
+ end
3642
+
3643
+ class Promotion
3644
+ # @private
3645
+ class Representation < Google::Apis::Core::JsonRepresentation
3646
+ property :promotion_amount, as: 'promotionAmount', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
3647
+
3648
+ property :promotion_id, as: 'promotionId'
3649
+ end
3650
+ end
3651
+
3652
+ class RateGroup
3653
+ # @private
3654
+ class Representation < Google::Apis::Core::JsonRepresentation
3655
+ collection :applicable_shipping_labels, as: 'applicableShippingLabels'
3656
+ collection :carrier_rates, as: 'carrierRates', class: Google::Apis::ContentV2_1::CarrierRate, decorator: Google::Apis::ContentV2_1::CarrierRate::Representation
3657
+
3658
+ property :main_table, as: 'mainTable', class: Google::Apis::ContentV2_1::Table, decorator: Google::Apis::ContentV2_1::Table::Representation
3659
+
3660
+ property :name, as: 'name'
3661
+ property :single_value, as: 'singleValue', class: Google::Apis::ContentV2_1::Value, decorator: Google::Apis::ContentV2_1::Value::Representation
3662
+
3663
+ collection :subtables, as: 'subtables', class: Google::Apis::ContentV2_1::Table, decorator: Google::Apis::ContentV2_1::Table::Representation
3664
+
3665
+ end
3666
+ end
3667
+
3668
+ class RefundReason
3669
+ # @private
3670
+ class Representation < Google::Apis::Core::JsonRepresentation
3671
+ property :description, as: 'description'
3672
+ property :reason_code, as: 'reasonCode'
3673
+ end
3674
+ end
3675
+
3676
+ class ReturnShipment
3677
+ # @private
3678
+ class Representation < Google::Apis::Core::JsonRepresentation
3679
+ property :creation_date, as: 'creationDate'
3680
+ property :return_method_type, as: 'returnMethodType'
3681
+ property :shipment_id, as: 'shipmentId'
3682
+ collection :shipment_tracking_infos, as: 'shipmentTrackingInfos', class: Google::Apis::ContentV2_1::ShipmentTrackingInfo, decorator: Google::Apis::ContentV2_1::ShipmentTrackingInfo::Representation
3683
+
3684
+ end
3685
+ end
3686
+
3687
+ class Row
3688
+ # @private
3689
+ class Representation < Google::Apis::Core::JsonRepresentation
3690
+ collection :cells, as: 'cells', class: Google::Apis::ContentV2_1::Value, decorator: Google::Apis::ContentV2_1::Value::Representation
3691
+
3692
+ end
3693
+ end
3694
+
3695
+ class Service
3696
+ # @private
3697
+ class Representation < Google::Apis::Core::JsonRepresentation
3698
+ property :active, as: 'active'
3699
+ property :currency, as: 'currency'
3700
+ property :delivery_country, as: 'deliveryCountry'
3701
+ property :delivery_time, as: 'deliveryTime', class: Google::Apis::ContentV2_1::DeliveryTime, decorator: Google::Apis::ContentV2_1::DeliveryTime::Representation
3702
+
3703
+ property :eligibility, as: 'eligibility'
3704
+ property :minimum_order_value, as: 'minimumOrderValue', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3705
+
3706
+ property :name, as: 'name'
3707
+ collection :rate_groups, as: 'rateGroups', class: Google::Apis::ContentV2_1::RateGroup, decorator: Google::Apis::ContentV2_1::RateGroup::Representation
3708
+
3709
+ end
3710
+ end
3711
+
3712
+ class ShipmentInvoice
3713
+ # @private
3714
+ class Representation < Google::Apis::Core::JsonRepresentation
3715
+ property :invoice_summary, as: 'invoiceSummary', class: Google::Apis::ContentV2_1::InvoiceSummary, decorator: Google::Apis::ContentV2_1::InvoiceSummary::Representation
3716
+
3717
+ collection :line_item_invoices, as: 'lineItemInvoices', class: Google::Apis::ContentV2_1::ShipmentInvoiceLineItemInvoice, decorator: Google::Apis::ContentV2_1::ShipmentInvoiceLineItemInvoice::Representation
3718
+
3719
+ property :shipment_group_id, as: 'shipmentGroupId'
3720
+ end
3721
+ end
3722
+
3723
+ class ShipmentInvoiceLineItemInvoice
3724
+ # @private
3725
+ class Representation < Google::Apis::Core::JsonRepresentation
3726
+ property :line_item_id, as: 'lineItemId'
3727
+ property :product_id, as: 'productId'
3728
+ collection :shipment_unit_ids, as: 'shipmentUnitIds'
3729
+ property :unit_invoice, as: 'unitInvoice', class: Google::Apis::ContentV2_1::UnitInvoice, decorator: Google::Apis::ContentV2_1::UnitInvoice::Representation
3730
+
3731
+ end
3732
+ end
3733
+
3734
+ class ShipmentTrackingInfo
3735
+ # @private
3736
+ class Representation < Google::Apis::Core::JsonRepresentation
3737
+ property :carrier, as: 'carrier'
3738
+ property :tracking_number, as: 'trackingNumber'
3739
+ end
3740
+ end
3741
+
3742
+ class ShippingSettings
3743
+ # @private
3744
+ class Representation < Google::Apis::Core::JsonRepresentation
3745
+ property :account_id, :numeric_string => true, as: 'accountId'
3746
+ collection :postal_code_groups, as: 'postalCodeGroups', class: Google::Apis::ContentV2_1::PostalCodeGroup, decorator: Google::Apis::ContentV2_1::PostalCodeGroup::Representation
3747
+
3748
+ collection :services, as: 'services', class: Google::Apis::ContentV2_1::Service, decorator: Google::Apis::ContentV2_1::Service::Representation
3749
+
3750
+ end
3751
+ end
3752
+
3753
+ class ShippingsettingsCustomBatchRequest
3754
+ # @private
3755
+ class Representation < Google::Apis::Core::JsonRepresentation
3756
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::ShippingsettingsCustomBatchRequestEntry, decorator: Google::Apis::ContentV2_1::ShippingsettingsCustomBatchRequestEntry::Representation
3757
+
3758
+ end
3759
+ end
3760
+
3761
+ class ShippingsettingsCustomBatchRequestEntry
3762
+ # @private
3763
+ class Representation < Google::Apis::Core::JsonRepresentation
3764
+ property :account_id, :numeric_string => true, as: 'accountId'
3765
+ property :batch_id, as: 'batchId'
3766
+ property :merchant_id, :numeric_string => true, as: 'merchantId'
3767
+ property :method_prop, as: 'method'
3768
+ property :shipping_settings, as: 'shippingSettings', class: Google::Apis::ContentV2_1::ShippingSettings, decorator: Google::Apis::ContentV2_1::ShippingSettings::Representation
3769
+
3770
+ end
3771
+ end
3772
+
3773
+ class ShippingsettingsCustomBatchResponse
3774
+ # @private
3775
+ class Representation < Google::Apis::Core::JsonRepresentation
3776
+ collection :entries, as: 'entries', class: Google::Apis::ContentV2_1::ShippingsettingsCustomBatchResponseEntry, decorator: Google::Apis::ContentV2_1::ShippingsettingsCustomBatchResponseEntry::Representation
3777
+
3778
+ property :kind, as: 'kind'
3779
+ end
3780
+ end
3781
+
3782
+ class ShippingsettingsCustomBatchResponseEntry
3783
+ # @private
3784
+ class Representation < Google::Apis::Core::JsonRepresentation
3785
+ property :batch_id, as: 'batchId'
3786
+ property :errors, as: 'errors', class: Google::Apis::ContentV2_1::Errors, decorator: Google::Apis::ContentV2_1::Errors::Representation
3787
+
3788
+ property :kind, as: 'kind'
3789
+ property :shipping_settings, as: 'shippingSettings', class: Google::Apis::ContentV2_1::ShippingSettings, decorator: Google::Apis::ContentV2_1::ShippingSettings::Representation
3790
+
3791
+ end
3792
+ end
3793
+
3794
+ class ShippingsettingsGetSupportedCarriersResponse
3795
+ # @private
3796
+ class Representation < Google::Apis::Core::JsonRepresentation
3797
+ collection :carriers, as: 'carriers', class: Google::Apis::ContentV2_1::CarriersCarrier, decorator: Google::Apis::ContentV2_1::CarriersCarrier::Representation
3798
+
3799
+ property :kind, as: 'kind'
3800
+ end
3801
+ end
3802
+
3803
+ class ShippingsettingsGetSupportedHolidaysResponse
3804
+ # @private
3805
+ class Representation < Google::Apis::Core::JsonRepresentation
3806
+ collection :holidays, as: 'holidays', class: Google::Apis::ContentV2_1::HolidaysHoliday, decorator: Google::Apis::ContentV2_1::HolidaysHoliday::Representation
3807
+
3808
+ property :kind, as: 'kind'
3809
+ end
3810
+ end
3811
+
3812
+ class ShippingsettingsListResponse
3813
+ # @private
3814
+ class Representation < Google::Apis::Core::JsonRepresentation
3815
+ property :kind, as: 'kind'
3816
+ property :next_page_token, as: 'nextPageToken'
3817
+ collection :resources, as: 'resources', class: Google::Apis::ContentV2_1::ShippingSettings, decorator: Google::Apis::ContentV2_1::ShippingSettings::Representation
3818
+
3819
+ end
3820
+ end
3821
+
3822
+ class Table
3823
+ # @private
3824
+ class Representation < Google::Apis::Core::JsonRepresentation
3825
+ property :column_headers, as: 'columnHeaders', class: Google::Apis::ContentV2_1::Headers, decorator: Google::Apis::ContentV2_1::Headers::Representation
3826
+
3827
+ property :name, as: 'name'
3828
+ property :row_headers, as: 'rowHeaders', class: Google::Apis::ContentV2_1::Headers, decorator: Google::Apis::ContentV2_1::Headers::Representation
3829
+
3830
+ collection :rows, as: 'rows', class: Google::Apis::ContentV2_1::Row, decorator: Google::Apis::ContentV2_1::Row::Representation
3831
+
3832
+ end
3833
+ end
3834
+
3835
+ class TestOrder
3836
+ # @private
3837
+ class Representation < Google::Apis::Core::JsonRepresentation
3838
+ property :customer, as: 'customer', class: Google::Apis::ContentV2_1::TestOrderCustomer, decorator: Google::Apis::ContentV2_1::TestOrderCustomer::Representation
3839
+
3840
+ property :enable_orderinvoices, as: 'enableOrderinvoices'
3841
+ property :kind, as: 'kind'
3842
+ collection :line_items, as: 'lineItems', class: Google::Apis::ContentV2_1::TestOrderLineItem, decorator: Google::Apis::ContentV2_1::TestOrderLineItem::Representation
3843
+
3844
+ property :notification_mode, as: 'notificationMode'
3845
+ property :predefined_billing_address, as: 'predefinedBillingAddress'
3846
+ property :predefined_delivery_address, as: 'predefinedDeliveryAddress'
3847
+ collection :promotions, as: 'promotions', class: Google::Apis::ContentV2_1::OrderPromotion, decorator: Google::Apis::ContentV2_1::OrderPromotion::Representation
3848
+
3849
+ property :shipping_cost, as: 'shippingCost', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3850
+
3851
+ property :shipping_cost_tax, as: 'shippingCostTax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3852
+
3853
+ property :shipping_option, as: 'shippingOption'
3854
+ end
3855
+ end
3856
+
3857
+ class TestOrderCustomer
3858
+ # @private
3859
+ class Representation < Google::Apis::Core::JsonRepresentation
3860
+ property :email, as: 'email'
3861
+ property :full_name, as: 'fullName'
3862
+ property :marketing_rights_info, as: 'marketingRightsInfo', class: Google::Apis::ContentV2_1::TestOrderCustomerMarketingRightsInfo, decorator: Google::Apis::ContentV2_1::TestOrderCustomerMarketingRightsInfo::Representation
3863
+
3864
+ end
3865
+ end
3866
+
3867
+ class TestOrderCustomerMarketingRightsInfo
3868
+ # @private
3869
+ class Representation < Google::Apis::Core::JsonRepresentation
3870
+ property :explicit_marketing_preference, as: 'explicitMarketingPreference'
3871
+ property :last_updated_timestamp, as: 'lastUpdatedTimestamp'
3872
+ end
3873
+ end
3874
+
3875
+ class TestOrderLineItem
3876
+ # @private
3877
+ class Representation < Google::Apis::Core::JsonRepresentation
3878
+ property :product, as: 'product', class: Google::Apis::ContentV2_1::TestOrderLineItemProduct, decorator: Google::Apis::ContentV2_1::TestOrderLineItemProduct::Representation
3879
+
3880
+ property :quantity_ordered, as: 'quantityOrdered'
3881
+ property :return_info, as: 'returnInfo', class: Google::Apis::ContentV2_1::OrderLineItemReturnInfo, decorator: Google::Apis::ContentV2_1::OrderLineItemReturnInfo::Representation
3882
+
3883
+ property :shipping_details, as: 'shippingDetails', class: Google::Apis::ContentV2_1::OrderLineItemShippingDetails, decorator: Google::Apis::ContentV2_1::OrderLineItemShippingDetails::Representation
3884
+
3885
+ property :unit_tax, as: 'unitTax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3886
+
3887
+ end
3888
+ end
3889
+
3890
+ class TestOrderLineItemProduct
3891
+ # @private
3892
+ class Representation < Google::Apis::Core::JsonRepresentation
3893
+ property :brand, as: 'brand'
3894
+ property :channel, as: 'channel'
3895
+ property :condition, as: 'condition'
3896
+ property :content_language, as: 'contentLanguage'
3897
+ property :gtin, as: 'gtin'
3898
+ property :image_link, as: 'imageLink'
3899
+ property :item_group_id, as: 'itemGroupId'
3900
+ property :mpn, as: 'mpn'
3901
+ property :offer_id, as: 'offerId'
3902
+ property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3903
+
3904
+ property :target_country, as: 'targetCountry'
3905
+ property :title, as: 'title'
3906
+ collection :variant_attributes, as: 'variantAttributes', class: Google::Apis::ContentV2_1::OrderLineItemProductVariantAttribute, decorator: Google::Apis::ContentV2_1::OrderLineItemProductVariantAttribute::Representation
3907
+
3908
+ end
3909
+ end
3910
+
3911
+ class UnitInvoice
3912
+ # @private
3913
+ class Representation < Google::Apis::Core::JsonRepresentation
3914
+ collection :additional_charges, as: 'additionalCharges', class: Google::Apis::ContentV2_1::UnitInvoiceAdditionalCharge, decorator: Google::Apis::ContentV2_1::UnitInvoiceAdditionalCharge::Representation
3915
+
3916
+ collection :promotions, as: 'promotions', class: Google::Apis::ContentV2_1::Promotion, decorator: Google::Apis::ContentV2_1::Promotion::Representation
3917
+
3918
+ property :unit_price_pretax, as: 'unitPricePretax', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3919
+
3920
+ collection :unit_price_taxes, as: 'unitPriceTaxes', class: Google::Apis::ContentV2_1::UnitInvoiceTaxLine, decorator: Google::Apis::ContentV2_1::UnitInvoiceTaxLine::Representation
3921
+
3922
+ end
3923
+ end
3924
+
3925
+ class UnitInvoiceAdditionalCharge
3926
+ # @private
3927
+ class Representation < Google::Apis::Core::JsonRepresentation
3928
+ property :additional_charge_amount, as: 'additionalChargeAmount', class: Google::Apis::ContentV2_1::Amount, decorator: Google::Apis::ContentV2_1::Amount::Representation
3929
+
3930
+ collection :additional_charge_promotions, as: 'additionalChargePromotions', class: Google::Apis::ContentV2_1::Promotion, decorator: Google::Apis::ContentV2_1::Promotion::Representation
3931
+
3932
+ property :type, as: 'type'
3933
+ end
3934
+ end
3935
+
3936
+ class UnitInvoiceTaxLine
3937
+ # @private
3938
+ class Representation < Google::Apis::Core::JsonRepresentation
3939
+ property :tax_amount, as: 'taxAmount', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3940
+
3941
+ property :tax_name, as: 'taxName'
3942
+ property :tax_type, as: 'taxType'
3943
+ end
3944
+ end
3945
+
3946
+ class Value
3947
+ # @private
3948
+ class Representation < Google::Apis::Core::JsonRepresentation
3949
+ property :carrier_rate_name, as: 'carrierRateName'
3950
+ property :flat_rate, as: 'flatRate', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3951
+
3952
+ property :no_shipping, as: 'noShipping'
3953
+ property :price_percentage, as: 'pricePercentage'
3954
+ property :subtable_name, as: 'subtableName'
3955
+ end
3956
+ end
3957
+
3958
+ class Weight
3959
+ # @private
3960
+ class Representation < Google::Apis::Core::JsonRepresentation
3961
+ property :unit, as: 'unit'
3962
+ property :value, as: 'value'
3963
+ end
3964
+ end
3965
+ end
3966
+ end
3967
+ end