Sha256: afdd548bac16e74658f0aeda4b6bb3455e1fe126284af898dd0df7cfe2db7ddd

Contents?: true

Size: 546 Bytes

Versions: 5

Compression:

Stored size: 546 Bytes

Contents

module Billogram
  class Bookkeeping < Resource
    attr_accessor :income_account, :vat_account, :income_account_for_vat_25,
      :income_account_for_vat_12, :income_account_for_vat_6,
      :income_account_for_vat_0, :reversed_vat_account, :vat_account_for_vat_25,
      :vat_account_for_vat_12, :vat_account_for_vat_6, :account_receivable_account,
      :client_funds_account, :banking_account, :interest_fee_account,
      :reminder_fee_account, :rounding_account, :factoring_receivable_account

    relation :regional_sweden, :one
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
billogram-0.5.1 lib/billogram/resources/bookkeeping.rb
billogram-0.5.0 lib/billogram/resources/bookkeeping.rb
billogram-0.4.2 lib/billogram/resources/bookkeeping.rb
billogram-0.4.1 lib/billogram/resources/bookkeeping.rb
billogram-0.4.0 lib/billogram/resources/bookkeeping.rb