Below function with the object as a parameter should check if that object contains every array element as a parameter and the value of it is not falsy.
const checkKeysAndValues = (yourObject) => invoice_query_params.every(param => Object.keys(yourObject).includeshasOwnProperty(param) && yourObject[param])