View Source Dnsimple.RegistrantChange (dnsimple v4.0.0)

Represents a registrant change.

Developer preview: this API is currently in open beta and subject to change.

Summary

Types

@type t() :: %Dnsimple.RegistrantChange{
  account_id: integer(),
  contact_id: integer(),
  created_at: String.t(),
  domain_id: integer(),
  extended_attributes: map(),
  id: integer(),
  irt_lock_lifted_by: String.t(),
  registry_owner_change: boolean(),
  state: String.t(),
  updated_at: String.t()
}