Repository URL to install this package:
|
Version:
0.1.8 ▾
|
module Quickbooks
module Model
class LinkedTransaction < BaseModel
xml_accessor :txn_id, :from => 'TxnId'
xml_accessor :txn_type, :from => 'TxnType'
xml_accessor :txn_line_id, :from => 'TxnLineId'
end
end
end