Class: Google::Apis::AndroidpublisherV3::InGracePeriodStateContext
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::InGracePeriodStateContext
- 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 IN_GRACE_PERIOD state.
Instance Attribute Summary collapse
-
#renewal_declined ⇒ Google::Apis::AndroidpublisherV3::RenewalDeclinedContext
Context related to renewal declined scenario.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InGracePeriodStateContext
constructor
A new instance of InGracePeriodStateContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InGracePeriodStateContext
Returns a new instance of InGracePeriodStateContext.
4084 4085 4086 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4084 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
4082 4083 4084 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4082 def renewal_declined @renewal_declined end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4089 4090 4091 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4089 def update!(**args) @renewal_declined = args[:renewal_declined] if args.key?(:renewal_declined) end |