Creates a new saved quote based on the provided data.
The data object containing details for the new saved quote.
A result object containing the outcome of the creation process.
Finds a saved quote by its unique identifier.
The unique identifier of the saved quote.
The saved quote instance or null
if not found.
Retrieves the actual price for a saved quote.
The saved quote instance.
The calculated price of the saved quote.
Initiates a search for saved quotes.
An object that allows searching for saved quotes.
Updates an existing saved quote with the provided data.
The data object containing the updated details.
A result object containing the outcome of the update process.
Provides methods to interact with saved quotes, including finding, searching, creating, and updating quotes.