Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 571 Bytes

File metadata and controls

24 lines (18 loc) · 571 Bytes

Zernio::LookupSmsNumber200Response

Properties

Name Type Description Notes
phone_number String [optional]
carrier_name String [optional]
line_type String [optional]
sms_reachable Boolean True when the line type can receive SMS (not a landline). [optional]

Example

require 'zernio-sdk'

instance = Zernio::LookupSmsNumber200Response.new(
  phone_number: null,
  carrier_name: null,
  line_type: null,
  sms_reachable: null
)