cloudmersive-validate-api-client 1.3.4 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -8
  3. data/cloudmersive-validate-api-client.gemspec +1 -1
  4. data/docs/AddressApi.md +111 -1
  5. data/docs/AddressGetServersResponse.md +2 -2
  6. data/docs/AddressVerifySyntaxOnlyResponse.md +3 -0
  7. data/docs/DomainApi.md +112 -2
  8. data/docs/EmailApi.md +3 -3
  9. data/docs/GetTimezonesRequest.md +8 -0
  10. data/docs/GetTimezonesResponse.md +13 -0
  11. data/docs/IPAddressApi.md +1 -1
  12. data/docs/LeadEnrichmentApi.md +61 -0
  13. data/docs/LeadEnrichmentRequest.md +21 -0
  14. data/docs/LeadEnrichmentResponse.md +25 -0
  15. data/docs/NameApi.md +59 -4
  16. data/docs/ParseAddressResponse.md +2 -1
  17. data/docs/PhoneNumberApi.md +1 -1
  18. data/docs/Timezone.md +9 -0
  19. data/docs/UserAgentApi.md +63 -0
  20. data/docs/UserAgentValidateRequest.md +8 -0
  21. data/docs/UserAgentValidateResponse.md +21 -0
  22. data/docs/ValidateCountryRequest.md +8 -0
  23. data/docs/ValidateCountryResponse.md +13 -0
  24. data/docs/ValidateIdentifierRequest.md +15 -0
  25. data/docs/ValidateIdentifierResponse.md +9 -0
  26. data/docs/ValidateUrlRequestFull.md +8 -0
  27. data/docs/ValidateUrlRequestSyntaxOnly.md +8 -0
  28. data/docs/ValidateUrlResponseFull.md +12 -0
  29. data/docs/ValidateUrlResponseSyntaxOnly.md +9 -0
  30. data/docs/VatApi.md +1 -1
  31. data/docs/VatLookupRequest.md +1 -1
  32. data/docs/VatLookupResponse.md +12 -5
  33. data/docs/WhoisResponse.md +11 -0
  34. data/lib/cloudmersive-validate-api-client.rb +18 -1
  35. data/lib/cloudmersive-validate-api-client/api/address_api.rb +112 -2
  36. data/lib/cloudmersive-validate-api-client/api/domain_api.rb +113 -3
  37. data/lib/cloudmersive-validate-api-client/api/email_api.rb +4 -4
  38. data/lib/cloudmersive-validate-api-client/api/ip_address_api.rb +2 -2
  39. data/lib/cloudmersive-validate-api-client/api/lead_enrichment_api.rb +78 -0
  40. data/lib/cloudmersive-validate-api-client/api/name_api.rb +60 -5
  41. data/lib/cloudmersive-validate-api-client/api/phone_number_api.rb +2 -2
  42. data/lib/cloudmersive-validate-api-client/api/user_agent_api.rb +78 -0
  43. data/lib/cloudmersive-validate-api-client/api/vat_api.rb +2 -2
  44. data/lib/cloudmersive-validate-api-client/api_client.rb +1 -1
  45. data/lib/cloudmersive-validate-api-client/api_error.rb +1 -1
  46. data/lib/cloudmersive-validate-api-client/configuration.rb +1 -1
  47. data/lib/cloudmersive-validate-api-client/models/address_get_servers_response.rb +3 -1
  48. data/lib/cloudmersive-validate-api-client/models/address_verify_syntax_only_response.rb +35 -5
  49. data/lib/cloudmersive-validate-api-client/models/check_response.rb +1 -1
  50. data/lib/cloudmersive-validate-api-client/models/first_name_validation_request.rb +1 -1
  51. data/lib/cloudmersive-validate-api-client/models/first_name_validation_response.rb +1 -1
  52. data/lib/cloudmersive-validate-api-client/models/full_email_validation_response.rb +1 -1
  53. data/lib/cloudmersive-validate-api-client/models/full_name_validation_request.rb +1 -1
  54. data/lib/cloudmersive-validate-api-client/models/full_name_validation_response.rb +1 -1
  55. data/lib/cloudmersive-validate-api-client/models/geolocate_response.rb +1 -1
  56. data/lib/cloudmersive-validate-api-client/models/get_gender_request.rb +1 -1
  57. data/lib/cloudmersive-validate-api-client/models/get_gender_response.rb +1 -1
  58. data/lib/cloudmersive-validate-api-client/models/get_timezones_request.rb +189 -0
  59. data/lib/cloudmersive-validate-api-client/models/get_timezones_response.rb +241 -0
  60. data/lib/cloudmersive-validate-api-client/models/last_name_validation_request.rb +1 -1
  61. data/lib/cloudmersive-validate-api-client/models/last_name_validation_response.rb +1 -1
  62. data/lib/cloudmersive-validate-api-client/models/lead_enrichment_request.rb +319 -0
  63. data/lib/cloudmersive-validate-api-client/models/lead_enrichment_response.rb +359 -0
  64. data/lib/cloudmersive-validate-api-client/models/parse_address_request.rb +1 -1
  65. data/lib/cloudmersive-validate-api-client/models/parse_address_response.rb +18 -8
  66. data/lib/cloudmersive-validate-api-client/models/phone_number_validate_request.rb +1 -1
  67. data/lib/cloudmersive-validate-api-client/models/phone_number_validation_response.rb +1 -1
  68. data/lib/cloudmersive-validate-api-client/models/timezone.rb +199 -0
  69. data/lib/cloudmersive-validate-api-client/models/user_agent_validate_request.rb +189 -0
  70. data/lib/cloudmersive-validate-api-client/models/user_agent_validate_response.rb +319 -0
  71. data/lib/cloudmersive-validate-api-client/models/validate_country_request.rb +189 -0
  72. data/lib/cloudmersive-validate-api-client/models/validate_country_response.rb +241 -0
  73. data/lib/cloudmersive-validate-api-client/models/validate_identifier_request.rb +259 -0
  74. data/lib/cloudmersive-validate-api-client/models/validate_identifier_response.rb +199 -0
  75. data/lib/cloudmersive-validate-api-client/models/validate_url_request_full.rb +189 -0
  76. data/lib/cloudmersive-validate-api-client/models/validate_url_request_syntax_only.rb +189 -0
  77. data/lib/cloudmersive-validate-api-client/models/validate_url_response_full.rb +229 -0
  78. data/lib/cloudmersive-validate-api-client/models/validate_url_response_syntax_only.rb +199 -0
  79. data/lib/cloudmersive-validate-api-client/models/vat_lookup_request.rb +2 -1
  80. data/lib/cloudmersive-validate-api-client/models/vat_lookup_response.rb +80 -5
  81. data/lib/cloudmersive-validate-api-client/models/whois_response.rb +112 -2
  82. data/lib/cloudmersive-validate-api-client/version.rb +2 -2
  83. data/spec/api/address_api_spec.rb +25 -1
  84. data/spec/api/domain_api_spec.rb +25 -1
  85. data/spec/api/email_api_spec.rb +1 -1
  86. data/spec/api/ip_address_api_spec.rb +1 -1
  87. data/spec/api/lead_enrichment_api_spec.rb +47 -0
  88. data/spec/api/name_api_spec.rb +13 -1
  89. data/spec/api/phone_number_api_spec.rb +1 -1
  90. data/spec/api/user_agent_api_spec.rb +47 -0
  91. data/spec/api/vat_api_spec.rb +1 -1
  92. data/spec/api_client_spec.rb +1 -1
  93. data/spec/configuration_spec.rb +1 -1
  94. data/spec/models/address_get_servers_response_spec.rb +1 -1
  95. data/spec/models/address_verify_syntax_only_response_spec.rb +19 -1
  96. data/spec/models/check_response_spec.rb +1 -1
  97. data/spec/models/first_name_validation_request_spec.rb +1 -1
  98. data/spec/models/first_name_validation_response_spec.rb +1 -1
  99. data/spec/models/full_email_validation_response_spec.rb +1 -1
  100. data/spec/models/full_name_validation_request_spec.rb +1 -1
  101. data/spec/models/full_name_validation_response_spec.rb +1 -1
  102. data/spec/models/geolocate_response_spec.rb +1 -1
  103. data/spec/models/get_gender_request_spec.rb +1 -1
  104. data/spec/models/get_gender_response_spec.rb +1 -1
  105. data/spec/models/get_timezones_request_spec.rb +42 -0
  106. data/spec/models/get_timezones_response_spec.rb +72 -0
  107. data/spec/models/last_name_validation_request_spec.rb +1 -1
  108. data/spec/models/last_name_validation_response_spec.rb +1 -1
  109. data/spec/models/lead_enrichment_request_spec.rb +120 -0
  110. data/spec/models/lead_enrichment_response_spec.rb +144 -0
  111. data/spec/models/parse_address_request_spec.rb +1 -1
  112. data/spec/models/parse_address_response_spec.rb +8 -2
  113. data/spec/models/phone_number_validate_request_spec.rb +1 -1
  114. data/spec/models/phone_number_validation_response_spec.rb +1 -1
  115. data/spec/models/timezone_spec.rb +48 -0
  116. data/spec/models/user_agent_validate_request_spec.rb +42 -0
  117. data/spec/models/user_agent_validate_response_spec.rb +120 -0
  118. data/spec/models/validate_country_request_spec.rb +42 -0
  119. data/spec/models/validate_country_response_spec.rb +72 -0
  120. data/spec/models/validate_identifier_request_spec.rb +84 -0
  121. data/spec/models/validate_identifier_response_spec.rb +48 -0
  122. data/spec/models/validate_url_request_full_spec.rb +42 -0
  123. data/spec/models/validate_url_request_syntax_only_spec.rb +42 -0
  124. data/spec/models/validate_url_response_full_spec.rb +66 -0
  125. data/spec/models/validate_url_response_syntax_only_spec.rb +48 -0
  126. data/spec/models/vat_lookup_request_spec.rb +1 -1
  127. data/spec/models/vat_lookup_response_spec.rb +43 -1
  128. data/spec/models/whois_response_spec.rb +67 -1
  129. data/spec/spec_helper.rb +1 -1
  130. metadata +66 -16
