Sha256: 4d0afe9687c48fb136a4d59549f37ae1f5ec526d58792294e67cba131acdd4bc
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
module Myfinance module Entities class Sale < Base attribute :api_related attribute :attachments attribute :attachments_count attribute :category_id attribute :classification_center_id attribute :confirmed_at attribute :created_at 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 :links 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 attribute :net_amount end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
myfinance-1.6.4 | lib/myfinance/entities/sale.rb |
myfinance-1.6.3 | lib/myfinance/entities/sale.rb |
myfinance-1.6.1 | lib/myfinance/entities/sale.rb |