# File lib/api/right_flexiscale_api.rb, line 699
    def list_debit_items(item_type, type_id, start_date=nil, end_date=nil)
      perform_request do
        @api.listDebitItems(item_type.to_s, type_id, 
                            start_date && start_date.to_i, end_date && end_date.to_i)
      end
    end