Files
sendico/interface/external/payment_state.yaml
Stephan D 7d6d7c3f56 docs fix
2026-02-27 01:29:57 +01:00

12 lines
313 B
YAML

components:
schemas:
PaymentState:
type: string
enum:
- orchestration_state_unspecified
- orchestration_state_created
- orchestration_state_executing
- orchestration_state_needs_attention
- orchestration_state_settled
- orchestration_state_failed