def add_account_type(xml)
        xml.tag!('AccountType') do
          xml.tag!('Type', @options[:account_type])
          xml.tag!('Terms', @options[:account_terms])
          xml.tag!('FullAmount', @options[:account_full_amount])