The payee selection criteria.
payees.include must be either the string "all", or an object containing one or more of ids (string array of employee/contractor ids), payee_type (employee or contractor), payee_names (string), archived (boolean).
payees.exclude (optional) is an object containing one or more of the same keys.
Must be present when payees.include.payee_type, payees.include.payee_names and payees.include.archived is either empty or not set.
Must be present when payees.include.ids, payees.include.payee_names and payees.include.archived is either empty or not set.
Must be present when payees.include.ids, payees.include.payee_type and payees.include.archived is either empty or not set.
Must be present when payees.include.ids, payees.include.payee_type and payees.include.payee_names is either empty or not set.