Sha256: baae1b758d88a2f3fb760041789660ed8a94a2300ae93daea2b7f907c9acdb67
Contents?: true
Size: 314 Bytes
Versions: 4
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class Currency < QuickBooksOnline::Resource attribute :exchange_rate, type: Type::Float attribute :name, type: Type::String attribute :symbol, type: Type::String end end end end
Version data entries
4 entries across 4 versions & 1 rubygems