# MessenteApi::MobileNetwork ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **mccmnc** | **String** | Mobile country and mobile network code | [optional] | | **network_name** | **String** | Mobile network name | [optional] | | **country_name** | **String** | Country name | [optional] | | **country_prefix** | **String** | Country prefix | [optional] | | **country_code** | **String** | Country code | [optional] | ## Example ```ruby require 'messente_api' instance = MessenteApi::MobileNetwork.new( mccmnc: null, network_name: null, country_name: null, country_prefix: null, country_code: null ) ```