Sha256: fc0233e199e48afd468a922bc3e288a6c1ede8a13d0a55ae79e1f37a13bb2d60

Contents?: true

Size: 361 Bytes

Versions: 4

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

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

          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/bill_payment_line/serializer.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line/serializer.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line/serializer.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/bill_payment_line/serializer.rb