ListPricesRequest

Types

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

Properties

Link copied to clipboard

For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Link copied to clipboard

Number of Prices to be returned.

Link copied to clipboard
val tld: String?

The TLD for which you want to receive the pricing information. For example. .net.

Functions

Link copied to clipboard
inline fun copy(block: ListPricesRequest.Builder.() -> Unit = {}): ListPricesRequest
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