Sha256: e0a6c11afdebe4ee182926645fdc597b2fc0fa0219c6acd5fa04ee2f7ee780be
Contents?: true
Size: 289 Bytes
Versions: 23
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true module IronBank module Resources # A taxation item represents the tax amount associated with a single invoice # item. # class TaxationItem < Resource with_schema with_one :invoice with_one :invoice_item end end end
Version data entries
23 entries across 23 versions & 1 rubygems