mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
14 lines
315 B
YAML
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'
|