Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 368 Bytes

File metadata and controls

20 lines (14 loc) · 368 Bytes

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
)