Sha256: 3e98b8467d935388782d9bb3cfe7fdd0fad08c63a3d2cbd601e70eeca50e1982
Contents?: true
Size: 714 Bytes
Versions: 13
Compression:
Stored size: 714 Bytes
Contents
# UltracartClient::ConversationPbxPhoneNumber ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Action | [optional] | | **action_target** | **String** | Action target | [optional] | | **conversation_pbx_time_range_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_time_range_uuid: null, merchant_id: null, phone_number: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems