github.com/twilio/twilio-go@v1.20.1/rest/wireless/v1/docs/WirelessV1RatePlan.md (about) 1 # WirelessV1RatePlan 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the RatePlan resource. | 8 **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. | 9 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RatePlan resource. | 10 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 11 **DataEnabled** | Pointer to **bool** | Whether SIMs can use GPRS/3G/4G/LTE data connectivity. | 12 **DataMetering** | Pointer to **string** | The model used to meter data usage. Can be: `payg` and `quota-1`, `quota-10`, and `quota-50`. Learn more about the available [data metering models](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#payg-vs-quota-data-plans). | 13 **DataLimit** | Pointer to **int** | The total data usage (download and upload combined) in Megabytes that the Network allows during one month on the home network (T-Mobile USA). The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. | 14 **MessagingEnabled** | Pointer to **bool** | Whether SIMs can make, send, and receive SMS using [Commands](https://www.twilio.com/docs/iot/wireless/api/command-resource). | 15 **VoiceEnabled** | Pointer to **bool** | Deprecated. Whether SIMs can make and receive voice calls. | 16 **NationalRoamingEnabled** | Pointer to **bool** | Whether SIMs can roam on networks other than the home network (T-Mobile USA) in the United States. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming). | 17 **NationalRoamingDataLimit** | Pointer to **int** | The total data usage (download and upload combined) in Megabytes that the Network allows during one month on non-home networks in the United States. The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. | 18 **InternationalRoaming** | Pointer to **[]string** | The list of services that SIMs capable of using GPRS/3G/4G/LTE data connectivity can use outside of the United States. Can contain: `data` and `messaging`. | 19 **InternationalRoamingDataLimit** | Pointer to **int** | The total data usage (download and upload combined) in Megabytes that the Network allows during one month when roaming outside the United States. Can be up to 2TB. | 20 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. | 21 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. | 22 **Url** | Pointer to **string** | The absolute URL of the resource. | 23 24 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 25 26