class Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse

Attributes

cycle_end_time[RW]

The time at which the subscription is expected to be extended, in ISO 8061 format. UTC timezone. Example, “cycleEndTime”:“2019-08-31T17:28:54.564Z” Corresponds to the JSON property `cycleEndTime` @return [String]

free_trial_end_time[RW]

End of the free trial period, in ISO 8061 format. UTC timezone. Example, “ freeTrialEndTime”:“2019-08-31T17:28:54.564Z” This time will be set the same as initial subscription creation time if no free trial period is offered to the partner. Corresponds to the JSON property `freeTrialEndTime` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/paymentsresellersubscription_v1/classes.rb, line 183
def update!(**args)
  @cycle_end_time = args[:cycle_end_time] if args.key?(:cycle_end_time)
  @free_trial_end_time = args[:free_trial_end_time] if args.key?(:free_trial_end_time)
end