| Name | Type | Description | Notes |
|---|---|---|---|
| company | String | The company name for this merchant | [optional] |
| is_parent | Boolean | True if this is the parent merchant that owns the Twilio account | [optional] |
| merchant_id | String | The merchant ID | [optional] |
require 'ultracart_api'
instance = UltracartClient::ConversationAgentAuthMerchant.new(
company: null,
is_parent: null,
merchant_id: null
)