2018-01-22 08:44:53 +00:00
|
|
|
description: 'Международное юридическое лицо'
|
|
|
|
type: object
|
|
|
|
allOf:
|
|
|
|
- $ref: '#/definitions/LegalEntity'
|
|
|
|
- type: object
|
|
|
|
required:
|
|
|
|
- legalName
|
|
|
|
- registeredOffice
|
|
|
|
properties:
|
|
|
|
legalName:
|
|
|
|
description: Наименование
|
|
|
|
type: string
|
|
|
|
tradingName:
|
|
|
|
description: Торговое наименование (если применимо)
|
|
|
|
type: string
|
|
|
|
registeredOffice:
|
|
|
|
description: Адрес места регистрации
|
|
|
|
type: string
|
|
|
|
principalPlaceOfBusiness:
|
|
|
|
description: Адрес места нахождения (если отличается от регистрации)
|
|
|
|
type: string
|
2018-02-27 08:26:13 +00:00
|
|
|
registeredNumber:
|
|
|
|
description: Регистрационный номер
|
|
|
|
type: string
|
|
|
|
maxLength: 100
|
2021-06-09 13:23:29 +00:00
|
|
|
country:
|
|
|
|
x-rebillyMerge:
|
|
|
|
- $ref: '#/definitions/CountryCode'
|