@@ -0,0 +1,229 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CloudmersiveValidateApiClient
16
+ # Result of validating a URL with full validation
17
+ class ValidateUrlResponseFull
18
+ # True if the URL has valid syntax, a valid domain, a valid endpoint, and passes virus scan checks; false otherwise
19
+ attr_accessor :valid_url
20
+
21
+ # True if the URL has valid syntax, false otherwise
22
+ attr_accessor :valid_syntax
23
+
24
+ # True if the domain name is valid and exists, false otherwise
25
+ attr_accessor :valid_domain
26
+
27
+ # True if the endpoint is up and responsive and passes a virus scan check, false otherwise
28
+ attr_accessor :valid_endpoint
29
+
30
+ # Well-formed version of the URL
31
+ attr_accessor :well_formed_url
32
+
33
+
34
+ # Attribute mapping from ruby-style variable name to JSON key.
35
+ def self.attribute_map
36
+ {
37
+ :'valid_url' => :'ValidURL',
38
+ :'valid_syntax' => :'Valid_Syntax',
39
+ :'valid_domain' => :'Valid_Domain',
40
+ :'valid_endpoint' => :'Valid_Endpoint',
41
+ :'well_formed_url' => :'WellFormedURL'
42
+ }
43
+ end
44
+
45
+ # Attribute type mapping.
46
+ def self.swagger_types
47
+ {
48
+ :'valid_url' => :'BOOLEAN',
49
+ :'valid_syntax' => :'BOOLEAN',
50
+ :'valid_domain' => :'BOOLEAN',
51
+ :'valid_endpoint' => :'BOOLEAN',
52
+ :'well_formed_url' => :'String'
53
+ }
54
+ end
55
+
56
+ # Initializes the object
57
+ # @param [Hash] attributes Model attributes in the form of hash
58
+ def initialize(attributes = {})
59
+ return unless attributes.is_a?(Hash)
60
+
61
+ # convert string to symbol for hash key
62
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
63
+
64
+ if attributes.has_key?(:'ValidURL')
65
+ self.valid_url = attributes[:'ValidURL']
66
+ end
67
+
68
+ if attributes.has_key?(:'Valid_Syntax')
69
+ self.valid_syntax = attributes[:'Valid_Syntax']
70
+ end
71
+
72
+ if attributes.has_key?(:'Valid_Domain')
73
+ self.valid_domain = attributes[:'Valid_Domain']
74
+ end
75
+
76
+ if attributes.has_key?(:'Valid_Endpoint')
77
+ self.valid_endpoint = attributes[:'Valid_Endpoint']
78
+ end
79
+
80
+ if attributes.has_key?(:'WellFormedURL')
81
+ self.well_formed_url = attributes[:'WellFormedURL']
82
+ end
83
+
84
+ end
85
+
86
+ # Show invalid properties with the reasons. Usually used together with valid?
87
+ # @return Array for valid properties with the reasons
88
+ def list_invalid_properties
89
+ invalid_properties = Array.new
90
+ return invalid_properties
91
+ end
92
+
93
+ # Check to see if the all the properties in the model are valid
94
+ # @return true if the model is valid
95
+ def valid?
96
+ return true
97
+ end
98
+
99
+ # Checks equality by comparing each attribute.
100
+ # @param [Object] Object to be compared
101
+ def ==(o)
102
+ return true if self.equal?(o)
103
+ self.class == o.class &&
104
+ valid_url == o.valid_url &&
105
+ valid_syntax == o.valid_syntax &&
106
+ valid_domain == o.valid_domain &&
107
+ valid_endpoint == o.valid_endpoint &&
108
+ well_formed_url == o.well_formed_url
109
+ end
110
+
111
+ # @see the `==` method
112
+ # @param [Object] Object to be compared
113
+ def eql?(o)
114
+ self == o
115
+ end
116
+
117
+ # Calculates hash code according to all attributes.
118
+ # @return [Fixnum] Hash code
119
+ def hash
120
+ [valid_url, valid_syntax, valid_domain, valid_endpoint, well_formed_url].hash
121
+ end
122
+
123
+ # Builds the object from hash
124
+ # @param [Hash] attributes Model attributes in the form of hash
125
+ # @return [Object] Returns the model itself
126
+ def build_from_hash(attributes)
127
+ return nil unless attributes.is_a?(Hash)
128
+ self.class.swagger_types.each_pair do |key, type|
129
+ if type =~ /\AArray<(.*)>/i
130
+ # check to ensure the input is an array given that the the attribute
131
+ # is documented as an array but the input is not
132
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
133
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
134
+ end
135
+ elsif !attributes[self.class.attribute_map[key]].nil?
136
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
137
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
138
+ end
139
+
140
+ self
141
+ end
142
+
143
+ # Deserializes the data based on type
144
+ # @param string type Data type
145
+ # @param string value Value to be deserialized
146
+ # @return [Object] Deserialized data
147
+ def _deserialize(type, value)
148
+ case type.to_sym
149
+ when :DateTime
150
+ DateTime.parse(value)
151
+ when :Date
152
+ Date.parse(value)
153
+ when :String
154
+ value.to_s
155
+ when :Integer
156
+ value.to_i
157
+ when :Float
158
+ value.to_f
159
+ when :BOOLEAN
160
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
161
+ true
162
+ else
163
+ false
164
+ end
165
+ when :Object
166
+ # generic object (usually a Hash), return directly
167
+ value
168
+ when /\AArray<(?<inner_type>.+)>\z/
169
+ inner_type = Regexp.last_match[:inner_type]
170
+ value.map { |v| _deserialize(inner_type, v) }
171
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
172
+ k_type = Regexp.last_match[:k_type]
173
+ v_type = Regexp.last_match[:v_type]
174
+ {}.tap do |hash|
175
+ value.each do |k, v|
176
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
177
+ end
178
+ end
179
+ else # model
180
+ temp_model = CloudmersiveValidateApiClient.const_get(type).new
181
+ temp_model.build_from_hash(value)
182
+ end
183
+ end
184
+
185
+ # Returns the string representation of the object
186
+ # @return [String] String presentation of the object
187
+ def to_s
188
+ to_hash.to_s
189
+ end
190
+
191
+ # to_body is an alias to to_hash (backward compatibility)
192
+ # @return [Hash] Returns the object in the form of hash
193
+ def to_body
194
+ to_hash
195
+ end
196
+
197
+ # Returns the object in the form of hash
198
+ # @return [Hash] Returns the object in the form of hash
199
+ def to_hash
200
+ hash = {}
201
+ self.class.attribute_map.each_pair do |attr, param|
202
+ value = self.send(attr)
203
+ next if value.nil?
204
+ hash[param] = _to_hash(value)
205
+ end
206
+ hash
207
+ end
208
+
209
+ # Outputs non-array value in the form of hash
210
+ # For object, use to_hash. Otherwise, just return the value
211
+ # @param [Object] value Any valid value
212
+ # @return [Hash] Returns the value in the form of hash
213
+ def _to_hash(value)
214
+ if value.is_a?(Array)
215
+ value.compact.map{ |v| _to_hash(v) }
216
+ elsif value.is_a?(Hash)
217
+ {}.tap do |hash|
218
+ value.each { |k, v| hash[k] = _to_hash(v) }
219
+ end
220
+ elsif value.respond_to? :to_hash
221
+ value.to_hash
222
+ else
223
+ value
224
+ end
225
+ end
226
+
227
+ end
228
+
229
+ end
@@ -0,0 +1,199 @@
1
+ =begin
2
+ #validateapi
3
+
4
+ #The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CloudmersiveValidateApiClient
16
+ # Result of validating a URL with syntax only
17
+ class ValidateUrlResponseSyntaxOnly
18
+ # True if the URL is valid, false otherwise
19
+ attr_accessor :valid_url
20
+
21
+ # Well-formed version of the URL
22
+ attr_accessor :well_formed_url
23
+
24
+
25
+ # Attribute mapping from ruby-style variable name to JSON key.
26
+ def self.attribute_map
27
+ {
28
+ :'valid_url' => :'ValidURL',
29
+ :'well_formed_url' => :'WellFormedURL'
30
+ }
31
+ end
32
+
33
+ # Attribute type mapping.
34
+ def self.swagger_types
35
+ {
36
+ :'valid_url' => :'BOOLEAN',
37
+ :'well_formed_url' => :'String'
38
+ }
39
+ end
40
+
41
+ # Initializes the object
42
+ # @param [Hash] attributes Model attributes in the form of hash
43
+ def initialize(attributes = {})
44
+ return unless attributes.is_a?(Hash)
45
+
46
+ # convert string to symbol for hash key
47
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
48
+
49
+ if attributes.has_key?(:'ValidURL')
50
+ self.valid_url = attributes[:'ValidURL']
51
+ end
52
+
53
+ if attributes.has_key?(:'WellFormedURL')
54
+ self.well_formed_url = attributes[:'WellFormedURL']
55
+ end
56
+
57
+ end
58
+
59
+ # Show invalid properties with the reasons. Usually used together with valid?
60
+ # @return Array for valid properties with the reasons
61
+ def list_invalid_properties
62
+ invalid_properties = Array.new
63
+ return invalid_properties
64
+ end
65
+
66
+ # Check to see if the all the properties in the model are valid
67
+ # @return true if the model is valid
68
+ def valid?
69
+ return true
70
+ end
71
+
72
+ # Checks equality by comparing each attribute.
73
+ # @param [Object] Object to be compared
74
+ def ==(o)
75
+ return true if self.equal?(o)
76
+ self.class == o.class &&
77
+ valid_url == o.valid_url &&
78
+ well_formed_url == o.well_formed_url
79
+ end
80
+
81
+ # @see the `==` method
82
+ # @param [Object] Object to be compared
83
+ def eql?(o)
84
+ self == o
85
+ end
86
+
87
+ # Calculates hash code according to all attributes.
88
+ # @return [Fixnum] Hash code
89
+ def hash
90
+ [valid_url, well_formed_url].hash
91
+ end
92
+
93
+ # Builds the object from hash
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ # @return [Object] Returns the model itself
96
+ def build_from_hash(attributes)
97
+ return nil unless attributes.is_a?(Hash)
98
+ self.class.swagger_types.each_pair do |key, type|
99
+ if type =~ /\AArray<(.*)>/i
100
+ # check to ensure the input is an array given that the the attribute
101
+ # is documented as an array but the input is not
102
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
103
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
104
+ end
105
+ elsif !attributes[self.class.attribute_map[key]].nil?
106
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
107
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
108
+ end
109
+
110
+ self
111
+ end
112
+
113
+ # Deserializes the data based on type
114
+ # @param string type Data type
115
+ # @param string value Value to be deserialized
116
+ # @return [Object] Deserialized data
117
+ def _deserialize(type, value)
118
+ case type.to_sym
119
+ when :DateTime
120
+ DateTime.parse(value)
121
+ when :Date
122
+ Date.parse(value)
123
+ when :String
124
+ value.to_s
125
+ when :Integer
126
+ value.to_i
127
+ when :Float
128
+ value.to_f
129
+ when :BOOLEAN
130
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
131
+ true
132
+ else
133
+ false
134
+ end
135
+ when :Object
136
+ # generic object (usually a Hash), return directly
137
+ value
138
+ when /\AArray<(?<inner_type>.+)>\z/
139
+ inner_type = Regexp.last_match[:inner_type]
140
+ value.map { |v| _deserialize(inner_type, v) }
141
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
142
+ k_type = Regexp.last_match[:k_type]
143
+ v_type = Regexp.last_match[:v_type]
144
+ {}.tap do |hash|
145
+ value.each do |k, v|
146
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
147
+ end
148
+ end
149
+ else # model
150
+ temp_model = CloudmersiveValidateApiClient.const_get(type).new
151
+ temp_model.build_from_hash(value)
152
+ end
153
+ end
154
+
155
+ # Returns the string representation of the object
156
+ # @return [String] String presentation of the object
157
+ def to_s
158
+ to_hash.to_s
159
+ end
160
+
161
+ # to_body is an alias to to_hash (backward compatibility)
162
+ # @return [Hash] Returns the object in the form of hash
163
+ def to_body
164
+ to_hash
165
+ end
166
+
167
+ # Returns the object in the form of hash
168
+ # @return [Hash] Returns the object in the form of hash
169
+ def to_hash
170
+ hash = {}
171
+ self.class.attribute_map.each_pair do |attr, param|
172
+ value = self.send(attr)
173
+ next if value.nil?
174
+ hash[param] = _to_hash(value)
175
+ end
176
+ hash
177
+ end
178
+
179
+ # Outputs non-array value in the form of hash
180
+ # For object, use to_hash. Otherwise, just return the value
181
+ # @param [Object] value Any valid value
182
+ # @return [Hash] Returns the value in the form of hash
183
+ def _to_hash(value)
184
+ if value.is_a?(Array)
185
+ value.compact.map{ |v| _to_hash(v) }
186
+ elsif value.is_a?(Hash)
187
+ {}.tap do |hash|
188
+ value.each { |k, v| hash[k] = _to_hash(v) }
189
+ end
190
+ elsif value.respond_to? :to_hash
191
+ value.to_hash
192
+ else
193
+ value
194
+ end
195
+ end
196
+
197
+ end
198
+
199
+ end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -15,6 +15,7 @@ require 'date'
15
15
  module CloudmersiveValidateApiClient
