QuoteService::pdf()
Method: Download the PDF for a finalized quote.
Method: Download the PDF for a finalized quote.
Class: No description found
Method: Accepts the specified quote.
QuoteService::accept Read More »
Method: Returns a list of your quotes.
Method: When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.
QuoteService::allComputedUpfrontLineItems Read More »
Method: When retrieving a quote, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
QuoteService::allLineItems Read More »
Method: Cancels the quote.
QuoteService::cancel Read More »
Method: A quote models prices and services for a customer. Default options for header
, description
, footer
, and expires_at
can be set in the dashboard via the quote template.
QuoteService::create Read More »
Method: Finalizes the quote.
QuoteService::finalizeQuote Read More »
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: A quote models prices and services for a customer.
QuoteService::update Read More »