Sha256: e76fecabbb6f69f19f9f404a3a60c0663303bed0591a4913d740efb4440cdd6b
Contents?: true
Size: 767 Bytes
Versions: 5
Compression:
Stored size: 767 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Adaptors module NetSuite module Customer class LedgerDeserializer < NetSuite::LedgerSerializer attribute ledger_attribute: :id, resource_attribute: :ledger_id attribute ledger_attribute: :companyName, resource_attribute: :name attribute ledger_attribute: :email, resource_attribute: :email attribute ledger_attribute: :phone, resource_attribute: :phone_number attribute ledger_attribute: :subsidiary, resource_attribute: :subsidiary, type: LedgerSerializerType::SubsidiaryType end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems