tremendous_ruby 5.5.0 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tremendous/api/tremendous_api.rb +9 -349
  3. data/lib/tremendous/models/base_order_for_create.rb +1 -1
  4. data/lib/tremendous/models/create_order200_response.rb +1 -1
  5. data/lib/tremendous/models/create_order200_response_order.rb +403 -0
  6. data/lib/tremendous/models/create_order200_response_order_rewards_inner.rb +326 -0
  7. data/lib/tremendous/models/create_order200_response_order_rewards_inner_delivery.rb +296 -0
  8. data/lib/tremendous/models/{create_public_key_request.rb → create_order201_response.rb} +14 -15
  9. data/lib/tremendous/models/create_order_request.rb +1 -1
  10. data/lib/tremendous/models/create_organization.rb +51 -4
  11. data/lib/tremendous/models/create_organization200_response_organization.rb +20 -45
  12. data/lib/tremendous/models/{public_keys_response_public_keys_inner.rb → create_organization_for_response.rb} +72 -20
  13. data/lib/tremendous/models/{public_key.rb → create_organization_properties.rb} +57 -20
  14. data/lib/tremendous/models/create_organization_request.rb +7 -0
  15. data/lib/tremendous/models/delivery_details.rb +0 -14
  16. data/lib/tremendous/models/delivery_details_with_link.rb +296 -0
  17. data/lib/tremendous/models/error_model.rb +11 -1
  18. data/lib/tremendous/models/fraud_rule400_response.rb +11 -1
  19. data/lib/tremendous/models/fraud_rule422_response.rb +11 -1
  20. data/lib/tremendous/models/fraud_rules_list_item.rb +4 -2
  21. data/lib/tremendous/models/generate_reward_link403_response.rb +11 -1
  22. data/lib/tremendous/models/invoice.rb +10 -1
  23. data/lib/tremendous/models/list_fraud_reviews200_response.rb +21 -4
  24. data/lib/tremendous/models/list_fraud_rules200_response_fraud_rules_inner.rb +4 -2
  25. data/lib/tremendous/models/list_invoices200_response_invoices_inner.rb +10 -1
  26. data/lib/tremendous/models/list_orders200_response_orders_inner_payment.rb +4 -48
  27. data/lib/tremendous/models/list_rewards200_response_rewards_inner_delivery.rb +0 -14
  28. data/lib/tremendous/models/list_rewards401_response.rb +11 -1
  29. data/lib/tremendous/models/list_rewards401_response_errors.rb +4 -2
  30. data/lib/tremendous/models/list_rewards429_response.rb +11 -1
  31. data/lib/tremendous/models/order_base_payment.rb +4 -48
  32. data/lib/tremendous/models/order_with_link.rb +403 -0
  33. data/lib/tremendous/models/order_with_link_rewards_inner.rb +385 -0
  34. data/lib/tremendous/models/payment_details.rb +4 -48
  35. data/lib/tremendous/models/payout.rb +340 -0
  36. data/lib/tremendous/models/resend_reward422_response.rb +11 -1
  37. data/lib/tremendous/models/reward_for_order_create.rb +1 -1
  38. data/lib/tremendous/models/{single_reward_order1_reward.rb → reward_with_link.rb} +78 -16
  39. data/lib/tremendous/models/reward_with_link_delivery.rb +296 -0
  40. data/lib/tremendous/models/reward_without_link_delivery.rb +0 -14
  41. data/lib/tremendous/models/single_reward_order.rb +1 -1
  42. data/lib/tremendous/models/{single_reward_order1_payment.rb → single_reward_order_payment.rb} +3 -3
  43. data/lib/tremendous/models/single_reward_order_reward.rb +3 -75
  44. data/lib/tremendous/models/{single_reward_order1_reward_custom_fields_inner.rb → single_reward_order_reward_custom_fields_inner.rb} +3 -3
  45. data/lib/tremendous/models/{single_reward_order1_reward_delivery.rb → single_reward_order_reward_delivery.rb} +3 -3
  46. data/lib/tremendous/models/{test_public_key.rb → single_reward_order_with_link.rb} +14 -15
  47. data/lib/tremendous/models/single_reward_order_with_link_order.rb +403 -0
  48. data/lib/tremendous/version.rb +1 -1
  49. data/lib/tremendous.rb +17 -14
  50. metadata +19 -16
  51. data/lib/tremendous/models/create_invoice.rb +0 -244
  52. data/lib/tremendous/models/create_public_key.rb +0 -222
  53. data/lib/tremendous/models/create_public_key200_response.rb +0 -221
  54. data/lib/tremendous/models/public_keys_response.rb +0 -223
  55. data/lib/tremendous/models/single_reward_order1.rb +0 -242
  56. data/lib/tremendous/models/test_public_key_request.rb +0 -222
