CustomerSubscriptionResumedEvent constructor
const
CustomerSubscriptionResumedEvent({
- required Subscription object,
Occurs whenever a customer's subscription is no longer paused. Only applies when a `status=paused` subscription is [resumed](/docs/api/subscriptions/resume), not when [payment collection](/docs/billing/subscriptions/pause) is resumed.
Implementation
const CustomerSubscriptionResumedEvent({required this.object});