getInvoice method

ResponseFuture<InvoiceResponse> getInvoice(
  1. InvoiceRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.InvoiceResponse> getInvoice(
  $1.InvoiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getInvoice, request, options: options);
}