Sha256: 5f558e7d5b3c7c7585f4a9292edfdc354397a00fb72f0c978b06fcbee59ee2d9

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

require 'gecko/record/base'

module Gecko
  module Record
    class TaxType < Base
      attribute :name,              String
      attribute :code,              String
      attribute :xero_online_id,    String
      attribute :imported_from,     String
      attribute :effective_rate,    BigDecimal

      attribute :status,            String

      # has_many :tax_components
    end

    class TaxTypeAdapter < BaseAdapter

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gecko-ruby-0.0.4 lib/gecko/record/tax_type.rb