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 end end end