You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/classes.rb
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ class CancelSubscriptionRequest
54
54
55
55
# Optional. If true, Google will cancel the subscription immediately, and may or
56
56
# may not (based on the contract) issue a prorated refund for the remainder of
57
-
# the billing cycle. Otherwise, Google defers the cancelation at renewal_time,
57
+
# the billing cycle. Otherwise, Google defers the cancellation at renewal_time,
58
58
# and will not issue a refund. - YouTube subscriptions must use this option
59
59
# currently. However, the user will still have access to the subscription until
60
60
# the end of the billing cycle.
@@ -407,16 +407,16 @@ class FindEligiblePromotionsRequest
407
407
attr_accessor:filter
408
408
409
409
# Optional. The maximum number of promotions to return. The service may return
410
-
# fewer than this value. If unspecified, at most 50 products will be returned.
410
+
# fewer than this value. If unspecified, at most 50 promotions will be returned.
411
411
# The maximum value is 1000; values above 1000 will be coerced to 1000.
412
412
# Corresponds to the JSON property `pageSize`
413
413
# @return [Fixnum]
414
414
attr_accessor:page_size
415
415
416
-
# Optional. A page token, received from a previous `ListPromotions` call.
416
+
# Optional. A page token, received from a previous `FindEligiblePromotions` call.
417
417
# Provide this to retrieve the subsequent page. When paginating, all other
418
-
# parameters provided to `ListPromotions` must match the call that provided the
419
-
# page token.
418
+
# parameters provided to `FindEligiblePromotions` must match the call that
419
+
# provided the page token.
420
420
# Corresponds to the JSON property `pageToken`
421
421
# @return [String]
422
422
attr_accessor:page_token
@@ -459,12 +459,12 @@ def update!(**args)
459
459
end
460
460
end
461
461
462
-
# Details for a subscriptiin line item with finite billing cycles.
462
+
# Details for a subscription line item with finite billing cycles.
463
463
classFiniteBillingCycleDetails
464
464
includeGoogle::Apis::Core::Hashable
465
465
466
-
# Required. The number of a subscription line item billing cycles after which
467
-
# billing will stop automatically.
466
+
# The number of a subscription line item billing cycles after which billing will
467
+
# stop automatically.
468
468
# Corresponds to the JSON property `billingCycleCountLimit`
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
modulePaymentsresellersubscriptionV1
18
18
# Version of the google-apis-paymentsresellersubscription_v1 gem
19
-
GEM_VERSION="0.61.0"
19
+
GEM_VERSION="0.62.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-paymentsresellersubscription_v1/lib/google/apis/paymentsresellersubscription_v1/service.rb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ def initialize
52
52
end
53
53
54
54
# Currently, it doesn't support **YouTube** products. Retrieves the products
55
-
# that can be resold by the partner. It should be autenticated with a service
55
+
# that can be resold by the partner. It should be authenticated with a service
56
56
# account.
57
57
# @param [String] parent
58
58
# Required. The parent, the partner that can resell. Format: partners/`partner`
0 commit comments