The response schema for the getPrepInstructions operation.

Export

GetPrepInstructionsResponse

interface GetPrepInstructionsResponse {
    errors?: Error[];
    payload?: GetPrepInstructionsResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetPrepInstructionsResponse

Memberof

GetPrepInstructionsResponse