Sha256: 0cfe0290e362f98c915fb317db56b080059659f7cdf13b22b595717b3b2065c6
Contents?: true
Size: 256 Bytes
Versions: 23
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # Many-to-many relationship between invoices and payments. # class InvoicePayment < Resource with_schema with_one :invoice with_one :payment end end end
Version data entries
23 entries across 23 versions & 1 rubygems