swag-payments/spec/definitions/InvoiceStatus.yaml

17 lines
325 B
YAML
Raw Normal View History

type: object
required:
- status
properties:
status:
description: Статус инвойса
type: string
enum:
- unpaid
- cancelled
- paid
- fulfilled
reason:
description: Причина отмены или погашения инвойса
type: string
maxLength: 1000