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