CustomerSubscriptionUpdatedEvent constructor

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

Occurs whenever a subscription changes (e.g., switching from one plan to another, or changing the status from trial to active).

Implementation

const CustomerSubscriptionUpdatedEvent({required this.object});