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