The response schema for the confirmPreorder operation.

Export

ConfirmPreorderResponse

interface ConfirmPreorderResponse {
    errors?: Error[];
    payload?: ConfirmPreorderResult;
}

Properties

Properties

errors?: Error[]

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

Memberof

ConfirmPreorderResponse

Memberof

ConfirmPreorderResponse