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

12 lines
294 B
YAML

type: object
description: Одноразовое платежное средство
allOf:
- $ref: '#/definitions/Payer'
- $ref: '#/definitions/PaymentResource'
- type: object
required:
- contactInfo
properties:
contactInfo:
$ref: '#/definitions/ContactInfo'