mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
14 lines
256 B
YAML
14 lines
256 B
YAML
|
type: object
|
||
|
allOf:
|
||
|
- $ref: '#/definitions/InvoiceChange'
|
||
|
- type: object
|
||
|
required:
|
||
|
- paymentID
|
||
|
- refundID
|
||
|
properties:
|
||
|
paymentID:
|
||
|
type: string
|
||
|
refundID:
|
||
|
type: string
|
||
|
- $ref: '#/definitions/RefundStatus'
|