SetupIntentCreatedEvent constructor

const SetupIntentCreatedEvent({
  1. required SetupIntent object,
})

Occurs when a new SetupIntent is created.

Implementation

const SetupIntentCreatedEvent({required this.object});