Sha256: 21fbd1c9cf6ccf1fa51f7636de7a1ed56e4f2b6dfd1d7551ceef2cfc8764ea74
Contents?: true
Size: 733 Bytes
Versions: 27
Compression:
Stored size: 733 Bytes
Contents
# UltracartClient::ConversationPbxPhoneNumberResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **phone_number** | [**ConversationPbxPhoneNumber**](ConversationPbxPhoneNumber.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxPhoneNumberResponse.new( error: null, metadata: null, phone_number: null, success: null, warning: null ) ```
Version data entries
27 entries across 27 versions & 1 rubygems