Sha256: 646bbc81e480de72723d2fbeb30df58365737d6356244ac579548094b8a079c4
Contents?: true
Size: 369 Bytes
Versions: 13
Compression:
Stored size: 369 Bytes
Contents
# frozen_string_literal: true module LedgerSync module QuickBooksOnline class PaymentLine class Deserializer < QuickBooksOnline::Deserializer amount :Amount attribute :LinkedTxn, hash_attribute: 'LinkedTxn', type: Serialization::Type::DeserializeTransactionReferenceType.new end end end end
Version data entries
13 entries across 13 versions & 1 rubygems