Sha256: 1aecd33be0caeec8cc0a9f4eeaee1b3d43cdba1d4307044b538a7ae69db4cffb
Contents?: true
Size: 575 Bytes
Versions: 5
Compression:
Stored size: 575 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module QuickBooksOnline module PaymentLineItem class LedgerSerializer < QuickBooksOnline::LedgerSerializer attribute ledger_attribute: 'Amount', resource_attribute: :amount, type: LedgerSerializerType::AmountType attribute ledger_attribute: 'LinkedTxn', resource_attribute: :ledger_transactions, type: LedgerSerializerType::TransactionReferenceType end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems