Subscription constructor

Subscription({
  1. String? billingMethod,
  2. String? creationTime,
  3. String? customerDomain,
  4. String? customerId,
  5. String? dealCode,
  6. String? kind,
  7. SubscriptionPlan? plan,
  8. String? purchaseOrderId,
  9. RenewalSettings? renewalSettings,
  10. String? resourceUiUrl,
  11. Seats? seats,
  12. String? skuId,
  13. String? skuName,
  14. String? status,
  15. String? subscriptionId,
  16. List<String>? suspensionReasons,
  17. SubscriptionTransferInfo? transferInfo,
  18. SubscriptionTrialSettings? trialSettings,
})

Implementation

Subscription({
  this.billingMethod,
  this.creationTime,
  this.customerDomain,
  this.customerId,
  this.dealCode,
  this.kind,
  this.plan,
  this.purchaseOrderId,
  this.renewalSettings,
  this.resourceUiUrl,
  this.seats,
  this.skuId,
  this.skuName,
  this.status,
  this.subscriptionId,
  this.suspensionReasons,
  this.transferInfo,
  this.trialSettings,
});