Sha256: e94b031a24484c764e09e376e951b7f547f0ca9cb827df3b64441c6ef93ddc9d

Contents?: true

Size: 896 Bytes

Versions: 13

Compression:

Stored size: 896 Bytes

Contents

module Billimatic
  module Entities
    class Company < Base
      attribute :id, Integer
      attribute :account_id, Integer
      attribute :name, String
      attribute :company_name, String
      attribute :cnpj, String
      attribute :state_inscription, String
      attribute :city_inscription, String
      attribute :address, String
      attribute :number, String
      attribute :zipcode, String
      attribute :district, String
      attribute :complement, String
      attribute :city, String
      attribute :state, String
      attribute :ibge_code, String
      attribute :contacts, String
      attribute :billing_contacts, String
      attribute :comments, String
      attribute :kind, String
      attribute :client_since, Date
      attribute :myfinance_customer_id, Integer
      attribute :myfinance_errors, String
      attribute :created_at, DateTime
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
billimatic-client-1.0.1 lib/billimatic/entities/company.rb
billimatic-client-1.0.0 lib/billimatic/entities/company.rb
billimatic-client-0.22.1 lib/billimatic/entities/company.rb
billimatic-client-0.22.0 lib/billimatic/entities/company.rb
billimatic-client-0.21.0 lib/billimatic/entities/company.rb
billimatic-client-0.20.0 lib/billimatic/entities/company.rb
billimatic-client-0.19.1 lib/billimatic/entities/company.rb
billimatic-client-0.19.0 lib/billimatic/entities/company.rb
billimatic-client-0.18.1 lib/billimatic/entities/company.rb
billimatic-client-0.18.0 lib/billimatic/entities/company.rb
billimatic-client-0.17.0 lib/billimatic/entities/company.rb
billimatic-client-0.16.0 lib/billimatic/entities/company.rb
billimatic-client-0.15.0 lib/billimatic/entities/company.rb