ApplicationFeeRefundUpdatedEvent constructor

const ApplicationFeeRefundUpdatedEvent({
  1. required FeeRefund object,
})

Occurs whenever an application fee refund is updated.

Implementation

const ApplicationFeeRefundUpdatedEvent({required this.object});