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