getInvoicePdf method
ResponseStream<GetInvoicePdfResponse>
getInvoicePdf(
- GetInvoicePdfRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseStream<$10.GetInvoicePdfResponse> getInvoicePdf($10.GetInvoicePdfRequest request, {$grpc.CallOptions? options}) {
return $createStreamingCall(_$getInvoicePdf, $async.Stream.fromIterable([request]), options: options);
}