Sha256: a61bc759c91fe08839460cb1c785dbf0d6906deffff831de46e80c8fd76d2340

Contents?: true

Size: 357 Bytes

Versions: 4

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Ledgers
    module QuickBooksOnline
      class Customer
        class Serializer < QuickBooksOnline::Serializer
          id

          attribute :DisplayName

          attribute 'PrimaryPhone.FreeFormNumber'

          attribute 'PrimaryEmailAddr.Address'
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ledger_sync-1.4.4 lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb
ledger_sync-1.4.2 lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb
ledger_sync-1.4.1 lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb
ledger_sync-1.4.0 lib/ledger_sync/ledgers/quickbooks_online/customer/serializer.rb