File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed
src/PleskX/Api/Struct/Customer Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,27 @@ class GeneralInfo extends \PleskX\Api\Struct
20
20
/** @var string */
21
21
public $ email ;
22
22
23
+ /** @var string */
24
+ public $ phone ;
25
+
26
+ /** @var string */
27
+ public $ fax ;
28
+
29
+ /** @var string */
30
+ public $ address ;
31
+
32
+ /** @var string */
33
+ public $ pcode ;
34
+
35
+ /** @var string */
36
+ public $ city ;
37
+
38
+ /** @var string */
39
+ public $ state ;
40
+
41
+ /** @var string */
42
+ public $ country ;
43
+
23
44
/** @var string */
24
45
public $ description ;
25
46
@@ -34,8 +55,15 @@ public function __construct($apiResponse)
34
55
'login ' ,
35
56
'guid ' ,
36
57
'email ' ,
58
+ 'phone ' ,
59
+ 'fax ' ,
60
+ 'address ' ,
61
+ 'pcode ' ,
62
+ 'city ' ,
63
+ 'state ' ,
64
+ 'country ' ,
37
65
'external-id ' ,
38
66
'description ' ,
39
67
]);
40
68
}
41
- }
69
+ }
You can’t perform that action at this time.
0 commit comments