' Options: 'Date: 2025-05-04 23:32:12 'Version: 8.71 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://team.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: SearchPhoneNumbers.* '''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.Endpoints Namespace Global Namespace Voice.Api.Endpoints ''' '''Search for phone numbers ''' Public Partial Class SearchPhoneNumbers Implements IReturn(Of List(Of PhoneNumberInfo)) Implements IGet ''' '''The account you are searching for ''' Public Overridable Property AccountId As String ''' '''The area code ''' Public Overridable Property AreaCode As String ''' '''The country code you are searching for ''' Public Overridable Property CountryCode As String ''' '''The postal code you are searching for ''' Public Overridable Property PostalCode As String ''' '''The distance from the specified postal code (default is 100) ''' Public Overridable Property Distance As Integer? ''' '''Search for fax numbers ''' Public Overridable Property IsFaxNumber As Boolean ''' '''Contains specific digits ''' Public Overridable Property Contains As String End Class End Namespace End Namespace