Sha256: 32cacbd365e17a71bfcccea57e9a1ed37b02e83a251cc3f3f4b77ff90dd24f2b
Contents?: true
Size: 242 Bytes
Versions: 8
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module QuickBooksOnline class PrimaryPhone < QuickBooksOnline::Resource attribute :FreeFormNumber, type: LedgerSync::Type::String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems