10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
namespace x13allegro\Api\Model\Offers\Description;
|
|
|
|
final class Section
|
|
{
|
|
/** @var SectionItem[] */
|
|
public $items;
|
|
}
|