@@ -91,6 +91,8 @@ module Tremendous
91
91
 
92
92
  if attributes.key?(:'with_api_key')
93
93
  self.with_api_key = attributes[:'with_api_key']
94
+ else
95
+ self.with_api_key = nil
94
96
  end
95
97
 
96
98
  if attributes.key?(:'copy_settings')
@@ -115,6 +117,10 @@ module Tremendous
115
117
  invalid_properties.push('invalid value for "website", website cannot be nil.')
116
118
  end
117
119
 
120
+ if @with_api_key.nil?
121
+ invalid_properties.push('invalid value for "with_api_key", with_api_key cannot be nil.')
122
+ end
123
+
118
124
  invalid_properties
119
125
  end
120
126
 
@@ -124,6 +130,7 @@ module Tremendous
124
130
  warn '[DEPRECATED] the `valid?` method is obsolete'
125
131
  return false if @name.nil?
126
132
  return false if @website.nil?
133
+ return false if @with_api_key.nil?
127
134
  true
128
135
  end
129
136
 
@@ -88,14 +88,10 @@ module Tremendous
88
88
 
89
89
  if attributes.key?(:'method')
90
90
  self.method = attributes[:'method']
91
- else
92
- self.method = nil
93
91
  end
94
92
 
95
93
  if attributes.key?(:'status')
96
94
  self.status = attributes[:'status']
97
- else
98
- self.status = nil
99
95
  end
100
96
  end
101
97
 
@@ -104,14 +100,6 @@ module Tremendous
104
100
  def list_invalid_properties
105
101
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
106
102
  invalid_properties = Array.new
107
- if @method.nil?
108
- invalid_properties.push('invalid value for "method", method cannot be nil.')
109
- end
110
-
111
- if @status.nil?
112
- invalid_properties.push('invalid value for "status", status cannot be nil.')
113
- end
114
-
115
103
  invalid_properties
116
104
  end
117
105
 
@@ -119,10 +107,8 @@ module Tremendous
119
107
  # @return true if the model is valid
120
108
  def valid?
121
109
  warn '[DEPRECATED] the `valid?` method is obsolete'
122
- return false if @method.nil?
123
110
  method_validator = EnumAttributeValidator.new('String', ["EMAIL", "LINK", "PHONE"])
124
111
  return false unless method_validator.valid?(@method)
125
- return false if @status.nil?
126
112
  status_validator = EnumAttributeValidator.new('String', ["SCHEDULED", "FAILED", "SUCCEEDED", "PENDING"])
127
113
  return false unless status_validator.valid?(@status)
128
114
  true
