Calling client.Request.Get(id); the value of Validations.DCV.Domains.DcvType is always EMAIL (the enum default value).
Inspecting the http response, the actual value is as expected DNS/FILE.
There seems to be incorrect deserialization of the DCV Enum.
Calling
client.Request.Get(id);the value of Validations.DCV.Domains.DcvType is always EMAIL (the enum default value).Inspecting the http response, the actual value is as expected DNS/FILE.
There seems to be incorrect deserialization of the DCV Enum.