class Form::Sales::Questions::OtherNationality1 < ::Form::Question
  def initialize(id, hsh, page)
    super
    @id = "othernational"
    @check_answer_label = "Buyer 1’s nationality"
    @header = "Nationality"
    @type = "text"
    @page = page
  end
end