@@ -0,0 +1,296 @@
1
+ =begin
2
+ #API Endpoints
3
+
4
+ #Deliver monetary rewards and incentives to employees, customers, survey participants, and more through the Tremendous API. For organizational tasks, like managing your organization and it's members within Tremendous, please see the Tremendous Organizational API.
5
+
6
+ The version of the OpenAPI document: 2
7
+ Contact: developers@tremendous.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.8.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module Tremendous
17
+ # Details on how the reward is delivered to the recipient.
18
+ class DeliveryDetailsWithLink
19
+ # How to deliver the reward to the recipient. <table> <thead> <tr> <th>Delivery Method</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>EMAIL</code></td> <td>Deliver the reward to the recipient by email</td> </tr> <tr> <td><code>LINK</code></td> <td> <p>Deliver the reward to the recipient via a link.</p> <p>The link can be retrieved on a successfully ordered reward via the <code>/rewards</code> or <code>/rewards/{id}</code> endpoint. That link must then be delivered to the recipient out-of-band.</p> </td> </tr> <tr> <td><code>PHONE</code></td> <td>Deliver the reward to the recipient by SMS</td> </tr> </tbody> </table>
20
+ attr_accessor :method
21
+
22
+ # Current status of the delivery of the reward: * `SCHEDULED` - Reward is scheduled for delivery and will be delivered soon. * `FAILED` - Delivery of reward failed (e.g. email bounced). * `SUCCEEDED` - Reward was successfully delivered (email or text message delivered or reward link opened). * `PENDING` - Delivery is pending but not yet scheduled.
23
+ attr_accessor :status
24
+
25
+ # Link to redeem the reward at. You need to deliver this link to the recipient.
26
+ attr_accessor :link
27
+
28
+ class EnumAttributeValidator
29
+ attr_reader :datatype
30
+ attr_reader :allowable_values
31
+
32
+ def initialize(datatype, allowable_values)
33
+ @allowable_values = allowable_values.map do |value|
34
+ case datatype.to_s
35
+ when /Integer/i
36
+ value.to_i
37
+ when /Float/i
38
+ value.to_f
39
+ else
40
+ value
41
+ end
42
+ end
43
+ end
44
+
45
+ def valid?(value)
46
+ !value || allowable_values.include?(value)
47
+ end
48
+ end
49
+
50
+ # Attribute mapping from ruby-style variable name to JSON key.
51
+ def self.attribute_map
52
+ {
53
+ :'method' => :'method',
54
+ :'status' => :'status',
55
+ :'link' => :'link'
56
+ }
57
+ end
58
+
59
+ # Returns all the JSON keys this model knows about
60
+ def self.acceptable_attributes
61
+ attribute_map.values
62
+ end
63
+
64
+ # Attribute type mapping.
65
+ def self.openapi_types
66
+ {
67
+ :'method' => :'String',
68
+ :'status' => :'String',
69
+ :'link' => :'String'
70
+ }
71
+ end
72
+
73
+ # List of attributes with nullable: true
74
+ def self.openapi_nullable
75
+ Set.new([
76
+ ])
77
+ end
78
+
79
+ # Initializes the object
80
+ # @param [Hash] attributes Model attributes in the form of hash
81
+ def initialize(attributes = {})
82
+ if (!attributes.is_a?(Hash))
83
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Tremendous::DeliveryDetailsWithLink` initialize method"
84
+ end
85
+
86
+ # check to see if the attribute exists and convert string to symbol for hash key
87
+ attributes = attributes.each_with_object({}) { |(k, v), h|
88
+ if (!self.class.attribute_map.key?(k.to_sym))
89
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Tremendous::DeliveryDetailsWithLink`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
90
+ end
91
+ h[k.to_sym] = v
92
+ }
93
+
94
+ if attributes.key?(:'method')
95
+ self.method = attributes[:'method']
96
+ else
97
+ self.method = nil
98
+ end
99
+
100
+ if attributes.key?(:'status')
101
+ self.status = attributes[:'status']
102
+ else
103
+ self.status = nil
104
+ end
105
+
106
+ if attributes.key?(:'link')
107
+ self.link = attributes[:'link']
108
+ end
109
+ end
110
+
111
+ # Show invalid properties with the reasons. Usually used together with valid?
112
+ # @return Array for valid properties with the reasons
113
+ def list_invalid_properties
114
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
115
+ invalid_properties = Array.new
116
+ if @method.nil?
117
+ invalid_properties.push('invalid value for "method", method cannot be nil.')
118
+ end
119
+
120
+ if @status.nil?
121
+ invalid_properties.push('invalid value for "status", status cannot be nil.')
122
+ end
123
+
124
+ invalid_properties
125
+ end
126
+
127
+ # Check to see if the all the properties in the model are valid
128
+ # @return true if the model is valid
129
+ def valid?
130
+ warn '[DEPRECATED] the `valid?` method is obsolete'
131
+ return false if @method.nil?
132
+ method_validator = EnumAttributeValidator.new('String', ["EMAIL", "LINK", "PHONE"])
133
+ return false unless method_validator.valid?(@method)
134
+ return false if @status.nil?
135
+ status_validator = EnumAttributeValidator.new('String', ["SCHEDULED", "FAILED", "SUCCEEDED", "PENDING"])
136
+ return false unless status_validator.valid?(@status)
137
+ true
138
+ end
139
+
140
+ # Custom attribute writer method checking allowed values (enum).
141
+ # @param [Object] method Object to be assigned
142
+ def method=(method)
143
+ validator = EnumAttributeValidator.new('String', ["EMAIL", "LINK", "PHONE"])
144
+ unless validator.valid?(method)
145
+ fail ArgumentError, "invalid value for \"method\", must be one of #{validator.allowable_values}."
146
+ end
147
+ @method = method
148
+ end
149
+
150
+ # Custom attribute writer method checking allowed values (enum).
151
+ # @param [Object] status Object to be assigned
152
+ def status=(status)
153
+ validator = EnumAttributeValidator.new('String', ["SCHEDULED", "FAILED", "SUCCEEDED", "PENDING"])
154
+ unless validator.valid?(status)
155
+ fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
156
+ end
157
+ @status = status
158
+ end
159
+
160
+ # Checks equality by comparing each attribute.
161
+ # @param [Object] Object to be compared
162
+ def ==(o)
163
+ return true if self.equal?(o)
164
+ self.class == o.class &&
165
+ method == o.method &&
166
+ status == o.status &&
167
+ link == o.link
168
+ end
169
+
170
+ # @see the `==` method
171
+ # @param [Object] Object to be compared
172
+ def eql?(o)
173
+ self == o
174
+ end
175
+
176
+ # Calculates hash code according to all attributes.
177
+ # @return [Integer] Hash code
178
+ def hash
179
+ [method, status, link].hash
180
+ end
181
+
182
+ # Builds the object from hash
183
+ # @param [Hash] attributes Model attributes in the form of hash
184
+ # @return [Object] Returns the model itself
185
+ def self.build_from_hash(attributes)
186
+ return nil unless attributes.is_a?(Hash)
187
+ attributes = attributes.transform_keys(&:to_sym)
188
+ transformed_hash = {}
189
+ openapi_types.each_pair do |key, type|
190
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
191
+ transformed_hash["#{key}"] = nil
192
+ elsif type =~ /\AArray<(.*)>/i
193
+ # check to ensure the input is an array given that the attribute
194
+ # is documented as an array but the input is not
195
+ if attributes[attribute_map[key]].is_a?(Array)
196
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
197
+ end
198
+ elsif !attributes[attribute_map[key]].nil?
199
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
200
+ end
201
+ end
202
+ new(transformed_hash)
203
+ end
204
+
205
+ # Deserializes the data based on type
206
+ # @param string type Data type
207
+ # @param string value Value to be deserialized
208
+ # @return [Object] Deserialized data
209
+ def self._deserialize(type, value)
210
+ case type.to_sym
211
+ when :Time
212
+ Time.parse(value)
213
+ when :Date
214
+ Date.parse(value)
215
+ when :String
216
+ value.to_s
217
+ when :Integer
218
+ value.to_i
219
+ when :Float
220
+ value.to_f
221
+ when :Boolean
222
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
223
+ true
224
+ else
225
+ false
226
+ end
227
+ when :Object
228
+ # generic object (usually a Hash), return directly
229
+ value
230
+ when /\AArray<(?<inner_type>.+)>\z/
231
+ inner_type = Regexp.last_match[:inner_type]
232
+ value.map { |v| _deserialize(inner_type, v) }
233
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
234
+ k_type = Regexp.last_match[:k_type]
235
+ v_type = Regexp.last_match[:v_type]
236
+ {}.tap do |hash|
237
+ value.each do |k, v|
238
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
239
+ end
240
+ end
241
+ else # model
242
+ # models (e.g. Pet) or oneOf
243
+ klass = Tremendous.const_get(type)
244
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
245
+ end
246
+ end
247
+
248
+ # Returns the string representation of the object
249
+ # @return [String] String presentation of the object
250
+ def to_s
251
+ to_hash.to_s
252
+ end
253
+
254
+ # to_body is an alias to to_hash (backward compatibility)
255
+ # @return [Hash] Returns the object in the form of hash
256
+ def to_body
257
+ to_hash
258
+ end
259
+
260
+ # Returns the object in the form of hash
261
+ # @return [Hash] Returns the object in the form of hash
262
+ def to_hash
263
+ hash = {}
264
+ self.class.attribute_map.each_pair do |attr, param|
265
+ value = self.send(attr)
266
+ if value.nil?
267
+ is_nullable = self.class.openapi_nullable.include?(attr)
268
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
269
+ end
270
+
271
+ hash[param] = _to_hash(value)
272
+ end
273
+ hash
274
+ end
275
+
276
+ # Outputs non-array value in the form of hash
277
+ # For object, use to_hash. Otherwise, just return the value
278
+ # @param [Object] value Any valid value
279
+ # @return [Hash] Returns the value in the form of hash
280
+ def _to_hash(value)
281
+ if value.is_a?(Array)
282
+ value.compact.map { |v| _to_hash(v) }
283
+ elsif value.is_a?(Hash)
284
+ {}.tap do |hash|
285
+ value.each { |k, v| hash[k] = _to_hash(v) }
286
+ end
287
+ elsif value.respond_to? :to_hash
288
+ value.to_hash
289
+ else
290
+ value
291
+ end
292
+ end
293
+
294
+ end
295
+
296
+ end
@@ -15,11 +15,15 @@ require 'time'
15
15
 
