./docs/WhoisResponse.md in cloudmersive-validate-api-client-1.3.7 vs ./docs/WhoisResponse.md in cloudmersive-validate-api-client-1.3.9
- old
+ new
@@ -2,9 +2,20 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**valid_domain** | **BOOLEAN** | True if the domain is valid, false if it is not | [optional]
+**registrant_name** | **String** | Name of the domain registrant | [optional]
+**registrant_organization** | **String** | Organization name of the domain registrant | [optional]
+**registrant_email** | **String** | Email address of the domain registrant | [optional]
+**registrant_street_number** | **String** | Street number of the address of the domain registrant, if available | [optional]
+**registrant_street** | **String** | Street name of the address of the domain registrant, if available | [optional]
+**registrant_city** | **String** | City of the domain registrant, if available | [optional]
+**registrant_state_or_province** | **String** | State or Province of the address of the domain registrant, if available | [optional]
+**registrant_postal_code** | **String** | Postal code of the address of the domain registrant, if available | [optional]
+**registrant_country** | **String** | Country of the address of the domain registrant, if available | [optional]
+**registrant_raw_address** | **String** | Raw address string of the domain registrant, if available | [optional]
+**registrant_telephone** | **String** | Telephone number of the address of the domain registrant | [optional]
**whois_server** | **String** | Server used to lookup WHOIS information (may change based on lookup). | [optional]
**raw_text_record** | **String** | WHOIS raw text record | [optional]
**created_dt** | **DateTime** | Creation date for the record | [optional]