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