Sha256: b207bb15380b55dccedd4303aa00c5e70f139abbc5ece65b22f8512c1a791dd0
Contents?: true
Size: 859 Bytes
Versions: 8
Compression:
Stored size: 859 Bytes
Contents
module Myfinance module Entities class CreditCardTransaction < Base attribute :id, Integer attribute :credit_card_invoice_id, Integer attribute :credit_card_id, Integer attribute :classification_center_id, Integer attribute :category_id, Integer attribute :amount, Decimal attribute :description, String attribute :occurred_at, Date attribute :type, String attribute :document, String attribute :observation, String attribute :created_at, DateTime attribute :updated_at, DateTime attribute :invoice_payment, Boolean attribute :excel_import_id, Integer attribute :financial_account_id, Integer attribute :person_id, Integer attribute :moved, Boolean attribute :recurrence_id, Integer attribute :indexed_at, DateTime end end end
Version data entries
8 entries across 8 versions & 1 rubygems