Function ManageFee
Calculates the manage fee
ManageFee([PROPERTY_CODE],[TYPE],[ADD_VAT_AMOUNT],[FORCE_ASKING_PRICE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | required | n/a | PROPERTY_CODE | The property code |
2 | integer | optional | 3 | TYPE | See "DisplayManageFee" function for possible values |
3 | boolean | optional | false | ADD_VAT_AMOUNT | Whether or not to include the VAT amount |
4 | boolean | optional | false | FORCE_ASKING | Whether or not to force using the asking price |
Returns
The manage fee amount
Examples
Calculates the manage fee for a property
{{ManageFee(ALIAS.PROPCODE)}}