Skip to content

Commit e42b4ce

Browse files
author
Denis Korolev
committed
inn для физ лица
1 parent 7c723f1 commit e42b4ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Entities/Contractor/GetInfo/Request/FlMember.php

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
class FlMember
1010
{
11+
/**
12+
* @Serializer\SerializedName("ИНН")
13+
* @Serializer\Type("string")
14+
*/
15+
public ?string $inn = null;
1116
/**
1217
* @Serializer\SerializedName("ЧастноеЛицо")
1318
* @Serializer\Type("string")

0 commit comments

Comments
 (0)