Methods
-
<static> calculateApplicationCost(application)
-
Calculates the total cost for a given application.
Parameters:
Name Type Description application
application The application to calculate.
Returns:
The total cost for the given application.
- Type
- number
-
<static> sanitize(application)
-
Sanitizes the given application into a valid API application.
Parameters:
Name Type Description application
application The application to sanitize
Returns:
The sanitized application
- Type
- application