processLinkedRefund method
Process a linked refund (using original transaction ID, no card required)
Implementation
Future<RefundResponse> processLinkedRefund(LinkedRefundRequest request) {
throw UnimplementedError('processLinkedRefund() has not been implemented.');
}