Sha256: 78a678528a6a175161be4e274e9d73e4274c88476f47ddf4febff14332ab3ab9

Contents?: true

Size: 1.88 KB

Versions: 8

Compression:

Stored size: 1.88 KB

Contents

module Cobrato
  module Entities
    class Charge < Base
      attribute :id,                             Integer
      attribute :charge_account_id,              Integer
      attribute :due_date,                       Date
      attribute :processing_date,                Date
      attribute :document_kind,                  String
      attribute :document_date,                  Date
      attribute :document_number,                String
      attribute :custom_our_number,              Boolean
      attribute :our_number,                     String
      attribute :our_number_digit,               String
      attribute :total_amount,                   Decimal
      attribute :instructions,                   String
      attribute :demonstrative,                  String
      attribute :payer_emails,                   String
      attribute :payer_info,                     String
      attribute :received,                       Boolean
      attribute :received_amount,                Decimal
      attribute :received_at,                    Date
      attribute :processing_date,                Date
      attribute :for_homologation,               Boolean
      attribute :has_cnab_remittance,            Boolean
      attribute :registered,                     Boolean
      attribute :status,                         String
      attribute :payer_national_identifier_type, String
      attribute :payer_national_identifier,      String
      attribute :payer_name,                     String
      attribute :payer_number,                   String
      attribute :payer_complement,               String
      attribute :payer_street,                   String
      attribute :payer_neighbourhood,            String
      attribute :payer_zipcode,                  String
      attribute :payer_city,                     String
      attribute :payer_state,                    String
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cobrato-client-0.2.11 lib/cobrato/entities/charge.rb
cobrato-client-0.2.10 lib/cobrato/entities/charge.rb
cobrato-client-0.2.9 lib/cobrato/entities/charge.rb
cobrato-client-0.2.8 lib/cobrato/entities/charge.rb
cobrato-client-0.2.7 lib/cobrato/entities/charge.rb
cobrato-client-0.2.6 lib/cobrato/entities/charge.rb
cobrato-client-0.2.5 lib/cobrato/entities/charge.rb
cobrato-client-0.2.4 lib/cobrato/entities/charge.rb