SubscriptionAction constructor

SubscriptionAction({
  1. String? id,
  2. SubscriptionActionType? type,
  3. String? effectiveDate,
  4. String? newPlanId,
})

Implementation

SubscriptionAction({this.id, this.type, this.effectiveDate, this.newPlanId});