Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

File metadata and controls

20 lines (14 loc) · 597 Bytes

EzmaxApi::ContacttitleAutocompleteElementResponse

Properties

Name Type Description Notes
pki_contacttitle_id Integer The unique ID of the Contacttitle. Valid values: Value
s_contacttitle_name_x String The name of the Contacttitle in the language of the requester

Example

require 'Ezmaxapi'

instance = EzmaxApi::ContacttitleAutocompleteElementResponse.new(
  pki_contacttitle_id: 2,
  s_contacttitle_name_x: Sir
)