Subscription constructor

Subscription({
  1. SubscriptionCancellationDetails? cancellationDetails,
  2. String? createTime,
  3. String? cycleEndTime,
  4. bool? endUserEntitled,
  5. String? freeTrialEndTime,
  6. List<SubscriptionLineItem>? lineItems,
  7. SubscriptionMigrationDetails? migrationDetails,
  8. String? name,
  9. String? partnerUserToken,
  10. String? processingState,
  11. List<String>? products,
  12. List<SubscriptionPromotionSpec>? promotionSpecs,
  13. List<String>? promotions,
  14. String? purchaseTime,
  15. String? redirectUri,
  16. String? renewalTime,
  17. Location? serviceLocation,
  18. String? state,
  19. String? updateTime,
  20. SubscriptionUpgradeDowngradeDetails? upgradeDowngradeDetails,
})

Implementation

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