View Source Dnsimple.DomainPrice (dnsimple v4.0.0)

Represents a domain price.

See:

Summary

Types

@type t() :: %Dnsimple.DomainPrice{
  domain: String.t(),
  premium: boolean(),
  registration_price: float(),
  renewal_price: float(),
  transfer_price: float()
}