Sha256: fe543c2e93961b6813643ea28b4947bbdbfef7e483f4020813858551cb7da0ed

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

module Myfinance
  module Entities
    class Sale < Base
      attribute :amount_difference
      attribute :attachments
      attribute :attachments_count
      attribute :category_id
      attribute :classification_center_id
      attribute :competency_month
      attribute :confirmed_at
      attribute :created_at
      attribute :custom_classifications
      attribute :days_to_liquidation
      attribute :description
      attribute :discount_amount
      attribute :document
      attribute :document_emission_date
      attribute :estimated_liquidated_at
      attribute :fee_percentage
      attribute :fee_percentage_amount
      attribute :financial_account_id
      attribute :fixed_fee_amount
      attribute :id
      attribute :installment_count
      attribute :installment_number
      attribute :installments, Array[Hash]
      attribute :interest_amount
      attribute :issuer
      attribute :links
      attribute :liquidated_at
      attribute :liquidation_weekday
      attribute :net_amount
      attribute :nominal_amount
      attribute :observation
      attribute :occurred_at
      attribute :original_sale_id
      attribute :payment_method
      attribute :person_id
      attribute :provider_code
      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

2 entries across 2 versions & 1 rubygems

Version Path
myfinance-1.7.0 lib/myfinance/entities/sale.rb
myfinance-1.6.6 lib/myfinance/entities/sale.rb