Class: Google::Apis::AndroidpublisherV3::AutoRenewingPlan

Inherits:
Object
  • Object
show all
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

Information related to an auto renewing plan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AutoRenewingPlan

Returns a new instance of AutoRenewingPlan.



333
334
335
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 333

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

Instance Attribute Details

#auto_renew_enabledBoolean Also known as: auto_renew_enabled?

If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription Corresponds to the JSON property autoRenewEnabled

Returns:

  • (Boolean)


330
331
332
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 330

def auto_renew_enabled
  @auto_renew_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



338
339
340
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 338

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