16
16
  module Tremendous
17
17
  class ErrorModel
18
+ # HTTP status code of the response
19
+ attr_accessor :status
20
+
18
21
  attr_accessor :errors
19
22
 
20
23
  # Attribute mapping from ruby-style variable name to JSON key.
21
24
  def self.attribute_map
22
25
  {
26
+ :'status' => :'status',
23
27
  :'errors' => :'errors'
24
28
  }
25
29
  end
@@ -32,6 +36,7 @@ module Tremendous
32
36
  # Attribute type mapping.
33
37
  def self.openapi_types
34
38
  {
39
+ :'status' => :'Integer',
35
40
  :'errors' => :'ListRewards401ResponseErrors'
36
41
  }
37
42
  end
@@ -57,6 +62,10 @@ module Tremendous
57
62
  h[k.to_sym] = v
58
63
  }
59
64
 
65
+ if attributes.key?(:'status')
66
+ self.status = attributes[:'status']
67
+ end
68
+
60
69
  if attributes.key?(:'errors')
61
70
  self.errors = attributes[:'errors']
62
71
  else
@@ -89,6 +98,7 @@ module Tremendous
89
98
  def ==(o)
90
99
  return true if self.equal?(o)
91
100
  self.class == o.class &&
101
+ status == o.status &&
92
102
  errors == o.errors
