Class: Google::Apis::PaymentsresellersubscriptionV1::ResumeSubscriptionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/paymentsresellersubscription_v1/classes.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb

Overview

Response that contains the resumed subscription.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResumeSubscriptionResponse

Returns a new instance of ResumeSubscriptionResponse.



1098
1099
1100
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1098

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#subscriptionGoogle::Apis::PaymentsresellersubscriptionV1::Subscription

A subscription serves as a central billing entity between an external partner and Google. The underlying Google services rely on the subscription state to grant or revoke the user's service entitlement. It's important to note that the subscription state may not always perfectly align with the user's service entitlement. For example, some Google services may continue providing access to the user until the current billing cycle ends, even if the subscription has been immediately canceled. However, other services may not do the same. To fully understand the specific details, please consult the relevant contract or product policy. Corresponds to the JSON property subscription



1096
1097
1098
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1096

def subscription
  @subscription
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1103
1104
1105
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 1103

def update!(**args)
  @subscription = args[:subscription] if args.key?(:subscription)
end