Module: Saml::Elements::ContactPerson::ContactTypes

Defined in:
lib/saml/elements/contact_person.rb

Constant Summary collapse

TECHNICAL =
'technical'
SUPPORT =
'support'
ADMINISTRATIVE =
'administrative'
BILLING =
'billing'
OTHER =
'other'
ALL =
[TECHNICAL, SUPPORT, ADMINISTRATIVE, BILLING, OTHER]