github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/NumbersV2Regulation.md (about) 1 # NumbersV2Regulation 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that identifies the Regulation resource. | 8 **FriendlyName** | Pointer to **string** | A human-readable description that is assigned to describe the Regulation resource. Examples can include Germany: Mobile - Business. | 9 **IsoCountry** | Pointer to **string** | The ISO country code of the phone number's country. | 10 **NumberType** | Pointer to **string** | The type of phone number restricted by the regulatory requirement. For example, Germany mobile phone numbers provisioned by businesses require a business name with commercial register proof from the Handelsregisterauszug and a proof of address from Handelsregisterauszug or a trade license by Gewerbeanmeldung. | 11 **EndUserType** | Pointer to [**string**](RegulationEnumEndUserType.md) | | 12 **Requirements** | Pointer to **interface{}** | The SID of an object that holds the regulatory information of the phone number country, phone number type, and end user type. | 13 **Url** | Pointer to **string** | The absolute URL of the Regulation resource. | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17