refund abstract method

Implementation

Future<Sub2ApiAdminPaymentRefundResult> refund(
  int id,
  Sub2ApiAdminProcessRefundRequest request, {
  Sub2ApiRequestOptions? requestOptions,
});