SubscriptionEvent constructor

SubscriptionEvent({
  1. String? effectiveDate,
  2. String? id,
  3. String? planId,
  4. SubscriptionEventInfo? info,
  5. SubscriptionEventSubscriptionEventType? subscriptionEventType,
})

Implementation

SubscriptionEvent(
    {this.effectiveDate,
    this.id,
    this.planId,
    this.info,
    this.subscriptionEventType});