Skip to content

Commit 1181edf

Browse files
Marc SerratMarc Serrat
authored andcommitted
Added description and commitment to items
1 parent cf6766f commit 1181edf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Item.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ class Item extends Model
7777

7878
public $unit;
7979

80+
/**
81+
* @var string
82+
*/
83+
84+
public $description;
85+
86+
/**
87+
* @var \stdClass
88+
*/
89+
public $commitment;
90+
8091
/**
8192
* Return a Param by ID
8293
* @param string $id

0 commit comments

Comments
 (0)