GoogleCloudPaymentsResellerSubscriptionV1Subscription constructor

GoogleCloudPaymentsResellerSubscriptionV1Subscription({
  1. GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails? cancellationDetails,
  2. String? createTime,
  3. String? cycleEndTime,
  4. bool? endUserEntitled,
  5. String? freeTrialEndTime,
  6. List<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem>? lineItems,
  7. String? name,
  8. String? partnerUserToken,
  9. String? processingState,
  10. List<String>? products,
  11. List<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec>? promotionSpecs,
  12. List<String>? promotions,
  13. String? redirectUri,
  14. String? renewalTime,
  15. GoogleCloudPaymentsResellerSubscriptionV1Location? serviceLocation,
  16. String? state,
  17. String? updateTime,
  18. GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails? upgradeDowngradeDetails,
})

Implementation

GoogleCloudPaymentsResellerSubscriptionV1Subscription({
  this.cancellationDetails,
  this.createTime,
  this.cycleEndTime,
  this.endUserEntitled,
  this.freeTrialEndTime,
  this.lineItems,
  this.name,
  this.partnerUserToken,
  this.processingState,
  this.products,
  this.promotionSpecs,
  this.promotions,
  this.redirectUri,
  this.renewalTime,
  this.serviceLocation,
  this.state,
  this.updateTime,
  this.upgradeDowngradeDetails,
});