/
uchi-pro
/
api-client-php
Обзор
Документация
Войти
/
uchi-pro
/
api-client-php
Код
Запросы
0
Пакеты
0
Релизы
3
Аналитика
master
src/Vendors/Person.php
28 строк
766 B
Andrey Gladyshev
feat: перевести проект на php 8.2. убрать устаревшие методы
31 май 2024, 13:00
31 май 2024, 13:00
5826891
Код
Авторство
О чём код?
<?php declare(strict_types=1); namespace UchiPro\Vendors; class Person { public ?string $inn = null; public ?string $snils = null; public ?string $ogrn = null; public ?string $okpo = null; public ?string $oktmo = null; public ?string $okved = null; public ?string $dob = null; public ?string $citizenship = null; public ?string $passport = null; public ?string $gender = null; public ?string $contactPerson = null; public ?string $email = null; public ?string $phone = null; public ?string $locality = null; public ?string $address = null; public ?string $physicalAddress = null; public ?string $postalAddress = null; public ?string $employer = null; public ?string $education = null; }