Class: Merge::Ats::EmailAddressTypeEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/ats/types/email_address_type_enum.rb

Overview

  • ‘PERSONAL` - PERSONAL

  • ‘WORK` - WORK

  • ‘OTHER` - OTHER

Constant Summary collapse

PERSONAL =
"PERSONAL"
WORK =
"WORK"
OTHER =
"OTHER"