Sha256: 1f5053f9e632fb7fe8ccefc7adc57663ae4338dda6291e0756e764cb8894c52c

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 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** | **Object** | Indicates if any error occurred while handling the request | [optional] |

## Example

```ruby
require 'messente_api'

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

3 entries across 3 versions & 1 rubygems

Version Path
messente_api-2.3.0 docs/SyncNumberLookupResult.md
messente_api-2.2.0 docs/SyncNumberLookupResult.md
messente_api-2.1.0 docs/SyncNumberLookupResult.md