The response schema for the getPrepInstructions operation.

GetPrepInstructionsResponse

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

Properties

Properties

errors?: Error[]

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

GetPrepInstructionsResponse

GetPrepInstructionsResponse