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.
6404 6405 6406 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6404 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
6402 6403 6404 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6402 def renewal_declined @renewal_declined end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6409 6410 6411 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6409 def update!(**args) @renewal_declined = args[:renewal_declined] if args.key?(:renewal_declined) end |