xero-ruby 3.5.0 → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xero-ruby/api/finance_api.rb +95 -0
  3. data/lib/xero-ruby/api/payroll_uk_api.rb +2 -2
  4. data/lib/xero-ruby/api_client.rb +1 -1
  5. data/lib/xero-ruby/models/accounting/account.rb +34 -34
  6. data/lib/xero-ruby/models/accounting/account_type.rb +22 -22
  7. data/lib/xero-ruby/models/accounting/action.rb +2 -2
  8. data/lib/xero-ruby/models/accounting/address.rb +2 -2
  9. data/lib/xero-ruby/models/accounting/address_for_organisation.rb +3 -3
  10. data/lib/xero-ruby/models/accounting/bank_transaction.rb +11 -11
  11. data/lib/xero-ruby/models/accounting/batch_payment.rb +4 -4
  12. data/lib/xero-ruby/models/accounting/branding_theme.rb +1 -1
  13. data/lib/xero-ruby/models/accounting/budget.rb +2 -2
  14. data/lib/xero-ruby/models/accounting/contact.rb +9 -9
  15. data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
  16. data/lib/xero-ruby/models/accounting/country_code.rb +240 -240
  17. data/lib/xero-ruby/models/accounting/credit_note.rb +8 -8
  18. data/lib/xero-ruby/models/accounting/currency_code.rb +166 -166
  19. data/lib/xero-ruby/models/accounting/employee.rb +4 -4
  20. data/lib/xero-ruby/models/accounting/expense_claim.rb +5 -5
  21. data/lib/xero-ruby/models/accounting/external_link.rb +5 -5
  22. data/lib/xero-ruby/models/accounting/invoice.rb +14 -14
  23. data/lib/xero-ruby/models/accounting/journal.rb +25 -25
  24. data/lib/xero-ruby/models/accounting/line_amount_types.rb +3 -3
  25. data/lib/xero-ruby/models/accounting/line_item.rb +11 -1
  26. data/lib/xero-ruby/models/accounting/line_item_item.rb +272 -0
  27. data/lib/xero-ruby/models/accounting/linked_transaction.rb +8 -8
  28. data/lib/xero-ruby/models/accounting/manual_journal.rb +5 -5
  29. data/lib/xero-ruby/models/accounting/organisation.rb +76 -74
  30. data/lib/xero-ruby/models/accounting/overpayment.rb +6 -6
  31. data/lib/xero-ruby/models/accounting/payment.rb +10 -10
  32. data/lib/xero-ruby/models/accounting/payment_term_type.rb +4 -4
  33. data/lib/xero-ruby/models/accounting/phone.rb +5 -5
  34. data/lib/xero-ruby/models/accounting/prepayment.rb +7 -7
  35. data/lib/xero-ruby/models/accounting/purchase_order.rb +5 -5
  36. data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +3 -3
  37. data/lib/xero-ruby/models/accounting/quote_status_codes.rb +6 -6
  38. data/lib/xero-ruby/models/accounting/receipt.rb +5 -5
  39. data/lib/xero-ruby/models/accounting/repeating_invoice.rb +5 -5
  40. data/lib/xero-ruby/models/accounting/report.rb +1 -1
  41. data/lib/xero-ruby/models/accounting/row_type.rb +4 -4
  42. data/lib/xero-ruby/models/accounting/schedule.rb +8 -8
  43. data/lib/xero-ruby/models/accounting/tax_rate.rb +78 -78
  44. data/lib/xero-ruby/models/accounting/tax_type.rb +59 -59
  45. data/lib/xero-ruby/models/accounting/time_zone.rb +109 -109
  46. data/lib/xero-ruby/models/accounting/tracking_category.rb +3 -3
  47. data/lib/xero-ruby/models/accounting/tracking_option.rb +3 -3
  48. data/lib/xero-ruby/models/accounting/user.rb +7 -7
  49. data/lib/xero-ruby/models/app_store/plan.rb +6 -5
  50. data/lib/xero-ruby/models/app_store/product.rb +2 -2
  51. data/lib/xero-ruby/models/app_store/subscription.rb +37 -0
  52. data/lib/xero-ruby/models/app_store/subscription_item.rb +53 -1
  53. data/lib/xero-ruby/models/assets/asset_status.rb +3 -3
  54. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +3 -3
  55. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +11 -11
  56. data/lib/xero-ruby/models/files/object_group.rb +12 -11
  57. data/lib/xero-ruby/models/files/object_type.rb +56 -55
  58. data/lib/xero-ruby/models/finance/bank_statement_accounting_response.rb +254 -0
  59. data/lib/xero-ruby/models/finance/bank_transaction_response.rb +274 -0
  60. data/lib/xero-ruby/models/finance/contact_response.rb +232 -0
  61. data/lib/xero-ruby/models/finance/credit_note_response.rb +254 -0
  62. data/lib/xero-ruby/models/finance/invoice_response.rb +254 -0
  63. data/lib/xero-ruby/models/finance/line_item_response.rb +252 -0
  64. data/lib/xero-ruby/models/finance/overpayment_response.rb +254 -0
  65. data/lib/xero-ruby/models/finance/payment_response.rb +312 -0
  66. data/lib/xero-ruby/models/finance/prepayment_response.rb +254 -0
  67. data/lib/xero-ruby/models/finance/problem_type.rb +10 -5
  68. data/lib/xero-ruby/models/finance/statement_line_response.rb +346 -0
  69. data/lib/xero-ruby/models/finance/statement_response.rb +274 -0
  70. data/lib/xero-ruby/models/payroll_au/account_type.rb +23 -23
  71. data/lib/xero-ruby/models/payroll_au/allowance_category.rb +41 -0
  72. data/lib/xero-ruby/models/payroll_au/allowance_type.rb +10 -7
  73. data/lib/xero-ruby/models/payroll_au/calendar_type.rb +6 -6
  74. data/lib/xero-ruby/models/payroll_au/deduction_type.rb +3 -3
  75. data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +3 -3
  76. data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +14 -4
  77. data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +3 -3
  78. data/lib/xero-ruby/models/payroll_au/earnings_type.rb +12 -12
  79. data/lib/xero-ruby/models/payroll_au/employee.rb +11 -11
  80. data/lib/xero-ruby/models/payroll_au/employee_status.rb +2 -2
  81. data/lib/xero-ruby/models/payroll_au/employment_basis.rb +5 -5
  82. data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +2 -2
  83. data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +2 -2
  84. data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +5 -5
  85. data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +2 -2
  86. data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +4 -4
  87. data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +6 -6
  88. data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +2 -2
  89. data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +7 -7
  90. data/lib/xero-ruby/models/payroll_au/rate_type.rb +3 -3
  91. data/lib/xero-ruby/models/payroll_au/residency_status.rb +3 -3
  92. data/lib/xero-ruby/models/payroll_au/state.rb +8 -8
  93. data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +2 -2
  94. data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +3 -3
  95. data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +4 -4
  96. data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +4 -4
  97. data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +5 -5
  98. data/lib/xero-ruby/models/payroll_nz/account.rb +4 -4
  99. data/lib/xero-ruby/models/payroll_nz/bank_account.rb +2 -2
  100. data/lib/xero-ruby/models/payroll_nz/benefit.rb +5 -5
  101. data/lib/xero-ruby/models/payroll_nz/calendar_type.rb +7 -7
  102. data/lib/xero-ruby/models/payroll_nz/deduction.rb +4 -4
  103. data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +18 -18
  104. data/lib/xero-ruby/models/payroll_nz/employee.rb +2 -2
  105. data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +4 -4
  106. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +6 -6
  107. data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +8 -8
  108. data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +5 -5
  109. data/lib/xero-ruby/models/payroll_nz/leave_period.rb +2 -2
  110. data/lib/xero-ruby/models/payroll_nz/pay_run.rb +5 -5
  111. data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +3 -3
  112. data/lib/xero-ruby/models/payroll_nz/payment_method.rb +3 -3
  113. data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +8 -8
  114. data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +5 -5
  115. data/lib/xero-ruby/models/payroll_nz/statutory_deduction_category.rb +11 -11
  116. data/lib/xero-ruby/models/payroll_nz/tax_code.rb +19 -19
  117. data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +2 -2
  118. data/lib/xero-ruby/models/payroll_nz/timesheet.rb +4 -4
  119. data/lib/xero-ruby/models/payroll_uk/account.rb +7 -7
  120. data/lib/xero-ruby/models/payroll_uk/benefit.rb +4 -4
  121. data/lib/xero-ruby/models/payroll_uk/deduction.rb +12 -12
  122. data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +26 -26
  123. data/lib/xero-ruby/models/payroll_uk/employee.rb +16 -6
  124. data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +4 -4
  125. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +6 -6
  126. data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +8 -8
  127. data/lib/xero-ruby/models/payroll_uk/employment.rb +8 -8
  128. data/lib/xero-ruby/models/payroll_uk/leave_period.rb +2 -2
  129. data/lib/xero-ruby/models/payroll_uk/pay_run.rb +11 -11
  130. data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +6 -6
  131. data/lib/xero-ruby/models/payroll_uk/payment_method.rb +3 -3
  132. data/lib/xero-ruby/models/payroll_uk/payslip.rb +3 -3
  133. data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +5 -5
  134. data/lib/xero-ruby/models/payroll_uk/statutory_deduction_category.rb +14 -14
  135. data/lib/xero-ruby/models/payroll_uk/timesheet.rb +3 -3
  136. data/lib/xero-ruby/models/projects/charge_type.rb +3 -3
  137. data/lib/xero-ruby/models/projects/currency_code.rb +164 -164
  138. data/lib/xero-ruby/models/projects/project_status.rb +2 -2
  139. data/lib/xero-ruby/models/projects/task.rb +3 -3
  140. data/lib/xero-ruby/models/projects/time_entry.rb +3 -3
  141. data/lib/xero-ruby/version.rb +6 -6
  142. data/lib/xero-ruby.rb +13 -0
  143. metadata +15 -2
