Sha256: 60a704a173c8df194da99f83b252c326c63ffc79c4d0015bff3c7f2db0553c32
Contents?: true
Size: 772 Bytes
Versions: 8
Compression:
Stored size: 772 Bytes
Contents
module Emites module Entities class TakerAddress < Base attribute :id, Integer attribute :street, String attribute :number, String attribute :complement, String attribute :neighborhood, String attribute :city_code, Integer attribute :state, String attribute :zip_code, String attribute :street_type, String attribute :neighborhood_type, String attribute :city, String attribute :reference_point, String attribute :country, String attribute :country_code, Integer attribute :country_abbreviation, String end end end
Version data entries
8 entries across 8 versions & 1 rubygems