SearchAvailablePhoneNumbersRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The area code used to filter results. Only applies to the US.

Link copied to clipboard
val city: String?

The city used to filter results. Only applies to the US.

Link copied to clipboard

The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.

Link copied to clipboard

The maximum number of results to return in a single call.

Link copied to clipboard

The token used to retrieve the next page of results.

Link copied to clipboard

The phone number type used to filter results. Required for non-US numbers.

Link copied to clipboard

The state used to filter results. Required only if you provide City. Only applies to the US.

Link copied to clipboard

The toll-free prefix that you use to filter results. Only applies to the US.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String