Namecheap.DomainCreateResult (Namecheap v0.2.1) View Source

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

%Namecheap.DomainCreateResult{
  charged_amount: #Decimal<170.1200>,
  domain: "tribes.host",
  domain_id: "670288",
  order_id: "2332723",
  realtime: true,
  registered: true,
  transaction_id: "5333932",
  whois_guard_enabled: false
}

Link to this section Summary

Link to this section Types

Specs

t() :: %Namecheap.DomainCreateResult{
  charged_amount: Decimal.t(),
  domain: String.t(),
  domain_id: String.t(),
  order_id: String.t(),
  realtime: boolean(),
  registered: boolean(),
  transaction_id: String.t(),
  whois_guard_enabled: boolean()
}