swag-payments/spec/definitions/ContractCreation.yaml
Andrew Mayorov 2ca3164415 CAPI-217: add payment institution support (#153)
* CAPI-217: add payment institution support (#152)
* CAPI-233: add international legal entity & bank account (#155)
* CAPI-217: harder conditions for residence & BIC (#156)
2018-01-22 11:44:53 +03:00

15 lines
353 B
YAML

description: Создание нового договора
type: object
allOf:
- $ref: '#/definitions/ContractModification'
- type: object
required:
- contractor
- paymentInstitutionID
properties:
contractor:
$ref: '#/definitions/Contractor'
paymentInstitutionID:
type: integer
format: int32