Class: Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DeferSubscriptionPurchasesRequest

Returns a new instance of DeferSubscriptionPurchasesRequest.



1524
1525
1526
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1524

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

Instance Attribute Details

#deferral_infoGoogle::Apis::AndroidpublisherV2::SubscriptionDeferralInfo

A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time. Corresponds to the JSON property deferralInfo



1522
1523
1524
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1522

def deferral_info
  @deferral_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1529
1530
1531
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1529

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