CustomerSourceDeletedEvent constructor

const CustomerSourceDeletedEvent({
  1. required AccountExternalAccountCreatedEventObject object,
})

Occurs whenever a source is removed from a customer.

Implementation

const CustomerSourceDeletedEvent({required this.object});