Sha256: a712ac29c23b9faa13c8766e6bbcf8d3f7d945a066185a54595eeeb62a37d752

Contents?: true

Size: 400 Bytes

Versions: 7

Compression:

Stored size: 400 Bytes

Contents

# frozen_string_literal: true

require 'fortnox/api/mappers/base'

module Fortnox
  module API
    module Mapper
      class TermsOfPayment < Fortnox::API::Mapper::Base
        KEY_MAP = {}.freeze
        JSON_ENTITY_WRAPPER = 'TermsOfPayment'
        JSON_COLLECTION_WRAPPER = 'TermsOfPayments'
      end

      Registry.register(TermsOfPayment.canonical_name_sym, TermsOfPayment)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fortnox-api-0.8.0 lib/fortnox/api/mappers/terms_of_payment.rb
fortnox-api-0.7.2 lib/fortnox/api/mappers/terms_of_payment.rb
fortnox-api-0.7.1 lib/fortnox/api/mappers/terms_of_payment.rb
fortnox-api-0.7.0 lib/fortnox/api/mappers/terms_of_payment.rb
fortnox-api-0.6.3 lib/fortnox/api/mappers/terms_of_payment.rb
fortnox-api-0.6.2 lib/fortnox/api/mappers/terms_of_payment.rb
fortnox-api-0.6.1 lib/fortnox/api/mappers/terms_of_payment.rb