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

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