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

Version Path
cobrato-client-0.26.0 lib/cobrato/entities/payer.rb
cobrato-client-0.25.0 lib/cobrato/entities/payer.rb
cobrato-client-0.24.1 lib/cobrato/entities/payer.rb
cobrato-client-0.24.0 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta12 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta11 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta10 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta9 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta8 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta7 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta6 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta5 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta4 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta3 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta2 lib/cobrato/entities/payer.rb
cobrato-client-0.23.0.beta1 lib/cobrato/entities/payer.rb
cobrato-client-0.22.0 lib/cobrato/entities/payer.rb
cobrato-client-0.21.0 lib/cobrato/entities/payer.rb
cobrato-client-0.20.0 lib/cobrato/entities/payer.rb