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