Sha256: 585f791bee44a4ef56920e345fbeabf57f1e6a8113e5163b6b37aa488f29c409
Contents?: true
Size: 586 Bytes
Versions: 20
Compression:
Stored size: 586 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class InvoiceUpcomingLinesService < StripeService # When retrieving an upcoming invoice, you'll get a lines property containing the total count of line items and the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items. def list(params = {}, opts = {}) request( method: :get, path: "/v1/invoices/upcoming/lines", params: params, opts: opts, base_address: :api ) end end end
Version data entries
20 entries across 20 versions & 1 rubygems