mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
13 lines
229 B
YAML
13 lines
229 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/InvoiceChange'
|
|
- type: object
|
|
required:
|
|
- paymentID
|
|
- refund
|
|
properties:
|
|
paymentID:
|
|
type: string
|
|
refund:
|
|
$ref: '#/definitions/Refund'
|