class Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse

Response for the purchases.subscriptions.defer API.

Attributes

new_expiry_time_millis[RW]

The new expiry time for the subscription in milliseconds since the Epoch. Corresponds to the JSON property `newExpiryTimeMillis` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1795
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 1800
def update!(**args)
  @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis)
end