class Google::Apis::AndroidpublisherV3::AutoRenewingPlan
Information related to an auto renewing plan.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @auto_renew_enabled = args[:auto_renew_enabled] if args.key?(:auto_renew_enabled) @installment_details = args[:installment_details] if args.key?(:installment_details) @price_change_details = args[:price_change_details] if args.key?(:price_change_details) @recurring_price = args[:recurring_price] if args.key?(:recurring_price) end