We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c26700 + 6f76e54 commit 09e3126Copy full SHA for 09e3126
src/PSS/Entities/Request.php
@@ -23,6 +23,7 @@
23
* @property array $cc
24
* @property int $unreadReplies
25
* @property string $contactMethod
26
+ * @property boolean $changeProcessRequired
27
*/
28
class Request extends Entity
29
{
src/PSS/RequestClient.php
@@ -18,6 +18,7 @@ class RequestClient extends BaseClient
18
'system_reference' => 'systemReference',
19
'unread_replies' => 'unreadReplies',
20
'contact_method' => 'contactMethod',
21
+ 'change_process_required' => 'changeProcessRequired',
22
];
/**
0 commit comments