Sha256: 9c0316315843589c2148f0a16d5ab8701d92d43f0cbe55fc70fafe5ae361aafd

Contents?: true

Size: 410 Bytes

Versions: 4

Compression:

Stored size: 410 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class PaymentLine
        class Serializer < QuickBooksOnline::Serializer
          amount :Amount

          attribute 'LinkedTxn',
                    resource_attribute: :LinkedTxn,
                    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.6.0 lib/ledger_sync/ledgers/quickbooks_online/payment_line/serializer.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/payment_line/serializer.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/payment_line/serializer.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/payment_line/serializer.rb