Sha256: db1f3d3a0c97f4e16efee2f50b63970783e9f5e76ab4c0bc7c3e646fe600a6d1
Contents?: true
Size: 255 Bytes
Versions: 15
Compression:
Stored size: 255 Bytes
Contents
module BillForward class InvoiceRecalculationAmendment < Amendment @resource_path = BillForward::ResourcePath.new("amendments", "amendment") def initialize(*args) super set_state_param('@type', 'InvoiceRecalculationAmendment') end end end
Version data entries
15 entries across 15 versions & 1 rubygems