export interface OrderSubmitResponse { HttpStatusCode?: number; UnhandledErrorBody?: string; xp?: TOrderSubmitResponseXp; Succeeded?: boolean; }