createInvoiceAndChargeImmediately method

ResponseFuture<CreateInvoiceAndChargeImmediatelyResponse> createInvoiceAndChargeImmediately(
  1. CreateInvoiceAndChargeImmediatelyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$12.CreateInvoiceAndChargeImmediatelyResponse> createInvoiceAndChargeImmediately($12.CreateInvoiceAndChargeImmediatelyRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createInvoiceAndChargeImmediately, request, options: options);
}