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)
18 lines
636 B
YAML
18 lines
636 B
YAML
description: Ключевые данные юридического соглашения
|
|
type: object
|
|
required:
|
|
- id
|
|
- signedAt
|
|
properties:
|
|
id:
|
|
description: Идентификатор юридического соглашения, например номер договора
|
|
type: string
|
|
signedAt:
|
|
description: Дата и время заключения юридического соглашения
|
|
type: string
|
|
format: date-time
|
|
validUntil:
|
|
description: Дата и время окончания действия юридического соглашения
|
|
type: string
|
|
format: date-time
|