ListAllRefundQueryParams constructor

const ListAllRefundQueryParams({
  1. required String paymentId,
  2. String? before,
  3. String? after,
  4. String? limit,
})

Implementation

const ListAllRefundQueryParams({
  required this.paymentId,
  this.before,
  this.after,
  this.limit,
});