Subscription constructor
Subscription({
- String? billingMethod,
- String? creationTime,
- String? customerDomain,
- String? customerId,
- String? dealCode,
- String? kind,
- SubscriptionPlan? plan,
- String? purchaseOrderId,
- RenewalSettings? renewalSettings,
- String? resourceUiUrl,
- Seats? seats,
- String? skuId,
- String? skuName,
- String? status,
- String? subscriptionId,
- List<
String> ? suspensionReasons, - SubscriptionTransferInfo? transferInfo,
- 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,
});