Confirm availability and the final price for a selected car rate.
A quote is required before creating a booking.
See the Duffel documentation.
Summary
Functions
Creates a quote for a rate.
Functions
@spec create(Duffel.Client.t(), map(), keyword()) :: {:ok, map()} | {:error, Duffel.Error.t()}
Creates a quote for a rate.
Examples
Duffel.Cars.Quotes.create(client, %{rate_id: "rat_123"})