Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 765 Bytes

File metadata and controls

26 lines (20 loc) · 765 Bytes

UltracartClient::ConversationPbxCallCaller

Properties

Name Type Description Notes
caller_id String Caller ID name if available [optional]
city String City associated with the phone number [optional]
country String Country associated with the phone number (ISO 3166-1 alpha-2) [optional]
phone_number String Phone number in E.164 format [optional]
state String State or province associated with the phone number [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationPbxCallCaller.new(
  caller_id: null,
  city: null,
  country: null,
  phone_number: null,
  state: null
)