diff --git a/src/PrintNode/PrintJob.php b/src/PrintNode/PrintJob.php index 610713c..70932ae 100755 --- a/src/PrintNode/PrintJob.php +++ b/src/PrintNode/PrintJob.php @@ -13,6 +13,7 @@ * @property string $contentType * @property string $content * @property string $source + * @property array $options * @property-read int $filesize * @property-read DateTime $createTimestamp * @property-read string $state @@ -29,6 +30,7 @@ class PrintJob extends Entity protected $createTimestamp; protected $state; protected $expireAt; + protected $options; public function foreignKeyEntityMap() {