Sha256: e6f92dfb570094f7132dedbd7100bcc8322f1d8a747463ee974527940bd6cfcc

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true

require 'fortnox/api/mappers/base'

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fortnox-api-0.6.0 lib/fortnox/api/mappers/terms_of_payments.rb