mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 16:55:21 +00:00
15 lines
338 B
YAML
15 lines
338 B
YAML
|
type: object
|
||
|
allOf:
|
||
|
- type: object
|
||
|
required:
|
||
|
- invoiceID
|
||
|
- paymentID
|
||
|
properties:
|
||
|
invoiceID:
|
||
|
description: Идентификатор инвойса
|
||
|
type: string
|
||
|
paymentID:
|
||
|
description: Идентификатор платежа
|
||
|
type: string
|
||
|
- $ref: '#/definitions/Refund'
|