Sha256: 62d1246507f8c6a4d60ccecf673c8ebf79103e5c3c83dfd594bc2b28ebea3db3

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 Bytes

Contents

module Myfinance
  module Entities
    class SaleAccount < Base
      attribute :category_id
      attribute :classification_center_id
      attribute :consolidate
      attribute :created_at
      attribute :custom_classifications
      attribute :description
      attribute :entity_id
      attribute :id
      attribute :name
      attribute :payment_methods
      attribute :person_id
      attribute :provider
      attribute :updated_at
      attribute :expected_deposit_account_id
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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