View Source Dnsimple.WhoisPrivacyRenewal (dnsimple v4.0.0)

Represents the whois privacy renewal of a domain.

See:

Summary

Types

@type t() :: %Dnsimple.WhoisPrivacyRenewal{
  created_at: String.t(),
  domain_id: integer(),
  enabled: boolean(),
  expires_on: String.t(),
  id: integer(),
  state: String.t(),
  updated_at: String.t(),
  whois_privacy_id: integer()
}