Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.42 KB

CustomCommunicationListElementResponse.md

File metadata and controls

34 lines (28 loc) · 1.42 KB

EzmaxApi::CustomCommunicationListElementResponse

Properties

Name Type Description Notes
pki_communication_id Integer The unique ID of the Communication.
dt_created_date String The date and time at which the object was created
e_communication_direction ComputedECommunicationDirection
e_communication_importance FieldECommunicationImportance
e_communication_type FieldECommunicationType
i_communicationrecipient_count Integer The count of Communicationrecipient
s_communication_subject String The subject of the Communication
s_communication_sender String The sender name of the Communication
s_communication_recipient String The recipients' name of the Communication

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomCommunicationListElementResponse.new(
  pki_communication_id: 1,
  dt_created_date: 2020-12-31 23:59:59,
  e_communication_direction: null,
  e_communication_importance: null,
  e_communication_type: null,
  i_communicationrecipient_count: 8,
  s_communication_subject: This is an example of subject,
  s_communication_sender: John Doe,
  s_communication_recipient: Jane Doe
)