93
103
  end
94
104
 
@@ -101,7 +111,7 @@ module Tremendous
101
111
  # Calculates hash code according to all attributes.
102
112
  # @return [Integer] Hash code
103
113
  def hash
104
- [errors].hash
114
+ [status, errors].hash
105
115
  end
106
116
 
107
117
  # Builds the object from hash
@@ -15,11 +15,15 @@ require 'time'
15
15
 
16
16
  module Tremendous
17
17
  class FraudRule400Response
18
+ # HTTP status code of the response
19
+ attr_accessor :status
20
+
18
21
  attr_accessor :errors
19
22
 
20
23
  # Attribute mapping from ruby-style variable name to JSON key.
21
24
  def self.attribute_map
22
25
  {
26
+ :'status' => :'status',
23
27
  :'errors' => :'errors'
24
28
  }
25
29
  end
@@ -32,6 +36,7 @@ module Tremendous
32
36
  # Attribute type mapping.
33
37
  def self.openapi_types
34
38
  {
39
+ :'status' => :'Integer',
35
40
  :'errors' => :'ListRewards401ResponseErrors'
36
41
  }
37
42
  end
@@ -57,6 +62,10 @@ module Tremendous
57
62
  h[k.to_sym] = v
58
63
  }
59
64
 
65
+ if attributes.key?(:'status')
66
+ self.status = attributes[:'status']
67
+ end
68
+
60
69
  if attributes.key?(:'errors')
