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