processLinkedRefund method

Future<RefundResponse> processLinkedRefund(
  1. LinkedRefundRequest request
)

Process a linked refund (using original transaction ID, no card required)

Implementation

Future<RefundResponse> processLinkedRefund(LinkedRefundRequest request) {
  throw UnimplementedError('processLinkedRefund() has not been implemented.');
}