Sha256: 14b4280ac21160ae184c3138b474a7a23ef829d6177b1eaa499d0dd6699031fb
Contents?: true
Size: 271 Bytes
Versions: 8
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module NetSuite class Subsidiary < NetSuite::Resource attribute :name, type: LedgerSync::Type::String attribute :state, type: LedgerSync::Type::String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems