Class: Google::Apis::AndroidpublisherV3::OnHoldStateContext
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::OnHoldStateContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Additional context around subscriptions in ON_HOLD state.
Instance Attribute Summary collapse
-
#renewal_declined ⇒ Google::Apis::AndroidpublisherV3::RenewalDeclinedContext
Context related to renewal declined scenario.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OnHoldStateContext
constructor
A new instance of OnHoldStateContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OnHoldStateContext
Returns a new instance of OnHoldStateContext.
5382 5383 5384 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5382 def initialize(**args) update!(**args) end |
Instance Attribute Details
#renewal_declined ⇒ Google::Apis::AndroidpublisherV3::RenewalDeclinedContext
Context related to renewal declined scenario.
Corresponds to the JSON property renewalDeclined
5380 5381 5382 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5380 def renewal_declined @renewal_declined end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5387 5388 5389 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 5387 def update!(**args) @renewal_declined = args[:renewal_declined] if args.key?(:renewal_declined) end |