Sha256: 65b38bf28ee97f639da8e705a9aa58e1f5da0ef8b42d9fb029ace16e013fbfad
Contents?: true
Size: 1.22 KB
Versions: 19
Compression:
Stored size: 1.22 KB
Contents
# Bandwidth::LookupResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **response_code** | **Integer** | Our vendor's response code. | [optional] | | **message** | **String** | Message associated with the response code. | [optional] | | **e_164_format** | **String** | The telephone number in E.164 format. | [optional] | | **formatted** | **String** | The formatted version of the telephone number. | [optional] | | **country** | **String** | The country of the telephone number. | [optional] | | **line_type** | **String** | The line type of the telephone number. | [optional] | | **line_provider** | **String** | The messaging service provider of the telephone number. | [optional] | | **mobile_country_code** | **String** | The first half of the Home Network Identity (HNI). | [optional] | | **mobile_network_code** | **String** | The second half of the HNI. | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::LookupResult.new( response_code: 0, message: NOERROR, e_164_format: +19195551234, formatted: (919) 555-1234, country: US, line_type: Mobile, line_provider: Verizon Wireless, mobile_country_code: 310, mobile_network_code: 010 ) ```
Version data entries
19 entries across 19 versions & 1 rubygems