16
16
  # Input to a VAT lookup request
17
17
  class VatLookupRequest
18
+ # VAT code to lookup; example \"CZ25123891\"
18
19
  attr_accessor :vat_code
19
20
 
20
21
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: unset
9
+ Swagger Codegen version: 2.3.1
10
10
 
11
11
  =end
12
12
 
@@ -15,16 +15,42 @@ require 'date'
15
15
  module CloudmersiveValidateApiClient
16
16
 
17
17
  class VatLookupResponse
18
+ # Two-letter country code
18
19
  attr_accessor :country_code
19
20
 
21
+ # VAT number
20
22
  attr_accessor :vat_number
21
23
 
24
+ # True if the VAT code is valid, false otherwise
22
25
  attr_accessor :is_valid
23
26
 
27
+ # Name of the business
24
28
  attr_accessor :business_name
25
29
 
30
+ # Business address as a single string
26
31
  attr_accessor :business_address
27
32
 
33
+ # For the business address, the name of the building, house or structure if applicable, such as \"Cloudmersive Building 2\". This will often by null.
34
+ attr_accessor :business_building
35
+
36
+ # For the business address, the street number or house number of the address. For example, in the address \"1600 Pennsylvania Avenue NW\" the street number would be \"1600\". This value will typically be populated for most addresses.
37
+ attr_accessor :business_street_number
38
+
39
+ # For the business address, the name of the street or road of the address. For example, in the address \"1600 Pennsylvania Avenue NW\" the street number would be \"Pennsylvania Avenue NW\".
40
+ attr_accessor :business_street
41
+
42
+ # For the business address, the city of the address.
43
+ attr_accessor :business_city
44
+
45
+ # For the business address, the state or province of the address.
46
+ attr_accessor :business_state_or_province
47
+
48
+ # For the business address, the postal code or zip code of the address.
49
+ attr_accessor :business_postal_code
50
+
51
+ # For the business address, country of the address, if present in the address. If not included in the address it will be null.
52
+ attr_accessor :business_country
53
+
28
54
 
