mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
f28bab216c
* CAPI-265: support reporting preferences modification (#184) * support reporting preferences modification * remove tech fields * rework ContractReportingPreferencesChange to match more precisely with ReportingPreferences * add forgotten field to LegalAgreement (#192)
16 lines
393 B
YAML
16 lines
393 B
YAML
description: ЕИО/Представитель
|
|
type: object
|
|
required:
|
|
- position
|
|
- fullName
|
|
- document
|
|
properties:
|
|
position:
|
|
description: Наименование должности ЕИО/представителя
|
|
type: string
|
|
fullName:
|
|
description: ФИО ЕИО/представителя
|
|
type: string
|
|
document:
|
|
$ref: '#/definitions/RepresentativeDocument'
|