Overview

Namespaces

  • None
  • structures
    • bookings
    • hotel
    • invoices

Classes

  • Credentials
  • DataSet
  • MatchSet
  • ResultSet
  • SoldProducts
  • structures\bookings\Accomodation
  • structures\bookings\Booking
  • structures\bookings\Customer
  • structures\bookings\Person
  • structures\bookings\Service
  • structures\bookings\Transport
  • structures\hotel\RLocation
  • structures\invoices\Buyer
  • structures\invoices\Payment
  • structures\invoices\Product
  • structures\invoices\Seller
  • Overview
  • Namespace
  • Class
 1: <?php
 2: 
 3: /**
 4:  * WebServices for otela Enterprise Systems
 5:  *
 6:  * @copyright Copyright(C) 2016 otela Enterprise Systems
 7:  * @author Markus Bröker<markus.broeker@otela.net>
 8:  */
 9: class MatchSet {
10: 
11:     /**
12:      *
13:      * @var string
14:      */
15:     public $giataId;
16: 
17:     /**
18:      *
19:      * @var string
20:      */
21:     public $hotelName;
22: 
23:     /**
24:      *
25:      * @var String
26:      */
27:     public $street;
28: 
29:     /**
30:      *
31:      * @var String
32:      */
33:     public $postalCode;
34: 
35:     /**
36:      *
37:      * @var string
38:      */
39:     public $city;
40: 
41:     /**
42:      *
43:      * @var string
44:      */
45:     public $district;
46: 
47:     /**
48:      *
49:      * @var String
50:      */
51:     public $country;
52: 
53:     /**
54:      *
55:      * @var String
56:      */
57:     public $countryCode;
58: 
59:     /**
60:      *
61:      * @var string
62:      */
63:     public $telephoneNumber;
64: 
65:     /**
66:      *
67:      * @var string
68:      */
69:     public $address1;
70: 
71:     /**
72:      *
73:      * @var string
74:      */
75:     public $address2;
76: 
77:     /**
78:      *
79:      * @var string
80:      */
81:     public $address3;
82: 
83:     /**
84:      *
85:      * @var string
86:      */
87:     public $address4;
88: 
89:     /**
90:      *
91:      * @var string
92:      */
93:     public $address5;
94: 
95: }
96: 
API documentation generated by ApiGen