class Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferRequest

Request for the purchases.subscriptions.defer API.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @deferral_info = args[:deferral_info] if args.key?(:deferral_info)
end