mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
12 lines
294 B
YAML
12 lines
294 B
YAML
type: object
|
|
description: Одноразовое платежное средство
|
|
allOf:
|
|
- $ref: '#/definitions/Payer'
|
|
- $ref: '#/definitions/PaymentResource'
|
|
- type: object
|
|
required:
|
|
- contactInfo
|
|
properties:
|
|
contactInfo:
|
|
$ref: '#/definitions/ContactInfo'
|