61
70
  self.errors = attributes[:'errors']
62
71
  else
@@ -89,6 +98,7 @@ module Tremendous
89
98
  def ==(o)
90
99
  return true if self.equal?(o)
91
100
  self.class == o.class &&
101
+ status == o.status &&
92
102
  errors == o.errors
93
103
  end
94
104
 
@@ -101,7 +111,7 @@ module Tremendous
101
111
  # Calculates hash code according to all attributes.
102
112
  # @return [Integer] Hash code
103
113
  def hash
104
- [errors].hash
114
+ [status, errors].hash
105
115
  end
106
116
 
107
117
  # Builds the object from hash
@@ -15,11 +15,15 @@ require 'time'
15
15
 
16
16
  module Tremendous
17
17
  class FraudRule422Response
18
+ # HTTP status code of the response
19
+ attr_accessor :status
20
+
18
21
  attr_accessor :errors
19
22
 
20
23
  # Attribute mapping from ruby-style variable name to JSON key.
21
24
  def self.attribute_map
22
25
  {
26
+ :'status' => :'status',
23
27
  :'errors' => :'errors'
24
28
  }
25
29
  end
@@ -32,6 +36,7 @@ module Tremendous
32
36
  # Attribute type mapping.
33
37
  def self.openapi_types
34
38
  {
39
+ :'status' => :'Integer',
35
40
  :'errors' => :'ListRewards401ResponseErrors'
36
41
  }
37
42
  end
@@ -57,6 +62,10 @@ module Tremendous
57
62
  h[k.to_sym] = v
58
63
  }
59
64
 
65
+ if attributes.key?(:'status')
66
+ self.status = attributes[:'status']
67
+ end
68
+
60
69
  if attributes.key?(:'errors')
61
70
  self.errors = attributes[:'errors']
62
71
  else
@@ -89,6 +98,7 @@ module Tremendous
89
98
  def ==(o)
90
99
  return true if self.equal?(o)
91
100
  self.class == o.class &&
101
+ status == o.status &&
92
102
  errors == o.errors
93
103
  end
94
104
 
@@ -101,7 +111,7 @@ module Tremendous
101
111
  # Calculates hash code according to all attributes.
102
112
  # @return [Integer] Hash code
103
113
  def hash
104
- [errors].hash
114
+ [status, errors].hash
105
115
  end
106
116
 
107
117
  # Builds the object from hash
@@ -61,7 +61,7 @@ module Tremendous
61
61
  def self.openapi_types
62
62
  {
63
63
  :'rule_type' => :'String',
64
- :'config' => :'Object'
64
+ :'config' => :'Hash<String, Object>'
65
65
  }
66
66
  end
67
67
 
@@ -92,7 +92,9 @@ module Tremendous
92
92
  end
93
93
 
94
94
  if attributes.key?(:'config')
95
- self.config = attributes[:'config']
95
+ if (value = attributes[:'config']).is_a?(Hash)
96
+ self.config = value
97
+ end
96
98
  end
97
99
  end
98
100
 
@@ -15,11 +15,15 @@ require 'time'
15
15
 
16
16
  module Tremendous
17
17
  class GenerateRewardLink403Response
