Sha256: a199773ee84d9ed26b7d3d98fa41a1c59c6e93076bd8768977e60880e761ff39
Contents?: true
Size: 557 Bytes
Versions: 15
Compression:
Stored size: 557 Bytes
Contents
# UltracartClient::ConversationDepartment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_department_oid** | **Integer** | | [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, department_name: null, merchant_id: null, settings: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems