Sha256: 8f21d2fa9548c1d4599442faf2f9419caea8aea51f9a134b27e507e1df9491d1
Contents?: true
Size: 624 Bytes
Versions: 37
Compression:
Stored size: 624 Bytes
Contents
module Cobrato module Entities class Payer < 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
37 entries across 37 versions & 1 rubygems