GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse constructor

GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse({
  1. String? cycleEndTime,
  2. String? freeTrialEndTime,
  3. String? renewalTime,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse({
  this.cycleEndTime,
  this.freeTrialEndTime,
  this.renewalTime,
});