swag-payments/spec/definitions/CustomerBindingError.yaml
2017-10-23 16:26:44 +03:00

11 lines
209 B
YAML

description: Описание ошибки, возникшей в процессе привязки
type: object
required:
- code
- message
properties:
code:
type: string
message:
type: string