google-apis-paymentsresellersubscription_v1 0.54.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/paymentsresellersubscription_v1/classes.rb +165 -159
- data/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb +2 -2
- data/lib/google/apis/paymentsresellersubscription_v1/representations.rb +164 -163
- data/lib/google/apis/paymentsresellersubscription_v1/service.rb +92 -92
- metadata +2 -2
@@ -22,307 +22,307 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module PaymentsresellersubscriptionV1
|
24
24
|
|
25
|
-
class
|
25
|
+
class Amount
|
26
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
27
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class
|
31
|
+
class CancelSubscriptionRequest
|
32
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
33
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
-
class
|
37
|
+
class CancelSubscriptionResponse
|
38
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
39
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class
|
43
|
+
class CreateSubscriptionIntent
|
44
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
45
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
-
class
|
49
|
+
class Duration
|
50
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
51
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class
|
55
|
+
class EntitleSubscriptionIntent
|
56
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
57
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
-
class
|
61
|
+
class EntitleSubscriptionRequest
|
62
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
63
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class EntitleSubscriptionRequestLineItemEntitlementDetails
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class EntitleSubscriptionResponse
|
74
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
75
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class
|
79
|
+
class ExtendSubscriptionRequest
|
80
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
81
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
-
class
|
85
|
+
class ExtendSubscriptionResponse
|
86
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
87
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
-
class
|
91
|
+
class Extension
|
92
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
93
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
-
class
|
97
|
+
class FindEligiblePromotionsRequest
|
98
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
99
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class
|
103
|
+
class FindEligiblePromotionsResponse
|
104
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
105
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
-
class
|
109
|
+
class FiniteBillingCycleDetails
|
110
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
111
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
-
class
|
115
|
+
class GenerateUserSessionRequest
|
116
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
117
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class
|
121
|
+
class GenerateUserSessionResponse
|
122
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
123
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
-
class
|
127
|
+
class GoogleHomePayload
|
128
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
129
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
-
class
|
133
|
+
class GoogleOnePayload
|
134
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
135
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
-
class
|
139
|
+
class GoogleTypeLocalizedText
|
140
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
141
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
-
class
|
145
|
+
class IntentPayload
|
146
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
147
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
-
class
|
151
|
+
class ListProductsResponse
|
152
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
153
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
-
class
|
157
|
+
class ListPromotionsResponse
|
158
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
159
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
-
class
|
163
|
+
class Location
|
164
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
165
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
-
class
|
169
|
+
class Product
|
170
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
171
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
-
class
|
175
|
+
class ProductBundleDetails
|
176
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
177
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
-
class
|
181
|
+
class ProductBundleDetailsBundleElement
|
182
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
183
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class
|
187
|
+
class ProductPayload
|
188
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
189
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
-
class
|
193
|
+
class ProductPriceConfig
|
194
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
195
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
-
class
|
199
|
+
class Promotion
|
200
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
201
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class
|
205
|
+
class PromotionIntroductoryPricingDetails
|
206
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
207
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
-
class
|
211
|
+
class PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
|
212
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
213
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
-
class
|
217
|
+
class ResumeSubscriptionRequest
|
218
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
219
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
-
class
|
223
|
+
class ResumeSubscriptionResponse
|
224
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
225
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
-
class
|
229
|
+
class ServicePeriod
|
230
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
231
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
234
|
|
235
|
-
class
|
235
|
+
class Subscription
|
236
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
237
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
239
239
|
end
|
240
240
|
|
241
|
-
class
|
241
|
+
class SubscriptionCancellationDetails
|
242
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
243
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
-
class
|
247
|
+
class SubscriptionLineItem
|
248
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
249
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
251
251
|
end
|
252
252
|
|
253
|
-
class
|
253
|
+
class SubscriptionLineItemBundleDetails
|
254
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
255
|
|
256
256
|
include Google::Apis::Core::JsonObjectSupport
|
257
257
|
end
|
258
258
|
|
259
|
-
class
|
259
|
+
class SubscriptionLineItemBundleDetailsBundleElementDetails
|
260
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
261
|
|
262
262
|
include Google::Apis::Core::JsonObjectSupport
|
263
263
|
end
|
264
264
|
|
265
|
-
class
|
265
|
+
class SubscriptionLineItemOneTimeRecurrenceDetails
|
266
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
267
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
-
class
|
271
|
+
class SubscriptionMigrationDetails
|
272
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
273
|
|
274
274
|
include Google::Apis::Core::JsonObjectSupport
|
275
275
|
end
|
276
276
|
|
277
|
-
class
|
277
|
+
class SubscriptionPromotionSpec
|
278
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
279
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
-
class
|
283
|
+
class SubscriptionUpgradeDowngradeDetails
|
284
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
285
|
|
286
286
|
include Google::Apis::Core::JsonObjectSupport
|
287
287
|
end
|
288
288
|
|
289
|
-
class
|
289
|
+
class SuspendSubscriptionRequest
|
290
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
291
|
|
292
292
|
include Google::Apis::Core::JsonObjectSupport
|
293
293
|
end
|
294
294
|
|
295
|
-
class
|
295
|
+
class SuspendSubscriptionResponse
|
296
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
297
|
|
298
298
|
include Google::Apis::Core::JsonObjectSupport
|
299
299
|
end
|
300
300
|
|
301
|
-
class
|
301
|
+
class UndoCancelSubscriptionRequest
|
302
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
303
|
|
304
304
|
include Google::Apis::Core::JsonObjectSupport
|
305
305
|
end
|
306
306
|
|
307
|
-
class
|
307
|
+
class UndoCancelSubscriptionResponse
|
308
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
309
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
-
class
|
313
|
+
class UserSession
|
314
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
315
|
|
316
316
|
include Google::Apis::Core::JsonObjectSupport
|
317
317
|
end
|
318
318
|
|
319
|
-
class
|
319
|
+
class YoutubePayload
|
320
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
321
|
|
322
322
|
include Google::Apis::Core::JsonObjectSupport
|
323
323
|
end
|
324
324
|
|
325
|
-
class
|
325
|
+
class Amount
|
326
326
|
# @private
|
327
327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
328
328
|
property :amount_micros, :numeric_string => true, as: 'amountMicros'
|
@@ -330,7 +330,7 @@ module Google
|
|
330
330
|
end
|
331
331
|
end
|
332
332
|
|
333
|
-
class
|
333
|
+
class CancelSubscriptionRequest
|
334
334
|
# @private
|
335
335
|
class Representation < Google::Apis::Core::JsonRepresentation
|
336
336
|
property :cancel_immediately, as: 'cancelImmediately'
|
@@ -338,25 +338,25 @@ module Google
|
|
338
338
|
end
|
339
339
|
end
|
340
340
|
|
341
|
-
class
|
341
|
+
class CancelSubscriptionResponse
|
342
342
|
# @private
|
343
343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
344
|
-
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::
|
344
|
+
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::Subscription, decorator: Google::Apis::PaymentsresellersubscriptionV1::Subscription::Representation
|
345
345
|
|
346
346
|
end
|
347
347
|
end
|
348
348
|
|
349
|
-
class
|
349
|
+
class CreateSubscriptionIntent
|
350
350
|
# @private
|
351
351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
352
352
|
property :parent, as: 'parent'
|
353
|
-
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::
|
353
|
+
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::Subscription, decorator: Google::Apis::PaymentsresellersubscriptionV1::Subscription::Representation
|
354
354
|
|
355
355
|
property :subscription_id, as: 'subscriptionId'
|
356
356
|
end
|
357
357
|
end
|
358
358
|
|
359
|
-
class
|
359
|
+
class Duration
|
360
360
|
# @private
|
361
361
|
class Representation < Google::Apis::Core::JsonRepresentation
|
362
362
|
property :count, as: 'count'
|
@@ -364,22 +364,22 @@ module Google
|
|
364
364
|
end
|
365
365
|
end
|
366
366
|
|
367
|
-
class
|
367
|
+
class EntitleSubscriptionIntent
|
368
368
|
# @private
|
369
369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
370
370
|
property :name, as: 'name'
|
371
371
|
end
|
372
372
|
end
|
373
373
|
|
374
|
-
class
|
374
|
+
class EntitleSubscriptionRequest
|
375
375
|
# @private
|
376
376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
377
|
-
collection :line_item_entitlement_details, as: 'lineItemEntitlementDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
377
|
+
collection :line_item_entitlement_details, as: 'lineItemEntitlementDetails', class: Google::Apis::PaymentsresellersubscriptionV1::EntitleSubscriptionRequestLineItemEntitlementDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::EntitleSubscriptionRequestLineItemEntitlementDetails::Representation
|
378
378
|
|
379
379
|
end
|
380
380
|
end
|
381
381
|
|
382
|
-
class
|
382
|
+
class EntitleSubscriptionRequestLineItemEntitlementDetails
|
383
383
|
# @private
|
384
384
|
class Representation < Google::Apis::Core::JsonRepresentation
|
385
385
|
property :line_item_index, as: 'lineItemIndex'
|
@@ -387,24 +387,24 @@ module Google
|
|
387
387
|
end
|
388
388
|
end
|
389
389
|
|
390
|
-
class
|
390
|
+
class EntitleSubscriptionResponse
|
391
391
|
# @private
|
392
392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
393
|
-
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::
|
393
|
+
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::Subscription, decorator: Google::Apis::PaymentsresellersubscriptionV1::Subscription::Representation
|
394
394
|
|
395
395
|
end
|
396
396
|
end
|
397
397
|
|
398
|
-
class
|
398
|
+
class ExtendSubscriptionRequest
|
399
399
|
# @private
|
400
400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
401
|
-
property :extension, as: 'extension', class: Google::Apis::PaymentsresellersubscriptionV1::
|
401
|
+
property :extension, as: 'extension', class: Google::Apis::PaymentsresellersubscriptionV1::Extension, decorator: Google::Apis::PaymentsresellersubscriptionV1::Extension::Representation
|
402
402
|
|
403
403
|
property :request_id, as: 'requestId'
|
404
404
|
end
|
405
405
|
end
|
406
406
|
|
407
|
-
class
|
407
|
+
class ExtendSubscriptionResponse
|
408
408
|
# @private
|
409
409
|
class Representation < Google::Apis::Core::JsonRepresentation
|
410
410
|
property :cycle_end_time, as: 'cycleEndTime'
|
@@ -413,16 +413,16 @@ module Google
|
|
413
413
|
end
|
414
414
|
end
|
415
415
|
|
416
|
-
class
|
416
|
+
class Extension
|
417
417
|
# @private
|
418
418
|
class Representation < Google::Apis::Core::JsonRepresentation
|
419
|
-
property :duration, as: 'duration', class: Google::Apis::PaymentsresellersubscriptionV1::
|
419
|
+
property :duration, as: 'duration', class: Google::Apis::PaymentsresellersubscriptionV1::Duration, decorator: Google::Apis::PaymentsresellersubscriptionV1::Duration::Representation
|
420
420
|
|
421
421
|
property :partner_user_token, as: 'partnerUserToken'
|
422
422
|
end
|
423
423
|
end
|
424
424
|
|
425
|
-
class
|
425
|
+
class FindEligiblePromotionsRequest
|
426
426
|
# @private
|
427
427
|
class Representation < Google::Apis::Core::JsonRepresentation
|
428
428
|
property :filter, as: 'filter'
|
@@ -431,47 +431,48 @@ module Google
|
|
431
431
|
end
|
432
432
|
end
|
433
433
|
|
434
|
-
class
|
434
|
+
class FindEligiblePromotionsResponse
|
435
435
|
# @private
|
436
436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
437
437
|
property :next_page_token, as: 'nextPageToken'
|
438
|
-
collection :promotions, as: 'promotions', class: Google::Apis::PaymentsresellersubscriptionV1::
|
438
|
+
collection :promotions, as: 'promotions', class: Google::Apis::PaymentsresellersubscriptionV1::Promotion, decorator: Google::Apis::PaymentsresellersubscriptionV1::Promotion::Representation
|
439
439
|
|
440
440
|
end
|
441
441
|
end
|
442
442
|
|
443
|
-
class
|
443
|
+
class FiniteBillingCycleDetails
|
444
444
|
# @private
|
445
445
|
class Representation < Google::Apis::Core::JsonRepresentation
|
446
446
|
property :billing_cycle_count_limit, :numeric_string => true, as: 'billingCycleCountLimit'
|
447
447
|
end
|
448
448
|
end
|
449
449
|
|
450
|
-
class
|
450
|
+
class GenerateUserSessionRequest
|
451
451
|
# @private
|
452
452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
453
|
-
property :intent_payload, as: 'intentPayload', class: Google::Apis::PaymentsresellersubscriptionV1::
|
453
|
+
property :intent_payload, as: 'intentPayload', class: Google::Apis::PaymentsresellersubscriptionV1::IntentPayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::IntentPayload::Representation
|
454
454
|
|
455
455
|
end
|
456
456
|
end
|
457
457
|
|
458
|
-
class
|
458
|
+
class GenerateUserSessionResponse
|
459
459
|
# @private
|
460
460
|
class Representation < Google::Apis::Core::JsonRepresentation
|
461
|
-
property :user_session, as: 'userSession', class: Google::Apis::PaymentsresellersubscriptionV1::
|
461
|
+
property :user_session, as: 'userSession', class: Google::Apis::PaymentsresellersubscriptionV1::UserSession, decorator: Google::Apis::PaymentsresellersubscriptionV1::UserSession::Representation
|
462
462
|
|
463
463
|
end
|
464
464
|
end
|
465
465
|
|
466
|
-
class
|
466
|
+
class GoogleHomePayload
|
467
467
|
# @private
|
468
468
|
class Representation < Google::Apis::Core::JsonRepresentation
|
469
469
|
property :attached_to_google_structure, as: 'attachedToGoogleStructure'
|
470
|
+
property :google_structure_id, as: 'googleStructureId'
|
470
471
|
property :partner_structure_id, as: 'partnerStructureId'
|
471
472
|
end
|
472
473
|
end
|
473
474
|
|
474
|
-
class
|
475
|
+
class GoogleOnePayload
|
475
476
|
# @private
|
476
477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
477
478
|
collection :campaigns, as: 'campaigns'
|
@@ -481,35 +482,43 @@ module Google
|
|
481
482
|
end
|
482
483
|
end
|
483
484
|
|
484
|
-
class
|
485
|
+
class GoogleTypeLocalizedText
|
486
|
+
# @private
|
487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
488
|
+
property :language_code, as: 'languageCode'
|
489
|
+
property :text, as: 'text'
|
490
|
+
end
|
491
|
+
end
|
492
|
+
|
493
|
+
class IntentPayload
|
485
494
|
# @private
|
486
495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
487
|
-
property :create_intent, as: 'createIntent', class: Google::Apis::PaymentsresellersubscriptionV1::
|
496
|
+
property :create_intent, as: 'createIntent', class: Google::Apis::PaymentsresellersubscriptionV1::CreateSubscriptionIntent, decorator: Google::Apis::PaymentsresellersubscriptionV1::CreateSubscriptionIntent::Representation
|
488
497
|
|
489
|
-
property :entitle_intent, as: 'entitleIntent', class: Google::Apis::PaymentsresellersubscriptionV1::
|
498
|
+
property :entitle_intent, as: 'entitleIntent', class: Google::Apis::PaymentsresellersubscriptionV1::EntitleSubscriptionIntent, decorator: Google::Apis::PaymentsresellersubscriptionV1::EntitleSubscriptionIntent::Representation
|
490
499
|
|
491
500
|
end
|
492
501
|
end
|
493
502
|
|
494
|
-
class
|
503
|
+
class ListProductsResponse
|
495
504
|
# @private
|
496
505
|
class Representation < Google::Apis::Core::JsonRepresentation
|
497
506
|
property :next_page_token, as: 'nextPageToken'
|
498
|
-
collection :products, as: 'products', class: Google::Apis::PaymentsresellersubscriptionV1::
|
507
|
+
collection :products, as: 'products', class: Google::Apis::PaymentsresellersubscriptionV1::Product, decorator: Google::Apis::PaymentsresellersubscriptionV1::Product::Representation
|
499
508
|
|
500
509
|
end
|
501
510
|
end
|
502
511
|
|
503
|
-
class
|
512
|
+
class ListPromotionsResponse
|
504
513
|
# @private
|
505
514
|
class Representation < Google::Apis::Core::JsonRepresentation
|
506
515
|
property :next_page_token, as: 'nextPageToken'
|
507
|
-
collection :promotions, as: 'promotions', class: Google::Apis::PaymentsresellersubscriptionV1::
|
516
|
+
collection :promotions, as: 'promotions', class: Google::Apis::PaymentsresellersubscriptionV1::Promotion, decorator: Google::Apis::PaymentsresellersubscriptionV1::Promotion::Representation
|
508
517
|
|
509
518
|
end
|
510
519
|
end
|
511
520
|
|
512
|
-
class
|
521
|
+
class Location
|
513
522
|
# @private
|
514
523
|
class Representation < Google::Apis::Core::JsonRepresentation
|
515
524
|
property :postal_code, as: 'postalCode'
|
@@ -517,61 +526,70 @@ module Google
|
|
517
526
|
end
|
518
527
|
end
|
519
528
|
|
520
|
-
class
|
529
|
+
class Product
|
521
530
|
# @private
|
522
531
|
class Representation < Google::Apis::Core::JsonRepresentation
|
523
532
|
property :bundle_details, as: 'bundleDetails', class: Google::Apis::PaymentsresellersubscriptionV1::ProductBundleDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::ProductBundleDetails::Representation
|
524
533
|
|
525
|
-
property :finite_billing_cycle_details, as: 'finiteBillingCycleDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
534
|
+
property :finite_billing_cycle_details, as: 'finiteBillingCycleDetails', class: Google::Apis::PaymentsresellersubscriptionV1::FiniteBillingCycleDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::FiniteBillingCycleDetails::Representation
|
526
535
|
|
527
536
|
property :name, as: 'name'
|
528
|
-
collection :price_configs, as: 'priceConfigs', class: Google::Apis::PaymentsresellersubscriptionV1::
|
537
|
+
collection :price_configs, as: 'priceConfigs', class: Google::Apis::PaymentsresellersubscriptionV1::ProductPriceConfig, decorator: Google::Apis::PaymentsresellersubscriptionV1::ProductPriceConfig::Representation
|
529
538
|
|
530
539
|
property :product_type, as: 'productType'
|
531
540
|
collection :region_codes, as: 'regionCodes'
|
532
|
-
property :subscription_billing_cycle_duration, as: 'subscriptionBillingCycleDuration', class: Google::Apis::PaymentsresellersubscriptionV1::
|
541
|
+
property :subscription_billing_cycle_duration, as: 'subscriptionBillingCycleDuration', class: Google::Apis::PaymentsresellersubscriptionV1::Duration, decorator: Google::Apis::PaymentsresellersubscriptionV1::Duration::Representation
|
533
542
|
|
534
543
|
collection :titles, as: 'titles', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleTypeLocalizedText, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleTypeLocalizedText::Representation
|
535
544
|
|
536
545
|
end
|
537
546
|
end
|
538
547
|
|
539
|
-
class
|
548
|
+
class ProductBundleDetails
|
549
|
+
# @private
|
550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
551
|
+
collection :bundle_elements, as: 'bundleElements', class: Google::Apis::PaymentsresellersubscriptionV1::ProductBundleDetailsBundleElement, decorator: Google::Apis::PaymentsresellersubscriptionV1::ProductBundleDetailsBundleElement::Representation
|
552
|
+
|
553
|
+
property :entitlement_mode, as: 'entitlementMode'
|
554
|
+
end
|
555
|
+
end
|
556
|
+
|
557
|
+
class ProductBundleDetailsBundleElement
|
540
558
|
# @private
|
541
559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
542
560
|
property :product, as: 'product'
|
543
561
|
end
|
544
562
|
end
|
545
563
|
|
546
|
-
class
|
564
|
+
class ProductPayload
|
547
565
|
# @private
|
548
566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
549
|
-
property :google_home_payload, as: 'googleHomePayload', class: Google::Apis::PaymentsresellersubscriptionV1::
|
567
|
+
property :google_home_payload, as: 'googleHomePayload', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleHomePayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleHomePayload::Representation
|
550
568
|
|
551
|
-
property :google_one_payload, as: 'googleOnePayload', class: Google::Apis::PaymentsresellersubscriptionV1::
|
569
|
+
property :google_one_payload, as: 'googleOnePayload', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleOnePayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleOnePayload::Representation
|
552
570
|
|
553
|
-
property :youtube_payload, as: 'youtubePayload', class: Google::Apis::PaymentsresellersubscriptionV1::
|
571
|
+
property :youtube_payload, as: 'youtubePayload', class: Google::Apis::PaymentsresellersubscriptionV1::YoutubePayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::YoutubePayload::Representation
|
554
572
|
|
555
573
|
end
|
556
574
|
end
|
557
575
|
|
558
|
-
class
|
576
|
+
class ProductPriceConfig
|
559
577
|
# @private
|
560
578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
561
|
-
property :amount, as: 'amount', class: Google::Apis::PaymentsresellersubscriptionV1::
|
579
|
+
property :amount, as: 'amount', class: Google::Apis::PaymentsresellersubscriptionV1::Amount, decorator: Google::Apis::PaymentsresellersubscriptionV1::Amount::Representation
|
562
580
|
|
563
581
|
property :region_code, as: 'regionCode'
|
564
582
|
end
|
565
583
|
end
|
566
584
|
|
567
|
-
class
|
585
|
+
class Promotion
|
568
586
|
# @private
|
569
587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
570
588
|
collection :applicable_products, as: 'applicableProducts'
|
571
589
|
property :end_time, as: 'endTime'
|
572
|
-
property :free_trial_duration, as: 'freeTrialDuration', class: Google::Apis::PaymentsresellersubscriptionV1::
|
590
|
+
property :free_trial_duration, as: 'freeTrialDuration', class: Google::Apis::PaymentsresellersubscriptionV1::Duration, decorator: Google::Apis::PaymentsresellersubscriptionV1::Duration::Representation
|
573
591
|
|
574
|
-
property :introductory_pricing_details, as: 'introductoryPricingDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
592
|
+
property :introductory_pricing_details, as: 'introductoryPricingDetails', class: Google::Apis::PaymentsresellersubscriptionV1::PromotionIntroductoryPricingDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::PromotionIntroductoryPricingDetails::Representation
|
575
593
|
|
576
594
|
property :name, as: 'name'
|
577
595
|
property :promotion_type, as: 'promotionType'
|
@@ -582,18 +600,18 @@ module Google
|
|
582
600
|
end
|
583
601
|
end
|
584
602
|
|
585
|
-
class
|
603
|
+
class PromotionIntroductoryPricingDetails
|
586
604
|
# @private
|
587
605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
588
|
-
collection :introductory_pricing_specs, as: 'introductoryPricingSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::
|
606
|
+
collection :introductory_pricing_specs, as: 'introductoryPricingSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::PromotionIntroductoryPricingDetailsIntroductoryPricingSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::PromotionIntroductoryPricingDetailsIntroductoryPricingSpec::Representation
|
589
607
|
|
590
608
|
end
|
591
609
|
end
|
592
610
|
|
593
|
-
class
|
611
|
+
class PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
|
594
612
|
# @private
|
595
613
|
class Representation < Google::Apis::Core::JsonRepresentation
|
596
|
-
property :discount_amount, as: 'discountAmount', class: Google::Apis::PaymentsresellersubscriptionV1::
|
614
|
+
property :discount_amount, as: 'discountAmount', class: Google::Apis::PaymentsresellersubscriptionV1::Amount, decorator: Google::Apis::PaymentsresellersubscriptionV1::Amount::Representation
|
597
615
|
|
598
616
|
property :discount_ratio_micros, :numeric_string => true, as: 'discountRatioMicros'
|
599
617
|
property :recurrence_count, as: 'recurrenceCount'
|
@@ -601,21 +619,21 @@ module Google
|
|
601
619
|
end
|
602
620
|
end
|
603
621
|
|
604
|
-
class
|
622
|
+
class ResumeSubscriptionRequest
|
605
623
|
# @private
|
606
624
|
class Representation < Google::Apis::Core::JsonRepresentation
|
607
625
|
end
|
608
626
|
end
|
609
627
|
|
610
|
-
class
|
628
|
+
class ResumeSubscriptionResponse
|
611
629
|
# @private
|
612
630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
613
|
-
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::
|
631
|
+
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::Subscription, decorator: Google::Apis::PaymentsresellersubscriptionV1::Subscription::Representation
|
614
632
|
|
615
633
|
end
|
616
634
|
end
|
617
635
|
|
618
|
-
class
|
636
|
+
class ServicePeriod
|
619
637
|
# @private
|
620
638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
621
639
|
property :end_time, as: 'endTime'
|
@@ -623,70 +641,78 @@ module Google
|
|
623
641
|
end
|
624
642
|
end
|
625
643
|
|
626
|
-
class
|
644
|
+
class Subscription
|
627
645
|
# @private
|
628
646
|
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
-
property :cancellation_details, as: 'cancellationDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
647
|
+
property :cancellation_details, as: 'cancellationDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionCancellationDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionCancellationDetails::Representation
|
630
648
|
|
631
649
|
property :create_time, as: 'createTime'
|
632
650
|
property :cycle_end_time, as: 'cycleEndTime'
|
633
651
|
property :end_user_entitled, as: 'endUserEntitled'
|
634
652
|
property :free_trial_end_time, as: 'freeTrialEndTime'
|
635
|
-
collection :line_items, as: 'lineItems', class: Google::Apis::PaymentsresellersubscriptionV1::
|
653
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItem, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItem::Representation
|
636
654
|
|
637
|
-
property :migration_details, as: 'migrationDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
655
|
+
property :migration_details, as: 'migrationDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionMigrationDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionMigrationDetails::Representation
|
638
656
|
|
639
657
|
property :name, as: 'name'
|
640
658
|
property :partner_user_token, as: 'partnerUserToken'
|
641
659
|
property :processing_state, as: 'processingState'
|
642
660
|
collection :products, as: 'products'
|
643
|
-
collection :promotion_specs, as: 'promotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::
|
661
|
+
collection :promotion_specs, as: 'promotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec::Representation
|
644
662
|
|
645
663
|
collection :promotions, as: 'promotions'
|
646
664
|
property :purchase_time, as: 'purchaseTime'
|
647
665
|
property :redirect_uri, as: 'redirectUri'
|
648
666
|
property :renewal_time, as: 'renewalTime'
|
649
|
-
property :service_location, as: 'serviceLocation', class: Google::Apis::PaymentsresellersubscriptionV1::
|
667
|
+
property :service_location, as: 'serviceLocation', class: Google::Apis::PaymentsresellersubscriptionV1::Location, decorator: Google::Apis::PaymentsresellersubscriptionV1::Location::Representation
|
650
668
|
|
651
669
|
property :state, as: 'state'
|
652
670
|
property :update_time, as: 'updateTime'
|
653
|
-
property :upgrade_downgrade_details, as: 'upgradeDowngradeDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
671
|
+
property :upgrade_downgrade_details, as: 'upgradeDowngradeDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionUpgradeDowngradeDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionUpgradeDowngradeDetails::Representation
|
654
672
|
|
655
673
|
end
|
656
674
|
end
|
657
675
|
|
658
|
-
class
|
676
|
+
class SubscriptionCancellationDetails
|
659
677
|
# @private
|
660
678
|
class Representation < Google::Apis::Core::JsonRepresentation
|
661
679
|
property :reason, as: 'reason'
|
662
680
|
end
|
663
681
|
end
|
664
682
|
|
665
|
-
class
|
683
|
+
class SubscriptionLineItem
|
666
684
|
# @private
|
667
685
|
class Representation < Google::Apis::Core::JsonRepresentation
|
668
|
-
property :amount, as: 'amount', class: Google::Apis::PaymentsresellersubscriptionV1::
|
686
|
+
property :amount, as: 'amount', class: Google::Apis::PaymentsresellersubscriptionV1::Amount, decorator: Google::Apis::PaymentsresellersubscriptionV1::Amount::Representation
|
669
687
|
|
670
688
|
property :bundle_details, as: 'bundleDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetails::Representation
|
671
689
|
|
672
690
|
property :description, as: 'description'
|
673
|
-
property :finite_billing_cycle_details, as: 'finiteBillingCycleDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
691
|
+
property :finite_billing_cycle_details, as: 'finiteBillingCycleDetails', class: Google::Apis::PaymentsresellersubscriptionV1::FiniteBillingCycleDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::FiniteBillingCycleDetails::Representation
|
674
692
|
|
675
693
|
property :line_item_free_trial_end_time, as: 'lineItemFreeTrialEndTime'
|
676
694
|
property :line_item_index, as: 'lineItemIndex'
|
677
|
-
collection :line_item_promotion_specs, as: 'lineItemPromotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::
|
695
|
+
collection :line_item_promotion_specs, as: 'lineItemPromotionSpecs', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionPromotionSpec::Representation
|
678
696
|
|
679
|
-
property :one_time_recurrence_details, as: 'oneTimeRecurrenceDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
697
|
+
property :one_time_recurrence_details, as: 'oneTimeRecurrenceDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemOneTimeRecurrenceDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemOneTimeRecurrenceDetails::Representation
|
680
698
|
|
681
699
|
property :product, as: 'product'
|
682
|
-
property :product_payload, as: 'productPayload', class: Google::Apis::PaymentsresellersubscriptionV1::
|
700
|
+
property :product_payload, as: 'productPayload', class: Google::Apis::PaymentsresellersubscriptionV1::ProductPayload, decorator: Google::Apis::PaymentsresellersubscriptionV1::ProductPayload::Representation
|
683
701
|
|
684
702
|
property :recurrence_type, as: 'recurrenceType'
|
685
703
|
property :state, as: 'state'
|
686
704
|
end
|
687
705
|
end
|
688
706
|
|
689
|
-
class
|
707
|
+
class SubscriptionLineItemBundleDetails
|
708
|
+
# @private
|
709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
collection :bundle_element_details, as: 'bundleElementDetails', class: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetailsBundleElementDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::SubscriptionLineItemBundleDetailsBundleElementDetails::Representation
|
711
|
+
|
712
|
+
end
|
713
|
+
end
|
714
|
+
|
715
|
+
class SubscriptionLineItemBundleDetailsBundleElementDetails
|
690
716
|
# @private
|
691
717
|
class Representation < Google::Apis::Core::JsonRepresentation
|
692
718
|
property :product, as: 'product'
|
@@ -694,34 +720,34 @@ module Google
|
|
694
720
|
end
|
695
721
|
end
|
696
722
|
|
697
|
-
class
|
723
|
+
class SubscriptionLineItemOneTimeRecurrenceDetails
|
698
724
|
# @private
|
699
725
|
class Representation < Google::Apis::Core::JsonRepresentation
|
700
|
-
property :service_period, as: 'servicePeriod', class: Google::Apis::PaymentsresellersubscriptionV1::
|
726
|
+
property :service_period, as: 'servicePeriod', class: Google::Apis::PaymentsresellersubscriptionV1::ServicePeriod, decorator: Google::Apis::PaymentsresellersubscriptionV1::ServicePeriod::Representation
|
701
727
|
|
702
728
|
end
|
703
729
|
end
|
704
730
|
|
705
|
-
class
|
731
|
+
class SubscriptionMigrationDetails
|
706
732
|
# @private
|
707
733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
708
734
|
property :migrated_subscription_id, as: 'migratedSubscriptionId'
|
709
735
|
end
|
710
736
|
end
|
711
737
|
|
712
|
-
class
|
738
|
+
class SubscriptionPromotionSpec
|
713
739
|
# @private
|
714
740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
715
|
-
property :free_trial_duration, as: 'freeTrialDuration', class: Google::Apis::PaymentsresellersubscriptionV1::
|
741
|
+
property :free_trial_duration, as: 'freeTrialDuration', class: Google::Apis::PaymentsresellersubscriptionV1::Duration, decorator: Google::Apis::PaymentsresellersubscriptionV1::Duration::Representation
|
716
742
|
|
717
|
-
property :introductory_pricing_details, as: 'introductoryPricingDetails', class: Google::Apis::PaymentsresellersubscriptionV1::
|
743
|
+
property :introductory_pricing_details, as: 'introductoryPricingDetails', class: Google::Apis::PaymentsresellersubscriptionV1::PromotionIntroductoryPricingDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::PromotionIntroductoryPricingDetails::Representation
|
718
744
|
|
719
745
|
property :promotion, as: 'promotion'
|
720
746
|
property :type, as: 'type'
|
721
747
|
end
|
722
748
|
end
|
723
749
|
|
724
|
-
class
|
750
|
+
class SubscriptionUpgradeDowngradeDetails
|
725
751
|
# @private
|
726
752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
727
753
|
property :billing_cycle_spec, as: 'billingCycleSpec'
|
@@ -729,35 +755,35 @@ module Google
|
|
729
755
|
end
|
730
756
|
end
|
731
757
|
|
732
|
-
class
|
758
|
+
class SuspendSubscriptionRequest
|
733
759
|
# @private
|
734
760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
735
761
|
end
|
736
762
|
end
|
737
763
|
|
738
|
-
class
|
764
|
+
class SuspendSubscriptionResponse
|
739
765
|
# @private
|
740
766
|
class Representation < Google::Apis::Core::JsonRepresentation
|
741
|
-
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::
|
767
|
+
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::Subscription, decorator: Google::Apis::PaymentsresellersubscriptionV1::Subscription::Representation
|
742
768
|
|
743
769
|
end
|
744
770
|
end
|
745
771
|
|
746
|
-
class
|
772
|
+
class UndoCancelSubscriptionRequest
|
747
773
|
# @private
|
748
774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
749
775
|
end
|
750
776
|
end
|
751
777
|
|
752
|
-
class
|
778
|
+
class UndoCancelSubscriptionResponse
|
753
779
|
# @private
|
754
780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
755
|
-
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::
|
781
|
+
property :subscription, as: 'subscription', class: Google::Apis::PaymentsresellersubscriptionV1::Subscription, decorator: Google::Apis::PaymentsresellersubscriptionV1::Subscription::Representation
|
756
782
|
|
757
783
|
end
|
758
784
|
end
|
759
785
|
|
760
|
-
class
|
786
|
+
class UserSession
|
761
787
|
# @private
|
762
788
|
class Representation < Google::Apis::Core::JsonRepresentation
|
763
789
|
property :expire_time, as: 'expireTime'
|
@@ -765,7 +791,7 @@ module Google
|
|
765
791
|
end
|
766
792
|
end
|
767
793
|
|
768
|
-
class
|
794
|
+
class YoutubePayload
|
769
795
|
# @private
|
770
796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
771
797
|
property :access_end_time, as: 'accessEndTime'
|
@@ -773,31 +799,6 @@ module Google
|
|
773
799
|
property :partner_plan_type, as: 'partnerPlanType'
|
774
800
|
end
|
775
801
|
end
|
776
|
-
|
777
|
-
class GoogleTypeLocalizedText
|
778
|
-
# @private
|
779
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
780
|
-
property :language_code, as: 'languageCode'
|
781
|
-
property :text, as: 'text'
|
782
|
-
end
|
783
|
-
end
|
784
|
-
|
785
|
-
class ProductBundleDetails
|
786
|
-
# @private
|
787
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
-
collection :bundle_elements, as: 'bundleElements', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement::Representation
|
789
|
-
|
790
|
-
property :entitlement_mode, as: 'entitlementMode'
|
791
|
-
end
|
792
|
-
end
|
793
|
-
|
794
|
-
class SubscriptionLineItemBundleDetails
|
795
|
-
# @private
|
796
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
797
|
-
collection :bundle_element_details, as: 'bundleElementDetails', class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails, decorator: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails::Representation
|
798
|
-
|
799
|
-
end
|
800
|
-
end
|
801
802
|
end
|
802
803
|
end
|
803
804
|
end
|