Sha256: 077397cea43f8f81b28a2fd43a98927df1ef38a9544079d70c2330839a9569ec
Contents?: true
Size: 274 Bytes
Versions: 8
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Check class SearcherDeserializer < NetSuite::Deserializer id attribute :trandate attribute :memo end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems