Sha256: 88d5cc96bbe9f7d8339e8f93699ab4a290859da9fb2fee1d2300ed6c5a56be7a
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class Subsidiary < QuickBooksOnline::Resource attribute :name, type: LedgerSync::Type::String attribute :state, type: LedgerSync::Type::String end end end end
Version data entries
4 entries across 4 versions & 1 rubygems