View Source Dnsimple.CertificatePurchase (dnsimple v4.0.0)

Represents a Certificate Purchase order.

Summary

Types

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