Sha256: 06293989cff6ff3e6f65abf67a02d414aeb6c90c76796224e26d264be1c220ed

Contents?: true

Size: 475 Bytes

Versions: 4

Compression:

Stored size: 475 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class BillPaymentLineItem
        class Serializer < QuickBooksOnline::Serializer
          amount 'Amount',
                 resource_attribute: :amount

          attribute 'LinkedTxn',
                    resource_attribute: :ledger_transactions,
                    type: Serialization::Type::SerializeTransactionReferenceType.new
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ledger_sync-1.4.4 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb
ledger_sync-1.4.2 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line_item/serializer.rb