1 | <?php |
||
15 | class GetFareFamilyDescription extends BaseWsMessage |
||
16 | { |
||
17 | /** |
||
18 | * @var ReferenceInformation[]|array |
||
19 | */ |
||
20 | public $referenceInformation; |
||
21 | |||
22 | /** |
||
23 | * GetFareFamilyDescription constructor. |
||
24 | * |
||
25 | * @param FareGetFareFamilyDescriptionOptions|null $options |
||
26 | */ |
||
27 | public function __construct($options) |
||
40 | } |
||
41 |