Sha256: 66fa54cbe71d5ddb31db711634916895f6295e63ab65e1200c8208896c9c287f
Contents?: true
Size: 260 Bytes
Versions: 23
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # An invoice adjustment modifies the total invoice balance. # class InvoiceAdjustment < Resource with_schema with_one :account with_one :invoice end end end
Version data entries
23 entries across 23 versions & 1 rubygems