PrimaryConnectClient::PhoneNumber
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | String | [optional] | |
number | String | E.164 | [optional] |
Example
require 'primary_connect_client'
instance = PrimaryConnectClient::PhoneNumber.new(
type: null,
number: +15555555555
)