Returns:
398 399 400
# File 'app/models/effective/order.rb', line 398 def done? persisted? && (purchased? || declined?) end