SubscriptionScheduleAbortedEvent constructor

const SubscriptionScheduleAbortedEvent({
  1. required SubscriptionSchedule object,
})

Occurs whenever a subscription schedule is canceled due to the underlying subscription being canceled because of delinquency.

Implementation

const SubscriptionScheduleAbortedEvent({required this.object});