CustomerSubscriptionUpdatedEvent constructor
const
CustomerSubscriptionUpdatedEvent({
- 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});