Sha256: f44c834f96808da9298dbb9a624f9a6cdf6782a4f87a6523656e37e044c9199b
Contents?: true
Size: 373 Bytes
Versions: 15
Compression:
Stored size: 373 Bytes
Contents
module Myfinance module Entities class SaleRule < Base attribute :id attribute :sale_account_id attribute :issuer attribute :payment_method attribute :fee_percentage attribute :fixed_fee_amount attribute :days_to_liquidation attribute :weekdays attribute :created_at attribute :updated_at end end end
Version data entries
15 entries across 15 versions & 1 rubygems