# File lib/api/right_flexiscale_api.rb, line 709
    def list_debits(start_date=nil, end_date=nil)
      perform_request do
        @api.listDebits(start_date && start_date.to_i, end_date && end_date.to_i)
      end
    end