Sha256: ed59025364114de9ec10d7322a7497d426cfadd5ed56d182c317b0163449e6c3

Contents?: true

Size: 699 Bytes

Versions: 15

Compression:

Stored size: 699 Bytes

Contents

module Billimatic
  module Entities
    class Receivable < Base
      attribute :id, Integer
      attribute :invoice_id, Integer
      attribute :due_date, Date
      attribute :value, Decimal
      attribute :gross_value, Decimal
      attribute :payment_value, Decimal
      attribute :received_value, Decimal
      attribute :received_at, Date
      attribute :created_at, DateTime
      attribute :state, String
      attribute :payment_gateway_status, String
      attribute :cobrato_charge_id, Integer
      attribute :cobrato_errors, String
      attribute :finance_receivable_id, Integer
      attribute :finance_entity_id, Integer
      attribute :finance_errors, String
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
billimatic-client-0.14.1 lib/billimatic/entities/receivable.rb
billimatic-client-0.14.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.13.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.12.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.11.3 lib/billimatic/entities/receivable.rb
billimatic-client-0.11.2 lib/billimatic/entities/receivable.rb
billimatic-client-0.11.1 lib/billimatic/entities/receivable.rb
billimatic-client-0.11.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.10.2 lib/billimatic/entities/receivable.rb
billimatic-client-0.10.1 lib/billimatic/entities/receivable.rb
billimatic-client-0.10.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.9.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.8.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.7.0 lib/billimatic/entities/receivable.rb
billimatic-client-0.6.0 lib/billimatic/entities/receivable.rb