createPaymentIntent abstract method

Future<PaymentResponse> createPaymentIntent(
  1. ServiceCall call,
  2. PaymentRequest request
)

Implementation

$async.Future<$0.PaymentResponse> createPaymentIntent(
    $grpc.ServiceCall call, $0.PaymentRequest request);