Sha256: 885ca455a62a7e01d200f752fc28652c02626f69e70af323e8e567807e58c555

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

# MessenteApi::SyncNumberLookupResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**number** | **String** | Phone number in e.164 format | 
**roaming** | **Boolean** | Indicates if a number is roaming | [optional] 
**ported** | **Boolean** | Indicates if a number is ported | [optional] 
**roaming_network** | [**MobileNetwork**](MobileNetwork.md) |  | [optional] 
**current_network** | [**MobileNetwork**](MobileNetwork.md) |  | [optional] 
**original_network** | [**MobileNetwork**](MobileNetwork.md) |  | [optional] 
**ported_network** | [**MobileNetwork**](MobileNetwork.md) |  | [optional] 
**status** | **String** | Status of the phone number | [optional] 
**error** | [**AnyType**](.md) | Indicates if any error occurred while handling the request | [optional] 

## Code Sample

```ruby
require 'MessenteApi'

instance = MessenteApi::SyncNumberLookupResult.new(number: null,
                                 roaming: null,
                                 ported: null,
                                 roaming_network: null,
                                 current_network: null,
                                 original_network: null,
                                 ported_network: null,
                                 status: null,
                                 error: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
messente_api-1.4.0 docs/SyncNumberLookupResult.md
messente_api-1.3.1 docs/SyncNumberLookupResult.md
messente_api-1.3.0 docs/SyncNumberLookupResult.md
messente_api-1.2.2 docs/SyncNumberLookupResult.md