SubscriptionEvent constructor
SubscriptionEvent({
- String? effectiveDate,
- String? id,
- String? planId,
- SubscriptionEventInfo? info,
- SubscriptionEventSubscriptionEventType? subscriptionEventType,
Implementation
SubscriptionEvent(
{this.effectiveDate,
this.id,
this.planId,
this.info,
this.subscriptionEventType});