CustomerSourceUpdatedEvent constructor

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

Occurs whenever a source's details are changed.

Implementation

const CustomerSourceUpdatedEvent({required this.object});