Sha256: c2d2ad0b75814a36e1d6b5c6444dd5056bd56485b40c118913aaab2a79d66b32
Contents?: true
Size: 859 Bytes
Versions: 8
Compression:
Stored size: 859 Bytes
Contents
module Emites module Entities class Taker < Base attribute :id, Integer attribute :cpf, String attribute :cnpj, String attribute :city_inscription, String attribute :social_reason, String attribute :fancy_name, String attribute :state_inscription, String attribute :substitute_state_inscription, String attribute :special_situation, Integer attribute :foreign_taker, Boolean attribute :allow_incomplete, Boolean attribute :is_complete, Boolean attribute :address, TakerAddress attribute :contact, TakerContact end end end
Version data entries
8 entries across 8 versions & 1 rubygems