contractTermInMonthsΒΆ

The contract term in months you want to select for the initial filter.

accepts integer
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    widgetOptions: {
      proposition: {
        initialFilter: {
          contractTermInMonths: 12
        }
      }
    }
  }
</script>