Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 689 Bytes

File metadata and controls

26 lines (20 loc) · 689 Bytes

UltracartClient::ConversationDepartment

Properties

Name Type Description Notes
conversation_department_oid Integer [optional]
department_name String [optional]
members Array<ConversationDepartmentMember> [optional]
merchant_id String [optional]
settings Object [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationDepartment.new(
  conversation_department_oid: null,
  department_name: null,
  members: null,
  merchant_id: null,
  settings: null
)