@@ -0,0 +1,254 @@
1
+ =begin
2
+ #Xero Finance API
3
+
4
+ #The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
5
+
6
+ Contact: api@xero.com
7
+ Generated by: https://openapi-generator.tech
8
+ OpenAPI Generator version: 4.3.1
9
+
10
+ =end
11
+
12
+ require 'time'
13
+ require 'date'
14
+
15
+ module XeroRuby::Finance
16
+ require 'bigdecimal'
17
+
18
+ class InvoiceResponse
19
+ # Xero Identifier of invoice
20
+ attr_accessor :invoice_id
21
+
22
+
23
+ attr_accessor :contact
24
+
25
+ # Total of Invoice tax inclusive (i.e. SubTotal + TotalTax); Not included in summary mode
26
+ attr_accessor :total
27
+
28
+ # Not included in summary mode
29
+ attr_accessor :line_items
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ def self.attribute_map
33
+ {
34
+ :'invoice_id' => :'invoiceId',
35
+ :'contact' => :'contact',
36
+ :'total' => :'total',
37
+ :'line_items' => :'lineItems'
38
+ }
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.openapi_types
43
+ {
44
+ :'invoice_id' => :'String',
45
+ :'contact' => :'ContactResponse',
46
+ :'total' => :'BigDecimal',
47
+ :'line_items' => :'Array<LineItemResponse>'
48
+ }
49
+ end
50
+
51
+ # Initializes the object
52
+ # @param [Hash] attributes Model attributes in the form of hash
53
+ def initialize(attributes = {})
54
+ if (!attributes.is_a?(Hash))
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Finance::InvoiceResponse` initialize method"
56
+ end
57
+
58
+ # check to see if the attribute exists and convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}) { |(k, v), h|
60
+ if (!self.class.attribute_map.key?(k.to_sym))
61
+ fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Finance::InvoiceResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ end
63
+ h[k.to_sym] = v
64
+ }
65
+
66
+ if attributes.key?(:'invoice_id')
67
+ self.invoice_id = attributes[:'invoice_id']
68
+ end
69
+
70
+ if attributes.key?(:'contact')
71
+ self.contact = attributes[:'contact']
72
+ end
73
+
74
+ if attributes.key?(:'total')
75
+ self.total = attributes[:'total']
76
+ end
77
+
78
+ if attributes.key?(:'line_items')
79
+ if (value = attributes[:'line_items']).is_a?(Array)
80
+ self.line_items = value
81
+ end
82
+ end
83
+ end
84
+
85
+ # Show invalid properties with the reasons. Usually used together with valid?
86
+ # @return Array for valid properties with the reasons
87
+ def list_invalid_properties
88
+ invalid_properties = Array.new
89
+ invalid_properties
90
+ end
91
+
92
+ # Check to see if the all the properties in the model are valid
93
+ # @return true if the model is valid
94
+ def valid?
95
+ true
96
+ end
97
+
98
+ # Checks equality by comparing each attribute.
99
+ # @param [Object] Object to be compared
100
+ def ==(o)
101
+ return true if self.equal?(o)
102
+ self.class == o.class &&
103
+ invoice_id == o.invoice_id &&
104
+ contact == o.contact &&
105
+ total == o.total &&
106
+ line_items == o.line_items
107
+ end
108
+
109
+ # @see the `==` method
110
+ # @param [Object] Object to be compared
111
+ def eql?(o)
112
+ self == o
113
+ end
114
+
115
+ # Calculates hash code according to all attributes.
116
+ # @return [Integer] Hash code
117
+ def hash
118
+ [invoice_id, contact, total, line_items].hash
119
+ end
120
+
121
+ # Builds the object from hash
122
+ # @param [Hash] attributes Model attributes in the form of hash
123
+ # @return [Object] Returns the model itself
124
+ def self.build_from_hash(attributes)
125
+ new.build_from_hash(attributes)
126
+ end
127
+
128
+ # Builds the object from hash
129
+ # @param [Hash] attributes Model attributes in the form of hash
130
+ # @return [Object] Returns the model itself
131
+ def build_from_hash(attributes)
132
+ return nil unless attributes.is_a?(Hash)
133
+ self.class.openapi_types.each_pair do |key, type|
134
+ if type =~ /\AArray<(.*)>/i
135
+ # check to ensure the input is an array given that the attribute
136
+ # is documented as an array but the input is not
137
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
138
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
139
+ end
140
+ elsif !attributes[self.class.attribute_map[key]].nil?
141
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
142
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
143
+ end
144
+
145
+ self
146
+ end
147
+
148
+ # Deserializes the data based on type
149
+ # @param string type Data type
150
+ # @param string value Value to be deserialized
151
+ # @return [Object] Deserialized data
152
+ def _deserialize(type, value)
153
+ case type.to_sym
154
+ when :DateTime
155
+ DateTime.parse(parse_date(value))
156
+ when :Date
157
+ Date.parse(parse_date(value))
158
+ when :String
159
+ value.to_s
160
+ when :Integer
161
+ value.to_i
162
+ when :Float
163
+ value.to_f
164
+ when :BigDecimal
165
+ BigDecimal(value.to_s)
166
+ when :Boolean
167
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
168
+ true
169
+ else
170
+ false
171
+ end
172
+ when :Object
173
+ # generic object (usually a Hash), return directly
174
+ value
175
+ when /\AArray<(?<inner_type>.+)>\z/
176
+ inner_type = Regexp.last_match[:inner_type]
177
+ value.map { |v| _deserialize(inner_type, v) }
178
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
179
+ k_type = Regexp.last_match[:k_type]
180
+ v_type = Regexp.last_match[:v_type]
181
+ {}.tap do |hash|
182
+ value.each do |k, v|
183
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
184
+ end
185
+ end
186
+ else # model
187
+ XeroRuby::Finance.const_get(type).build_from_hash(value)
188
+ end
189
+ end
190
+
191
+ # Returns the string representation of the object
192
+ # @return [String] String presentation of the object
193
+ def to_s
194
+ to_hash.to_s
195
+ end
196
+
197
+ # to_body is an alias to to_hash (backward compatibility)
198
+ # @return [Hash] Returns the object in the form of hash
199
+ def to_body
200
+ to_hash
201
+ end
202
+
203
+ # Returns the object in the form of hash
204
+ # @return [Hash] Returns the object in the form of hash
205
+ def to_hash(downcase: false)
206
+ hash = {}
207
+ self.class.attribute_map.each_pair do |attr, param|
208
+ value = self.send(attr)
209
+ next if value.nil?
210
+ key = downcase ? attr : param
211
+ hash[key] = _to_hash(value, downcase: downcase)
212
+ end
213
+ hash
214
+ end
215
+
216
+ # Returns the object in the form of hash with snake_case
217
+ def to_attributes
218
+ to_hash(downcase: true)
219
+ end
220
+
221
+ # Outputs non-array value in the form of hash
222
+ # For object, use to_hash. Otherwise, just return the value
223
+ # @param [Object] value Any valid value
224
+ # @return [Hash] Returns the value in the form of hash
225
+ def _to_hash(value, downcase: false)
226
+ if value.is_a?(Array)
227
+ value.map do |v|
228
+ v.to_hash(downcase: downcase)
229
+ end
230
+ elsif value.is_a?(Hash)
231
+ {}.tap do |hash|
232
+ value.map { |k, v| hash[k] = _to_hash(v, downcase: downcase) }
233
+ end
234
+ elsif value.respond_to? :to_hash
235
+ value.to_hash(downcase: downcase)
236
+ else
237
+ value
238
+ end
239
+ end
240
+
241
+ def parse_date(datestring)
242
+ if datestring.include?('Date')
243
+ date_pattern = /\/Date\((-?\d+)(\+\d+)?\)\//
244
+ original, date, timezone = *date_pattern.match(datestring)
245
+ date = (date.to_i / 1000)
246
+ Time.at(date).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
247
+ elsif /(\d\d\d\d)-(\d\d)/.match(datestring) # handles dates w/out Days: YYYY-MM*-DD
248
+ Time.parse(datestring + '-01').strftime('%Y-%m-%dT%H:%M:%S').to_s
249
+ else # handle date 'types' for small subset of payroll API's
250
+ Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
251
+ end
252
+ end
253
+ end
254
+ end
@@ -0,0 +1,252 @@
1
+ =begin
2
+ #Xero Finance API
3
+
4
+ #The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
5
+
6
+ Contact: api@xero.com
7
+ Generated by: https://openapi-generator.tech
8
+ OpenAPI Generator version: 4.3.1
9
+
10
+ =end
11
+
12
+ require 'time'
13
+ require 'date'
14
+
15
+ module XeroRuby::Finance
16
+ require 'bigdecimal'
17
+
18
+ class LineItemResponse
19
+ # Xero Identifier of account
20
+ attr_accessor :account_id
21
+
22
+ # Shown if set
23
+ attr_accessor :reporting_code
24
+
25
+ # Amount of line item
26
+ attr_accessor :line_amount
27
+
28
+ # Account type
29
+ attr_accessor :account_type
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ def self.attribute_map
33
+ {
34
+ :'account_id' => :'accountId',
35
+ :'reporting_code' => :'reportingCode',
36
+ :'line_amount' => :'lineAmount',
37
+ :'account_type' => :'accountType'
38
+ }
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.openapi_types
43
+ {
44
+ :'account_id' => :'String',
45
+ :'reporting_code' => :'String',
46
+ :'line_amount' => :'BigDecimal',
47
+ :'account_type' => :'String'
48
+ }
49
+ end
50
+
51
+ # Initializes the object
52
+ # @param [Hash] attributes Model attributes in the form of hash
53
+ def initialize(attributes = {})
54
+ if (!attributes.is_a?(Hash))
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Finance::LineItemResponse` initialize method"
56
+ end
57
+
58
+ # check to see if the attribute exists and convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}) { |(k, v), h|
60
+ if (!self.class.attribute_map.key?(k.to_sym))
61
+ fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Finance::LineItemResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ end
63
+ h[k.to_sym] = v
64
+ }
65
+
66
+ if attributes.key?(:'account_id')
67
+ self.account_id = attributes[:'account_id']
68
+ end
69
+
70
+ if attributes.key?(:'reporting_code')
71
+ self.reporting_code = attributes[:'reporting_code']
72
+ end
73
+
74
+ if attributes.key?(:'line_amount')
75
+ self.line_amount = attributes[:'line_amount']
76
+ end
77
+
78
+ if attributes.key?(:'account_type')
79
+ self.account_type = attributes[:'account_type']
80
+ end
81
+ end
82
+
83
+ # Show invalid properties with the reasons. Usually used together with valid?
84
+ # @return Array for valid properties with the reasons
85
+ def list_invalid_properties
86
+ invalid_properties = Array.new
87
+ invalid_properties
88
+ end
89
+
90
+ # Check to see if the all the properties in the model are valid
91
+ # @return true if the model is valid
92
+ def valid?
93
+ true
94
+ end
95
+
96
+ # Checks equality by comparing each attribute.
97
+ # @param [Object] Object to be compared
98
+ def ==(o)
99
+ return true if self.equal?(o)
100
+ self.class == o.class &&
101
+ account_id == o.account_id &&
102
+ reporting_code == o.reporting_code &&
103
+ line_amount == o.line_amount &&
104
+ account_type == o.account_type
105
+ end
106
+
107
+ # @see the `==` method
108
+ # @param [Object] Object to be compared
109
+ def eql?(o)
110
+ self == o
111
+ end
112
+
113
+ # Calculates hash code according to all attributes.
114
+ # @return [Integer] Hash code
115
+ def hash
116
+ [account_id, reporting_code, line_amount, account_type].hash
117
+ end
118
+
119
+ # Builds the object from hash
120
+ # @param [Hash] attributes Model attributes in the form of hash
121
+ # @return [Object] Returns the model itself
122
+ def self.build_from_hash(attributes)
123
+ new.build_from_hash(attributes)
124
+ end
125
+
126
+ # Builds the object from hash
127
+ # @param [Hash] attributes Model attributes in the form of hash
128
+ # @return [Object] Returns the model itself
129
+ def build_from_hash(attributes)
130
+ return nil unless attributes.is_a?(Hash)
131
+ self.class.openapi_types.each_pair do |key, type|
132
+ if type =~ /\AArray<(.*)>/i
133
+ # check to ensure the input is an array given that the attribute
134
+ # is documented as an array but the input is not
135
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
136
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
137
+ end
138
+ elsif !attributes[self.class.attribute_map[key]].nil?
139
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
140
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
141
+ end
142
+
143
+ self
144
+ end
145
+
146
+ # Deserializes the data based on type
147
+ # @param string type Data type
148
+ # @param string value Value to be deserialized
149
+ # @return [Object] Deserialized data
150
+ def _deserialize(type, value)
151
+ case type.to_sym
152
+ when :DateTime
153
+ DateTime.parse(parse_date(value))
154
+ when :Date
155
+ Date.parse(parse_date(value))
156
+ when :String
157
+ value.to_s
158
+ when :Integer
159
+ value.to_i
160
+ when :Float
161
+ value.to_f
162
+ when :BigDecimal
163
+ BigDecimal(value.to_s)
164
+ when :Boolean
165
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
166
+ true
167
+ else
168
+ false
169
+ end
170
+ when :Object
171
+ # generic object (usually a Hash), return directly
172
+ value
173
+ when /\AArray<(?<inner_type>.+)>\z/
174
+ inner_type = Regexp.last_match[:inner_type]
175
+ value.map { |v| _deserialize(inner_type, v) }
176
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
177
+ k_type = Regexp.last_match[:k_type]
178
+ v_type = Regexp.last_match[:v_type]
179
+ {}.tap do |hash|
180
+ value.each do |k, v|
181
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
182
+ end
183
+ end
184
+ else # model
185
+ XeroRuby::Finance.const_get(type).build_from_hash(value)
186
+ end
187
+ end
188
+
189
+ # Returns the string representation of the object
190
+ # @return [String] String presentation of the object
191
+ def to_s
192
+ to_hash.to_s
193
+ end
194
+
195
+ # to_body is an alias to to_hash (backward compatibility)
196
+ # @return [Hash] Returns the object in the form of hash
197
+ def to_body
198
+ to_hash
199
+ end
200
+
201
+ # Returns the object in the form of hash
202
+ # @return [Hash] Returns the object in the form of hash
203
+ def to_hash(downcase: false)
204
+ hash = {}
205
+ self.class.attribute_map.each_pair do |attr, param|
206
+ value = self.send(attr)
207
+ next if value.nil?
208
+ key = downcase ? attr : param
209
+ hash[key] = _to_hash(value, downcase: downcase)
210
+ end
211
+ hash
212
+ end
213
+
214
+ # Returns the object in the form of hash with snake_case
215
+ def to_attributes
216
+ to_hash(downcase: true)
217
+ end
218
+
219
+ # Outputs non-array value in the form of hash
220
+ # For object, use to_hash. Otherwise, just return the value
221
+ # @param [Object] value Any valid value
222
+ # @return [Hash] Returns the value in the form of hash
223
+ def _to_hash(value, downcase: false)
224
+ if value.is_a?(Array)
225
+ value.map do |v|
226
+ v.to_hash(downcase: downcase)
227
+ end
228
+ elsif value.is_a?(Hash)
229
+ {}.tap do |hash|
230
+ value.map { |k, v| hash[k] = _to_hash(v, downcase: downcase) }
231
+ end
232
+ elsif value.respond_to? :to_hash
233
+ value.to_hash(downcase: downcase)
234
+ else
235
+ value
236
+ end
237
+ end
238
+
239
+ def parse_date(datestring)
240
+ if datestring.include?('Date')
241
+ date_pattern = /\/Date\((-?\d+)(\+\d+)?\)\//
242
+ original, date, timezone = *date_pattern.match(datestring)
243
+ date = (date.to_i / 1000)
244
+ Time.at(date).utc.strftime('%Y-%m-%dT%H:%M:%S%z').to_s
245
+ elsif /(\d\d\d\d)-(\d\d)/.match(datestring) # handles dates w/out Days: YYYY-MM*-DD
246
+ Time.parse(datestring + '-01').strftime('%Y-%m-%dT%H:%M:%S').to_s
247
+ else # handle date 'types' for small subset of payroll API's
248
+ Time.parse(datestring).strftime('%Y-%m-%dT%H:%M:%S').to_s
249
+ end
250
+ end
251
+ end
252
+ end