ApplicationFeeCreatedEvent constructor

const ApplicationFeeCreatedEvent({
  1. required ApplicationFee object,
})

Occurs whenever an application fee is created on a charge.

Implementation

const ApplicationFeeCreatedEvent({required this.object});