interface MyOrderFromQuoteDraft {
    id: string;
    quoteStateToAccepted?: boolean;
    version: number;
}

Properties

id: string

id of the Quote from which the Order is created.

quoteStateToAccepted?: boolean

Set to true, if the quoteState of the referenced Quote should be set to Accepted.

version: number

Current version of the Quote from which the Order is created.