Sha256: cf32464ba211d2a23ea2c862007ed4cf69a49f50eda14b4cf6b06783553b3548
Contents?: true
Size: 568 Bytes
Versions: 14
Compression:
Stored size: 568 Bytes
Contents
module GoTransverseTractApi module BillingAccount class StandardInvoiceAdjustmentApplication < AdjustmentApplication class << self # # @param {Long} invoice_eid # def find_by_invoice_eid invoice_eid GoTransverseTractApi.get_response_for(self, {invoice_eid: invoice_eid}) end # # @param {Long} invoice_num # def find_by_invoice_num invoice_num GoTransverseTractApi.get_response_for(self, {invoice_num: invoice_num}) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems