class Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferRequest

Request for the purchases.subscriptions.defer API.

Attributes

deferral_info[RW]

A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time. Corresponds to the JSON property `deferralInfo` @return [Google::Apis::AndroidpublisherV3::SubscriptionDeferralInfo]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1776
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 1781
def update!(**args)
  @deferral_info = args[:deferral_info] if args.key?(:deferral_info)
end