swag-questionary/spec/definitions/InternationalLegalEntity.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