Sha256: ab0c702ffa12d3a573e97ceae1072b5416e7a5e44a81f42c7e38ad4067dd6d4a
Contents?: true
Size: 689 Bytes
Versions: 113
Compression:
Stored size: 689 Bytes
Contents
# UltracartClient::ConversationDepartment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_department_oid** | **Integer** | | [optional] | | **department_name** | **String** | | [optional] | | **members** | [**Array<ConversationDepartmentMember>**](ConversationDepartmentMember.md) | | [optional] | | **merchant_id** | **String** | | [optional] | | **settings** | **Object** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationDepartment.new( conversation_department_oid: null, department_name: null, members: null, merchant_id: null, settings: null ) ```
Version data entries
113 entries across 113 versions & 1 rubygems