QuoteService::retrieve()
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: Finalizes the quote.
QuoteService::finalizeQuote 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: Cancels the quote.
QuoteService::cancel 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: 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: Returns a list of your quotes.
Method: Accepts the specified quote.
QuoteService::accept Read More »
Method: Updates the specified refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
RefundService::update Read More »
Method: Retrieves the details of an existing refund.
RefundService::retrieve Read More »
Method: Create a refund.
RefundService::create Read More »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all Read More »
Method: Marks a credit note as void. Learn more about voiding credit notes.
Method: When retrieving a credit note preview, you’ll get a lines property containing the first handful of those items. This URL you can retrieve the full (paginated) list of line items.