mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
17 lines
325 B
YAML
17 lines
325 B
YAML
type: object
|
|
required:
|
|
- status
|
|
properties:
|
|
status:
|
|
description: Статус инвойса
|
|
type: string
|
|
enum:
|
|
- unpaid
|
|
- cancelled
|
|
- paid
|
|
- fulfilled
|
|
reason:
|
|
description: Причина отмены или погашения инвойса
|
|
type: string
|
|
maxLength: 1000
|