Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 568 Bytes

File metadata and controls

22 lines (16 loc) · 568 Bytes

UltracartClient::ConversationAgentAuthMerchant

Properties

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]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationAgentAuthMerchant.new(
  company: null,
  is_parent: null,
  merchant_id: null
)