CustomerSubscriptionPendingUpdateAppliedEvent constructor

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

Occurs whenever a customer's subscription's pending update is applied, and the subscription is updated.

Implementation

const CustomerSubscriptionPendingUpdateAppliedEvent({required this.object});