Sha256: 2f46d27c7b13975ca87d23a5b30be5f47b64899d3f7b85528da9ed4678a287b2
Contents?: true
Size: 803 Bytes
Versions: 11
Compression:
Stored size: 803 Bytes
Contents
# UltracartClient::ConversationPbxPhoneNumber ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action | [optional] | | **action_target** | **String** | Action target. This is the UUID associated with the configuration object of that particular type. | [optional] | | **conversation_pbx_phone_number_uuid** | **String** | Conversation Pbx Phone Number UUID | [optional] | | **merchant_id** | **String** | Merchant Id | [optional] | | **phone_number** | **String** | Phone number | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxPhoneNumber.new( action: null, action_target: null, conversation_pbx_phone_number_uuid: null, merchant_id: null, phone_number: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems