interface ValidateEngineOrderResponse {
    productId: number;
    valid: boolean;
}

Properties

Properties

productId: number
valid: boolean