29
55
  # Attribute mapping from ruby-style variable name to JSON key.
30
56
  def self.attribute_map
@@ -33,7 +59,14 @@ module CloudmersiveValidateApiClient
33
59
  :'vat_number' => :'VatNumber',
34
60
  :'is_valid' => :'IsValid',
35
61
  :'business_name' => :'BusinessName',
36
- :'business_address' => :'BusinessAddress'
62
+ :'business_address' => :'BusinessAddress',
63
+ :'business_building' => :'BusinessBuilding',
64
+ :'business_street_number' => :'BusinessStreetNumber',
65
+ :'business_street' => :'BusinessStreet',
66
+ :'business_city' => :'BusinessCity',
67
+ :'business_state_or_province' => :'BusinessStateOrProvince',
68
+ :'business_postal_code' => :'BusinessPostalCode',
69
+ :'business_country' => :'BusinessCountry'
37
70
  }
38
71
  end
39
72
 
@@ -44,7 +77,14 @@ module CloudmersiveValidateApiClient
44
77
  :'vat_number' => :'String',
45
78
  :'is_valid' => :'BOOLEAN',
46
79
  :'business_name' => :'String',
47
- :'business_address' => :'String'
80
+ :'business_address' => :'String',
81
+ :'business_building' => :'String',
82
+ :'business_street_number' => :'String',
83
+ :'business_street' => :'String',
84
+ :'business_city' => :'String',
85
+ :'business_state_or_province' => :'String',
86
+ :'business_postal_code' => :'String',
87
+ :'business_country' => :'String'
48
88
  }
