swag-payments/spec/definitions/RefundStatusChanged.yaml

14 lines
256 B
YAML
Raw Normal View History

2017-09-18 16:20:46 +00:00
type: object
allOf:
- $ref: '#/definitions/InvoiceChange'
- type: object
required:
- paymentID
- refundID
properties:
paymentID:
type: string
refundID:
type: string
- $ref: '#/definitions/RefundStatus'