Sha256: 74bb83961108d2a4edad9f0fddf45907767bc7d55778f0e6f29aa8902e11773a

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

module Myfinance
  module Entities
    class Sale < Base
      attribute :api_related
      attribute :attachments_count
      attribute :category_id
      attribute :classification_center_id
      attribute :confirmed_at
      attribute :created_at
      attribute :custom_classifications
      attribute :custom_classifications
      attribute :days_to_liquidation
      attribute :description
      attribute :discount_amount
      attribute :estimated_liquidated_at
      attribute :fee_percentage
      attribute :fee_percentage_amount
      attribute :financial_account_id
      attribute :fixed_fee_amount
      attribute :id
      attribute :interest_amount
      attribute :issuer
      attribute :liquidated_at
      attribute :liquidation_weekday
      attribute :nominal_amount
      attribute :observation
      attribute :occurred_at
      attribute :payment_method
      attribute :person_id
      attribute :receivable_amount
      attribute :sale_account_id
      attribute :status
      attribute :summary
      attribute :tax_charges
      attribute :ticket_amount
      attribute :total_amount
      attribute :updated_at
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
myfinance-1.4.1 lib/myfinance/entities/sale.rb