The response schema for the getPreorderInfo operation.

Export

GetPreorderInfoResponse

interface GetPreorderInfoResponse {
    errors?: Error[];
    payload?: GetPreorderInfoResult;
}

Properties

Properties

errors?: Error[]

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

Memberof

GetPreorderInfoResponse

Memberof

GetPreorderInfoResponse