swag-payments/spec/definitions/PaymentInstitution.yaml
Evgeny Levenets f28bab216c
CAPI-265: support reporting preferences modification (#184) (#186)
* 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)
2018-05-16 17:11:42 +03:00

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