mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
16 lines
307 B
YAML
16 lines
307 B
YAML
type: object
|
|
discriminator: changeType
|
|
required:
|
|
- changeType
|
|
properties:
|
|
changeType:
|
|
type: string
|
|
enum:
|
|
- InvoiceCreated
|
|
- InvoiceStatusChanged
|
|
- PaymentStarted
|
|
- PaymentStatusChanged
|
|
- PaymentInteractionRequested
|
|
- RefundStarted
|
|
- RefundStatusChanged
|