mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55: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)
28 lines
436 B
YAML
28 lines
436 B
YAML
description: Платёжная организация
|
|
type: object
|
|
required:
|
|
- id
|
|
- name
|
|
- realm
|
|
- residences
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: int32
|
|
name:
|
|
type: string
|
|
maxLength: 200
|
|
description:
|
|
type: string
|
|
maxLength: 1000
|
|
residences:
|
|
type: array
|
|
items:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/Residence'
|
|
realm:
|
|
type: string
|
|
enum:
|
|
- test
|
|
- live
|