CustomerSubscriptionPendingUpdateExpiredEvent constructor

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

Occurs whenever a customer's subscription's pending update expires before the related invoice is paid.

Implementation

const CustomerSubscriptionPendingUpdateExpiredEvent({required this.object});