swag-payments/spec/definitions/Representative.yaml

16 lines
393 B
YAML
Raw Normal View History

description: ЕИО/Представитель
type: object
required:
- position
- fullName
- document
properties:
position:
description: Наименование должности ЕИО/представителя
type: string
fullName:
description: ФИО ЕИО/представителя
type: string
document:
$ref: '#/definitions/RepresentativeDocument'