Sha256: b56fd83b3232d1de09d9f76c2a312adaef931f9f96dbde8a89981625f4efd8d0
Contents?: true
Size: 414 Bytes
Versions: 13
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true require_relative 'journal_entry_line_detail' module LedgerSync module QuickBooksOnline class JournalEntryLine < QuickBooksOnline::Resource attribute :Amount, type: Type::Integer attribute :Description, type: Type::String references_one :JournalEntryLineDetail, to: JournalEntryLineDetail def name self.Description end end end end
Version data entries
13 entries across 13 versions & 1 rubygems