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

16 lines
307 B
YAML

type: object
discriminator: changeType
required:
- changeType
properties:
changeType:
type: string
enum:
- InvoiceCreated
- InvoiceStatusChanged
- PaymentStarted
- PaymentStatusChanged
- PaymentInteractionRequested
- RefundStarted
- RefundStatusChanged