SearchResult      SearchResult is returned by the CheckAvailability, Search, and SearchStream functions.


domainName

string

DomainName is the punycode encoding of the result domain name.


sld

string

SLD is first portion of the domain_name.


tld

string

TLD is the rest of the domain_name after the SLD.


purchasable

bool

Purchaseable indicates whether the search result is available for purchase.


premium

bool

Premium indicates that this search result is a premium result and the purchase_price needs to be passed to the DomainCreate command.


purchasePrice

float64

PurchasePrice is the price for purchasing this domain for 1 year. Purchase_price is always in USD.


purchaseType

string

PurchaseType indicates what kind of purchase this result is for. It should be passed to the DomainCreate command.


renewalPrice

float64

RenewalPrice is the annual renewal price for this domain as it may be different then the purchase_price.