Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

File metadata and controls

20 lines (14 loc) · 607 Bytes

EzmaxApi::MultilingualEzmaxcustomeruserNote

Properties

Name Type Description Notes
t_ezmaxcustomeruser_note1 String A note added to an Ezmaxcaseactivity. [optional]
t_ezmaxcustomeruser_note2 String A note added to an Ezmaxcaseactivity. [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::MultilingualEzmaxcustomeruserNote.new(
  t_ezmaxcustomeruser_note1: Need to contact the customer for more informations,
  t_ezmaxcustomeruser_note2: Need to contact the customer for more informations
)