mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
29 lines
943 B
YAML
29 lines
943 B
YAML
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
|
|
registeredNumber:
|
|
description: Регистрационный номер
|
|
type: string
|
|
maxLength: 100
|
|
country:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/CountryCode'
|