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
2020 /** @var string */
2121 public $ email ;
2222
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+
2344 /** @var string */
2445 public $ description ;
2546
@@ -34,8 +55,15 @@ public function __construct($apiResponse)
3455 'login ' ,
3556 'guid ' ,
3657 'email ' ,
58+ 'phone ' ,
59+ 'fax ' ,
60+ 'address ' ,
61+ 'pcode ' ,
62+ 'city ' ,
63+ 'state ' ,
64+ 'country ' ,
3765 'external-id ' ,
3866 'description ' ,
3967 ]);
4068 }
41- }
69+ }
You can’t perform that action at this time.
0 commit comments