Function DisplayPriceFreqPer
Outputs a price frequency "per" display
DisplayPriceFreqPer([FREQ],[TITLE_CASE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | required | n/a | FREQ | The frequency i.e. Monthly, Annually |
2 | boolean | optional | false | TITLE_CASE | Whether to output the frequency in title case. |
Returns
The price frequency per i.e. "per month OR per year"
Examples
Example of displaying rent frequency
{{DisplayPriceFreqPer(ALIAS.RENTFREQ)}}