12 lines
313 B
YAML
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
|