Sub2ApiAdminProcessRefundRequest constructor

const Sub2ApiAdminProcessRefundRequest({
  1. required Sub2ApiDecimal amount,
  2. String reason = '',
  3. bool force = false,
  4. bool deductBalance = false,
})

Implementation

const Sub2ApiAdminProcessRefundRequest({
  required this.amount,
  this.reason = '',
  this.force = false,
  this.deductBalance = false,
});