Seznam faktur - list invoices

Vypíše seznam faktur daného plátce.

Parametry from a to umožnǔjí výstup filtrovat podle data vydání faktur.

<?php
$result = $client->sendCommand("list invoices",array("from" => "2023-01-01","to" => "2023-01-31"));
print_r($result->getData());
?>