Sha256: f0275fb845ce0c8d696691a69f4537345d401822735a0b1242050cc7e3a673f4
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 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 :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.5.0 | lib/myfinance/entities/sale.rb |