CustomerSubscriptionPausedEvent constructor

const CustomerSubscriptionPausedEvent({
  1. required Subscription object,
})

Occurs whenever a customer's subscription is paused. Only applies when subscriptions enter `status=paused`, not when [payment collection](/docs/billing/subscriptions/pause) is paused.

Implementation

const CustomerSubscriptionPausedEvent({required this.object});