open fun getPriceAsync(options: Map<String, Any> = HashMap()): Deferred<Map<String, Any>?>
Retrieves the price for current configuration. Returns a Deferred object that will be completed asynchronously.
options
- A map containing configuration information that can be used to override
the current configuration - allows setting brand, model and parts.
Return
A Deferred that will be completed with the result.