Sha256: 1cae780ba655c17e0b81d271ecb07d411f3c8a670751ea6e826c20f40a5ca3ed
Contents?: true
Size: 481 Bytes
Versions: 8
Compression:
Stored size: 481 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class QuotePreviewInvoiceService < StripeService # Preview the invoices that would be generated by accepting the quote. def list(quote, params = {}, opts = {}) request( method: :get, path: format("/v1/quotes/%<quote>s/preview_invoices", { quote: CGI.escape(quote) }), params: params, opts: opts, base_address: :api ) end end end
Version data entries
8 entries across 8 versions & 1 rubygems