Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferRequest

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

Request for the purchases.subscriptions.defer API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SubscriptionPurchasesDeferRequest

Returns a new instance of SubscriptionPurchasesDeferRequest.



3828
3829
3830
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3828

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

Instance Attribute Details

#deferral_infoGoogle::Apis::AndroidpublisherV3::SubscriptionDeferralInfo

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



3826
3827
3828
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3826

def deferral_info
  @deferral_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3833
3834
3835
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3833

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