49
89
  end
50
90
 
@@ -76,6 +116,34 @@ module CloudmersiveValidateApiClient
76
116
  self.business_address = attributes[:'BusinessAddress']
77
117
  end
78
118
 
119
+ if attributes.has_key?(:'BusinessBuilding')
120
+ self.business_building = attributes[:'BusinessBuilding']
121
+ end
122
+
123
+ if attributes.has_key?(:'BusinessStreetNumber')
124
+ self.business_street_number = attributes[:'BusinessStreetNumber']
125
+ end
126
+
127
+ if attributes.has_key?(:'BusinessStreet')
128
+ self.business_street = attributes[:'BusinessStreet']
129
+ end
130
+
131
+ if attributes.has_key?(:'BusinessCity')
132
+ self.business_city = attributes[:'BusinessCity']
133
+ end
134
+
135
+ if attributes.has_key?(:'BusinessStateOrProvince')
136
+ self.business_state_or_province = attributes[:'BusinessStateOrProvince']
137
+ end
138
+
139
+ if attributes.has_key?(:'BusinessPostalCode')
140
+ self.business_postal_code = attributes[:'BusinessPostalCode']
141
+ end
142
+
143
+ if attributes.has_key?(:'BusinessCountry')
144
+ self.business_country = attributes[:'BusinessCountry']
145
+ end
146
+
79
147
  end
80
148
 
81
149
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -100,7 +168,14 @@ module CloudmersiveValidateApiClient
100
168
  vat_number == o.vat_number &&
101
169
  is_valid == o.is_valid &&
102
170
  business_name == o.business_name &&
103
- business_address == o.business_address
171
+ business_address == o.business_address &&
172
+ business_building == o.business_building &&
173
+ business_street_number == o.business_street_number &&
174
+ business_street == o.business_street &&
175
+ business_city == o.business_city &&
176
+ business_state_or_province == o.business_state_or_province &&
177
+ business_postal_code == o.business_postal_code &&
178
+ business_country == o.business_country
104
179
  end
105
180
 
106
181
  # @see the `==` method
@@ -112,7 +187,7 @@ module CloudmersiveValidateApiClient
112
187
  # Calculates hash code according to all attributes.
113
188
  # @return [Fixnum] Hash code
114
189
  def hash
115
- [country_code, vat_number, is_valid, business_name, business_address].hash
190
+ [country_code, vat_number, is_valid, business_name, business_address, business_building, business_street_number, business_street, business_city, business_state_or_province, business_postal_code, business_country].hash
116
191
  end
117
192
 
118
193
  # Builds the object from hash