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

14 lines
315 B
YAML

type: object
allOf:
- type: object
required:
- id
- paymentResource
properties:
id:
description: Идентификатор привязки
type: string
paymentResource:
$ref: '#/definitions/PaymentResource'
- $ref: '#/definitions/CustomerBindingStatus'