PaymentMethodAttachedEvent constructor

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

Occurs whenever a new payment method is attached to a customer.

Implementation

const PaymentMethodAttachedEvent({required this.object});