Sub2ApiAdminProcessRefundRequest constructor
const
Sub2ApiAdminProcessRefundRequest({
- required Sub2ApiDecimal amount,
- String reason = '',
- bool force = false,
- bool deductBalance = false,
Implementation
const Sub2ApiAdminProcessRefundRequest({
required this.amount,
this.reason = '',
this.force = false,
this.deductBalance = false,
});