ticketConfirmPaymentIntent method

ResponseFuture<OrderResponse> ticketConfirmPaymentIntent(
  1. OrderRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.OrderResponse> ticketConfirmPaymentIntent(
    $0.OrderRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$ticketConfirmPaymentIntent, request,
      options: options);
}