View Source Dnsimple.CertificateRenewal (dnsimple v3.2.1)

Represents a Certificate Renewal order.

Link to this section Summary

Link to this section Types

@type t() :: %Dnsimple.CertificateRenewal{
  auto_renew: boolean(),
  created_at: String.t(),
  id: integer(),
  new_certificate_id: integer(),
  old_certificate_id: integer(),
  state: String.t(),
  updated_at: String.t()
}