Module: Registrar::Provider::Enom::ExtendedAttributeUS

Included in:
ExtendedAttribute
Defined in:
lib/registrar/provider/enom/extended_attribute_us.rb

Instance Method Summary collapse

Instance Method Details

#us_namesObject



5
6
7
8
9
10
11
# File 'lib/registrar/provider/enom/extended_attribute_us.rb', line 5

def us_names
  {
    :Nexus => 'us_nexus',
    :Purpose => 'us_purpose',
    :Country => 'global_cc_us'
  }
end

#us_valuesObject



12
13
14
15
16
17
18
19
20
21
22
23
24
25
# File 'lib/registrar/provider/enom/extended_attribute_us.rb', line 12

def us_values
  {
    :"US Citizen" => 'C11',
    :"Business Entity" => 'C21',
    :"Foreign Entity" => 'C31',
    :"Permanent Resident" => 'C12',
    :"US Based Office" => 'C22',
    :"For Profit" => 'P1',
    :"Non Profit" => 'P2',
    :Personal => 'P3',
    :Educational => 'P4',
    :Government => 'P5',
  }
end