D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
rest-api
/
v2
/
externals
/
Entity
/
Filename :
NonExistentUser.php
back
Copy
<?php // Copyright 1999-2024. WebPros International GmbH. All rights reserved. namespace PleskExt\RestApi\v2\Entity; use PleskRestApi\JMS\Serializer\Annotation\Type; /** */ class NonExistentUser { /** * The field is used to modify the default rejection message. * @Type("string") * @var string */ public $bounce; /** * The field specifies the mail address to which undelivered mail should be forwarded. * @Type("string") * @var string */ public $forward; /** * The field is used to reject such mail messages (they will not be accepted by the mail server). * @Type("bool") * @var bool */ public $reject; }