A scenario test case response returned when the request is successful.

Scenario

interface Scenario {
    orders: TestOrder[];
    scenarioId: string;
}

Properties

Properties

orders: TestOrder[]

A list of orders that can be used by the caller to test each life cycle or scenario.

Scenario

scenarioId: string

An identifier that identifies the type of scenario that user can use for testing.

Scenario