class Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesRequest
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::AndroidpublisherV2::SubscriptionDeferralInfo]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1321 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/androidpublisher_v2/classes.rb, line 1326 def update!(**args) @deferral_info = args[:deferral_info] if args.key?(:deferral_info) end