summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/PrivateCatalogAddInsType.php
blob: c09e7c31d155473940234a1e36f9cd12e6125be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\PrivateCatalogAddInsType.
 */

namespace jamesiarmes\PhpEws\Type;

use jamesiarmes\PhpEws\Type;

/**
 * Undocumented.
 *
 * @package php-ews\Type
 *
 * @todo Update once documentation exists.
 */
class PrivateCatalogAddInsType extends Type
{
    /**
     * Undocumented.
     *
     * @since Exchange 2016
     *
     * @var string
     *
     * @todo Update once documentation exists.
     */
    public $ProductId;

    /**
     * Undocumented.
     *
     * @since Exchange 2016
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\AddInStateType
     *
     * @todo Update once documentation exists.
     */
    public $State;

    /**
     * Undocumented.
     *
     * @since Exchange 2016
     *
     * @var string
     *
     * @todo Update once documentation exists.
     */
    public $Version;
}