PaymentMethodAttachedEvent constructor
const
PaymentMethodAttachedEvent({
- required PaymentMethod object,
Occurs whenever a new payment method is attached to a customer.
Implementation
const PaymentMethodAttachedEvent({required this.object});