18
+ # HTTP status code of the response
19
+ attr_accessor :status
20
+
18
21
  attr_accessor :errors
19
22
 
20
23
  # Attribute mapping from ruby-style variable name to JSON key.
21
24
  def self.attribute_map
22
25
  {
26
+ :'status' => :'status',
23
27
  :'errors' => :'errors'
24
28
  }
25
29
  end
@@ -32,6 +36,7 @@ module Tremendous
32
36
  # Attribute type mapping.
33
37
  def self.openapi_types
34
38
  {
39
+ :'status' => :'Integer',
35
40
  :'errors' => :'ListRewards401ResponseErrors'
36
41
  }
37
42
  end
@@ -57,6 +62,10 @@ module Tremendous
57
62
  h[k.to_sym] = v
58
63
  }
59
64
 
65
+ if attributes.key?(:'status')
66
+ self.status = attributes[:'status']
67
+ end
68
+
60
69
  if attributes.key?(:'errors')
61
70
  self.errors = attributes[:'errors']
62
71
  else
@@ -89,6 +98,7 @@ module Tremendous
89
98
  def ==(o)
90
99
  return true if self.equal?(o)
91
100
  self.class == o.class &&
101
+ status == o.status &&
92
102
  errors == o.errors
93
103
  end
94
104
 
@@ -101,7 +111,7 @@ module Tremendous
101
111
  # Calculates hash code according to all attributes.
102
112
  # @return [Integer] Hash code
103
113
  def hash
104
- [errors].hash
114
+ [status, errors].hash
105
115
  end
106
116
 
107
117
  # Builds the object from hash
@@ -25,6 +25,8 @@ module Tremendous
25
25
  # Amount of the invoice in USD
26
26
  attr_accessor :amount
27
27
 
28
+ attr_accessor :international
29
+
28
30
  # Status of this invoice <table> <thead> <tr> <th>Status</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><code>DELETED</code></td> <td>Invoice has been deleted by your organization</td> </tr> <tr> <td><code>PAID</code></td> <td>Invoice has been paid by your organization</td> </tr> <tr> <td><code>OPEN</code></td> <td>Invoice has been created by your organization but has not been paid, yet</td> </tr> </tbody> </table>
29
31
  attr_accessor :status
30
32
 
@@ -68,6 +70,7 @@ module Tremendous
68
70
  :'id' => :'id',
69
71
  :'po_number' => :'po_number',
70
72
  :'amount' => :'amount',
73
+ :'international' => :'international',
71
74
  :'status' => :'status',
72
75
  :'orders' => :'orders',
73
76
  :'rewards' => :'rewards',
@@ -87,6 +90,7 @@ module Tremendous
87
90
  :'id' => :'String',
88
91
  :'po_number' => :'String',
89
92
  :'amount' => :'Float',
93
+ :'international' => :'Boolean',
90
94
  :'status' => :'String',
91
95
  :'orders' => :'Array<String>',
92
96
  :'rewards' => :'Array<String>',
@@ -134,6 +138,10 @@ module Tremendous
134
138
  self.amount = nil
135
139
  end
136
140
 
141
+ if attributes.key?(:'international')
142
+ self.international = attributes[:'international']
143
+ end
144
+
137
145
  if attributes.key?(:'status')
138
146
  self.status = attributes[:'status']
139
147
  else
@@ -220,6 +228,7 @@ module Tremendous
220
228
  id == o.id &&
221
229
  po_number == o.po_number &&
222
230
  amount == o.amount &&
231
+ international == o.international &&
223
232
  status == o.status &&
224
233
  orders == o.orders &&
225
234
  rewards == o.rewards &&
@@ -236,7 +245,7 @@ module Tremendous
236
245
  # Calculates hash code according to all attributes.
237
246
  # @return [Integer] Hash code
238
247
  def hash
239
- [id, po_number, amount, status, orders, rewards, created_at, paid_at].hash
248
+ [id, po_number, amount, international, status, orders, rewards, created_at, paid_at].hash
240
249
  end
241
250
 
242
251
  # Builds the object from hash