' Options:
'Date: 2025-06-29 01:35:30
'Version: 8.71
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://evovoice.io
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: PatchDialingPermissions.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Settings
Namespace Global
Namespace Voice.Api.Settings
'''
'''Update the specified dialing permissions
'''
Public Partial Class PatchDialingPermissions
Implements IReturnVoid
Implements IPatch
'''
'''The account ID you are modifying
'''
Public Overridable Property AccountId As String
'''
'''The ISO code to patch
'''
Public Overridable Property IsoCode As String
'''
'''If low risk numbers within this code are enabled
'''
Public Overridable Property LowRiskNumbersEnabled As Boolean
'''
'''If high risk special numbers within this code are enabled
'''
Public Overridable Property HighRiskSpecialNumbersEnabled As Boolean
'''
'''If high risk toll fraud within this code are enabled
'''
Public Overridable Property HighRiskTollfraudNumbersEnabled As Boolean
End Class
End Namespace
End Namespace