PaymentMethodUpdatedEvent constructor

const PaymentMethodUpdatedEvent({
  1. required PaymentMethod object,
})

Occurs whenever a payment method is updated via the [PaymentMethod update API](https://stripe.com/docs/api/payment_methods/update).

Implementation

const PaymentMethodUpdatedEvent({required this.object});