downloadByUUID method
Download debit note with the given IdentifierUUID (can be used to allow public downloads)
Implementation
$grpc.ResponseFuture<$1.StandardFile> downloadByUUID(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$downloadByUUID, request, options: options);
}