Skip to content

Commit 3dc36e3

Browse files
committed
Add suspend message
1 parent ef891e2 commit 3dc36e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Request/ProvisioningSuspendRequest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
class ProvisioningSuspendRequest extends ProvisioningRequest
55
{
6+
/** @var string Reason to display to the customer for the suspension */
7+
public $message;
8+
69
public function __construct()
710
{
811
$this->type = RequestType::PROVISION_SUSPEND();

0 commit comments

Comments
 (0)