getInvoice method

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

Implementation

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