Sha256: ead363a2a32c079d307113e3b23e0a63cb636f2a12de0e2b7a8b10e62c910a6f
Contents?: true
Size: 760 Bytes
Versions: 96
Compression:
Stored size: 760 Bytes
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class InvoiceCollection < Resource # @!attribute charge_invoice # @return [Invoice] define_attribute :charge_invoice, :Invoice # @!attribute credit_invoices # @return [Array[Invoice]] Credit invoices define_attribute :credit_invoices, Array, { :item_type => :Invoice } # @!attribute object # @return [String] Object type define_attribute :object, String end end end
Version data entries
96 entries across 96 versions & 1 rubygems