swag-payments/spec/definitions/RefundStarted.yaml
2017-09-18 19:20:46 +03:00

13 lines
229 B
YAML

type: object
allOf:
- $ref: '#/definitions/InvoiceChange'
- type: object
required:
- paymentID
- refund
properties:
paymentID:
type: string
refund:
$ref: '#/definitions/Refund'