ApplicationFeeRefundedEvent constructor

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

Occurs whenever an application fee is refunded, whether from refunding a charge or from [refunding the application fee directly](#fee_refunds). This includes partial refunds.

Implementation

const ApplicationFeeRefundedEvent({required this.object});