1 | <?php |
||
33 | class Service |
||
34 | { |
||
35 | /** |
||
36 | * @var string |
||
37 | */ |
||
38 | public $TID; |
||
39 | |||
40 | /** |
||
41 | * @var Identifier |
||
42 | */ |
||
43 | public $identifier; |
||
44 | |||
45 | /** |
||
46 | * @var ServiceProvider |
||
47 | */ |
||
48 | public $serviceProvider; |
||
49 | |||
50 | /** |
||
51 | * Service constructor. |
||
52 | * |
||
53 | * @param ServiceBookPriceServiceOptions $options |
||
54 | */ |
||
55 | public function __construct($options) |
||
61 | } |
||
62 |