Sha256: 280c334769a70813ec7f4be8bec5bacce2e312f68a3252b02492e1d2fa02afaa
Contents?: true
Size: 389 Bytes
Versions: 7
Compression:
Stored size: 389 Bytes
Contents
# frozen_string_literal: true require 'fortnox/api/repositories/base' require 'fortnox/api/models/terms_of_payment' require 'fortnox/api/mappers/terms_of_payment' module Fortnox module API module Repository class TermsOfPayment < Base MODEL = Model::TermsOfPayment MAPPER = Mapper::TermsOfPayment URI = '/termsofpayments/' end end end end
Version data entries
7 entries across 7 versions & 1 rubygems