mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 08:35:19 +00:00
22 lines
671 B
YAML
22 lines
671 B
YAML
description: Юридическое лицо-резидент РФ
|
|
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/LegalEntity'
|
|
- type: object
|
|
properties:
|
|
legalName:
|
|
description: Наименование
|
|
type: string
|
|
actualAddress:
|
|
description: Адрес места нахождения
|
|
type: string
|
|
registeredAddress:
|
|
description: Адрес места регистрации
|
|
type: string
|
|
registeredNumber:
|
|
description: Регистрационный номер
|
|
type: string
|
|
tradingName:
|
|
description: Торговое наименование
|
|
type: string
|