1 | <?php |
||
9 | final class FacadeDocListV2ItemResponse |
||
10 | { |
||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | private $number; |
||
15 | /** |
||
16 | * @var string |
||
17 | * @SerializedName("docDate") |
||
18 | */ |
||
19 | private $docDate; |
||
20 | /** |
||
21 | * @var int |
||
22 | * @SerializedName("receivedAt") |
||
23 | */ |
||
24 | private $receivedAt; |
||
25 | /** |
||
26 | * @var string |
||
27 | */ |
||
28 | private $type; |
||
29 | /** |
||
30 | * @var string |
||
31 | */ |
||
32 | private $status; |
||
33 | /** |
||
34 | * @var string |
||
35 | * @SerializedName("senderName") |
||
36 | */ |
||
37 | private $senderName; |
||
38 | |||
39 | public function __construct( |
||
54 | |||
55 | public function getNumber(): string |
||
59 | |||
60 | public function getDocDate(): string |
||
64 | |||
65 | public function getReceivedAt(): int |
||
69 | |||
70 | public function getType(): string |
||
74 | |||
75 | public function getStatus(): string |
||
79 | |||
80 | public function getSenderName(): string |
||
84 | } |