class Payjunction::Student < Payjunction::Customer
  belongs_to :student, foreign_key: :person_id, class_name: 'Student'
end
