ApplicationFeeRefunds constructor

const ApplicationFeeRefunds({
  1. required List<FeeRefund> data,
  2. required bool hasMore,
  3. required String url,
})

FeeRefundList

A list of refunds that have been applied to the fee.

Implementation

const ApplicationFeeRefunds({
  required this.data,
  required this.hasMore,
  required this.url,
});