Dnsimple.Registrar.disable_domain_auto_renewal
You're seeing just the function
disable_domain_auto_renewal
, go back to Dnsimple.Registrar module for more information.
Link to this function
disable_domain_auto_renewal(client, account_id, domain_name, options \\ [])
Specs
disable_domain_auto_renewal( Dnsimple.Client.t(), integer() | String.t(), String.t(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Disables auto-renewal for the domain.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Registrar.disable_domain_auto_renewal(client, account_id = 1010, domain_id = "example.com")