Sha256: e0f4c96ec1db49dcbbe57a7b67722f1b008a21ca40930b6a9b3360e13c928836
Contents?: true
Size: 624 Bytes
Versions: 66
Compression:
Stored size: 624 Bytes
Contents
module Cobrato module Entities class Payee < Base attribute :id, Integer attribute :national_identifier_type, String attribute :national_identifier, String attribute :name, String attribute :zipcode, String attribute :city, String attribute :state, String attribute :neighbourhood, String attribute :number, String attribute :complement, String attribute :street, String end end end
Version data entries
66 entries across 66 versions & 1 rubygems