Sha256: 584b3acb57701279d4c98ee12e5053161be5d4a0653221c448ec4b6f34c73735
Contents?: true
Size: 624 Bytes
Versions: 5
Compression:
Stored size: 624 Bytes
Contents
# UltracartClient::ConversationDepartment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_department_oid** | **Integer** | | [optional] | | **delete_me** | **Boolean** | | [optional] | | **department_name** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **settings** | **Object** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationDepartment.new( conversation_department_oid: null, delete_me: null, department_name: null, merchant_id: null, settings: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems