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
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -885,6 +885,13 @@ class GoogleCloudPaymentsResellerSubscriptionV1Subscription
885
885
# @return [Array<String>]
886
886
attr_accessor:promotions
887
887
888
+
# Optional. The timestamp when the user transaction was made with the Partner.
889
+
# Specify for the case of "bundle with choice", and it must be before the
890
+
# provision_time (when the user makes a selection).
891
+
# Corresponds to the JSON property `purchaseTime`
892
+
# @return [String]
893
+
attr_accessor:purchase_time
894
+
888
895
# Output only. The place where partners should redirect the end-user to after
889
896
# creation. This field might also be populated when creation failed. However,
890
897
# Partners should always prepare a default URL to redirect the user in case this
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.40.0"
19
+
GEM_VERSION="0.41.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.14.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/representations.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -502,6 +502,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
0 commit comments