fun getExperienceOrderTotal(cart: Cart): <ERROR CLASS>
Get Experience Order Total from API server.
Return
awaits for async promise to return Order Total.
fun getExperienceOrderTotal(cart: Cart, success: (result: Order?) -> Unit, failure: (Exception) -> Unit): Unit
Get Experience Order Total from API server.