ApplicationFeeRefunds constructor
const
ApplicationFeeRefunds({})
FeeRefundList
A list of refunds that have been applied to the fee.
Implementation
const ApplicationFeeRefunds({
required this.data,
required this.hasMore,
required this.url,
});