cancelPaymentIntent method

Future<Map> cancelPaymentIntent(
  1. String token,
  2. String paymentIntentId,
  3. String? cancellationReason,
  4. String requestId,
)

Implementation

Future<Map> cancelPaymentIntent(String token, String paymentIntentId,
    String? cancellationReason, String requestId) {
  throw UnimplementedError("Cancel Payment Intent has not been implemented");
}