| 1 | <?php |
||
| 31 | class SalesReportIdentification |
||
| 32 | { |
||
| 33 | /** |
||
| 34 | * A number allocated to a group or an item. |
||
| 35 | * |
||
| 36 | * @var ItemNumberDetails[] |
||
| 37 | */ |
||
| 38 | public $itemNumberDetails; |
||
| 39 | |||
| 40 | /** |
||
| 41 | * SalesReportIdentification constructor. |
||
| 42 | * |
||
| 43 | * @param $number |
||
| 44 | * @param $type |
||
| 45 | */ |
||
| 46 | 4 | public function __construct($number, $type) |
|
| 50 | } |
||
| 51 |