Sha256: 7c976b3eaeb98f94295bb28bc7a7fb6038b086c6ca7cf9d7774b0710b587e8ae
Contents?: true
Size: 367 Bytes
Versions: 13
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class PaymentLine class Serializer < QuickBooksOnline::Serializer amount :Amount attribute 'LinkedTxn', resource_attribute: :LinkedTxn, type: Serialization::Type::SerializeTransactionReferenceType.new end end end end
Version data entries
13 entries across 13 versions & 1 rubygems