PaymentMethodAutomaticallyUpdatedEvent constructor

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

Occurs whenever a payment method's details are automatically updated by the network.

Implementation

const PaymentMethodAutomaticallyUpdatedEvent({required this.object});