Namecheap.DomainCheckResult (Namecheap v0.2.1) View Source

Represents entities returned by the namecheap.domains.check command.

%Namecheap.DomainCheckResult{
  available: true,
  description: "",
  domain: "tribes.host",
  eap_fee: #Decimal<0>,
  error_no: "0",
  icann_fee: #Decimal<0>,
  is_premium: false,
  premium_registration_price: #Decimal<0>,
  premium_renewal_price: #Decimal<0>,
  premium_restore_price: #Decimal<0>,
  premium_transfer_price: #Decimal<0>
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Namecheap.DomainCheckResult{
  available: boolean(),
  description: String.t(),
  domain: String.t(),
  eap_fee: Decimal.t(),
  error_no: String.t(),
  icann_fee: Decimal.t(),
  is_premium: boolean(),
  premium_registration_price: Decimal.t(),
  premium_renewal_price: Decimal.t(),
  premium_restore_price: Decimal.t(),
  premium_transfer_price: Decimal.t()
}