data-and-reporting-sdk 1.1.0 → 1.2.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 (175) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -15
  3. data/lib/shell_data_reporting_ap_is/controllers/customer_controller.rb +40 -40
  4. data/lib/shell_data_reporting_ap_is/controllers/invoice_controller.rb +45 -45
  5. data/lib/shell_data_reporting_ap_is/controllers/transaction_controller.rb +65 -65
  6. data/lib/shell_data_reporting_ap_is/exceptions/{fleetmanagement_v1_customer_payers400_error_exception.rb → default_error_exception.rb} +5 -5
  7. data/lib/shell_data_reporting_ap_is/exceptions/{transaction_data_v1_priced400_error_exception.rb → error_object_exception.rb} +2 -2
  8. data/lib/shell_data_reporting_ap_is/exceptions/{fleetmanagement_v1_customer_payers403_error_exception.rb → error_user_access_error1_exception.rb} +2 -2
  9. data/lib/shell_data_reporting_ap_is/models/base_model.rb +76 -28
  10. data/lib/shell_data_reporting_ap_is/models/default_error_fault.rb +3 -3
  11. data/lib/shell_data_reporting_ap_is/models/eid_search_request.rb +1 -1
  12. data/lib/shell_data_reporting_ap_is/models/payer_details.rb +4 -6
  13. data/lib/shell_data_reporting_ap_is/models/priced_request_data.rb +4 -1
  14. data/lib/shell_data_reporting_ap_is/models/priced_transaction_request_v2.rb +5 -3
  15. data/lib/shell_data_reporting_ap_is/models/statement_of_account_resp.rb +7 -7
  16. data/lib/shell_data_reporting_ap_is/models/transaction_exceptions.rb +3 -3
  17. data/lib/shell_data_reporting_ap_is.rb +3 -352
  18. data/test/controllers/test_invoice_controller.rb +1 -1
  19. data/test/controllers/test_transaction_controller.rb +1 -1
  20. metadata +7 -162
  21. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_accounts400_error_exception.rb +0 -32
  22. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_accounts401_error_exception.rb +0 -32
  23. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_accounts403_error_exception.rb +0 -32
  24. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_accounts404_error_exception.rb +0 -32
  25. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_accounts500_error_exception.rb +0 -32
  26. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_auditreport400_error_exception.rb +0 -32
  27. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_auditreport401_error_exception.rb +0 -32
  28. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_auditreport403_error_exception.rb +0 -32
  29. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_auditreport404_error_exception.rb +0 -32
  30. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_auditreport500_error_exception.rb +0 -32
  31. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_cardgroups400_error_exception.rb +0 -32
  32. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_cardgroups401_error_exception.rb +0 -32
  33. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_cardgroups403_error_exception.rb +0 -32
  34. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_cardgroups404_error_exception.rb +0 -32
  35. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_cardgroups500_error_exception.rb +0 -32
  36. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_customer400_error_exception.rb +0 -32
  37. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_customer401_error_exception.rb +0 -32
  38. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_customer403_error_exception.rb +0 -32
  39. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_customer404_error_exception.rb +0 -32
  40. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_customer500_error_exception.rb +0 -32
  41. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_payers401_error_exception.rb +0 -32
  42. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_payers404_error_exception.rb +0 -32
  43. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_customer_payers500_error_exception.rb +0 -32
  44. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_cardusagesummary400_error_exception.rb +0 -32
  45. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_cardusagesummary401_error_exception.rb +0 -32
  46. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_cardusagesummary403_error_exception.rb +0 -32
  47. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_cardusagesummary404_error_exception.rb +0 -32
  48. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_cardusagesummary500_error_exception.rb +0 -32
  49. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions400_error_exception.rb +0 -32
  50. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions401_error_exception.rb +0 -32
  51. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions403_error_exception.rb +0 -32
  52. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions404_error_exception.rb +0 -32
  53. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions500_error_exception.rb +0 -32
  54. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fees400_error_exception.rb +0 -32
  55. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fees401_error_exception.rb +0 -32
  56. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fees403_error_exception.rb +0 -32
  57. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fees404_error_exception.rb +0 -32
  58. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fees500_error_exception.rb +0 -32
  59. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_feessummary400_error_exception.rb +0 -32
  60. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_feessummary401_error_exception.rb +0 -32
  61. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_feessummary403_error_exception.rb +0 -32
  62. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_feessummary404_error_exception.rb +0 -32
  63. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_feessummary500_error_exception.rb +0 -32
  64. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fuelconsumption400_error_exception.rb +0 -32
  65. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fuelconsumption401_error_exception.rb +0 -32
  66. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fuelconsumption403_error_exception.rb +0 -32
  67. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fuelconsumption404_error_exception.rb +0 -32
  68. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_fuelconsumption500_error_exception.rb +0 -32
  69. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_multipayerspricedtransactions400_error_exception.rb +0 -32
  70. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_multipayerspricedtransactions401_error_exception.rb +0 -32
  71. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_multipayerspricedtransactions403_error_exception.rb +0 -32
  72. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_multipayerspricedtransactions404_error_exception.rb +0 -32
  73. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_multipayerspricedtransactions500_error_exception.rb +0 -32
  74. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactions400_error_exception.rb +0 -32
  75. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactions401_error_exception.rb +0 -32
  76. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactions403_error_exception.rb +0 -32
  77. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactions404_error_exception.rb +0 -32
  78. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactions500_error_exception.rb +0 -32
  79. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactionssummary400_error_exception.rb +0 -32
  80. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactionssummary401_error_exception.rb +0 -32
  81. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactionssummary403_error_exception.rb +0 -32
  82. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactionssummary404_error_exception.rb +0 -32
  83. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_pricedtransactionssummary500_error_exception.rb +0 -32
  84. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_updateodometer400_error_exception.rb +0 -32
  85. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_updateodometer401_error_exception.rb +0 -32
  86. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_updateodometer403_error_exception.rb +0 -32
  87. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_updateodometer404_error_exception.rb +0 -32
  88. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_updateodometer500_error_exception.rb +0 -32
  89. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedbonus400_error_exception.rb +0 -32
  90. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedbonus401_error_exception.rb +0 -32
  91. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedbonus403_error_exception.rb +0 -32
  92. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedbonus404_error_exception.rb +0 -32
  93. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedbonus500_error_exception.rb +0 -32
  94. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedpricing400_error_exception.rb +0 -32
  95. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedpricing401_error_exception.rb +0 -32
  96. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedpricing403_error_exception.rb +0 -32
  97. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedpricing404_error_exception.rb +0 -32
  98. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_volumebasedpricing500_error_exception.rb +0 -32
  99. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser400_error_exception.rb +0 -32
  100. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser401_error_exception.rb +0 -32
  101. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser403_error_exception.rb +0 -32
  102. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser404_error_exception.rb +0 -32
  103. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser500_error_exception.rb +0 -32
  104. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_cardtype400_error_exception.rb +0 -32
  105. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_cardtype401_error_exception.rb +0 -32
  106. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_cardtype403_error_exception.rb +0 -32
  107. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_cardtype404_error_exception.rb +0 -32
  108. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_cardtype500_error_exception.rb +0 -32
  109. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_pricelist400_error_exception.rb +0 -32
  110. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_pricelist401_error_exception.rb +0 -32
  111. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_pricelist403_error_exception.rb +0 -32
  112. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_pricelist404_error_exception.rb +0 -32
  113. data/lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v2_customer_pricelist500_error_exception.rb +0 -32
  114. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates400_error_exception.rb +0 -54
  115. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates401_error_exception.rb +0 -54
  116. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates403_error_exception.rb +0 -54
  117. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates404_error_exception.rb +0 -54
  118. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates500_error_exception.rb +0 -54
  119. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download400_error_exception.rb +0 -54
  120. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download401_error_exception.rb +0 -54
  121. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download403_error_exception.rb +0 -54
  122. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download404_error_exception.rb +0 -54
  123. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download500_error_exception.rb +0 -54
  124. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload400_error_exception.rb +0 -54
  125. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload401_error_exception.rb +0 -54
  126. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload403_error_exception.rb +0 -54
  127. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload404_error_exception.rb +0 -54
  128. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload500_error_exception.rb +0 -54
  129. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch400_error_exception.rb +0 -54
  130. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch401_error_exception.rb +0 -54
  131. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch403_error_exception.rb +0 -54
  132. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch404_error_exception.rb +0 -54
  133. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch500_error_exception.rb +0 -54
  134. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search400_error_exception.rb +0 -54
  135. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search401_error_exception.rb +0 -54
  136. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search403_error_exception.rb +0 -54
  137. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search404_error_exception.rb +0 -54
  138. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search500_error_exception.rb +0 -54
  139. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments400_error_exception.rb +0 -54
  140. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments401_error_exception.rb +0 -54
  141. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments403_error_exception.rb +0 -54
  142. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments404_error_exception.rb +0 -54
  143. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments500_error_exception.rb +0 -54
  144. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount400_error_exception.rb +0 -54
  145. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount401_error_exception.rb +0 -54
  146. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount403_error_exception.rb +0 -54
  147. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount404_error_exception.rb +0 -54
  148. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount500_error_exception.rb +0 -54
  149. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount400_error_exception.rb +0 -54
  150. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount401_error_exception.rb +0 -54
  151. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount403_error_exception.rb +0 -54
  152. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount404_error_exception.rb +0 -54
  153. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount500_error_exception.rb +0 -54
  154. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary400_error_exception.rb +0 -54
  155. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary401_error_exception.rb +0 -54
  156. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary403_error_exception.rb +0 -54
  157. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary404_error_exception.rb +0 -54
  158. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary500_error_exception.rb +0 -54
  159. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced401_error_exception.rb +0 -54
  160. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced403_error_exception.rb +0 -54
  161. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced404_error_exception.rb +0 -54
  162. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced500_error_exception.rb +0 -54
  163. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent400_error_exception.rb +0 -54
  164. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent401_error_exception.rb +0 -54
  165. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent403_error_exception.rb +0 -54
  166. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent404_error_exception.rb +0 -54
  167. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent500_error_exception.rb +0 -54
  168. data/lib/shell_data_reporting_ap_is/models/default_error.rb +0 -50
  169. data/lib/shell_data_reporting_ap_is/models/detail.rb +0 -50
  170. data/lib/shell_data_reporting_ap_is/models/error_object.rb +0 -80
  171. data/lib/shell_data_reporting_ap_is/models/fault.rb +0 -59
  172. data/lib/shell_data_reporting_ap_is/models/filters.rb +0 -454
  173. data/lib/shell_data_reporting_ap_is/models/finance_currency2.rb +0 -96
  174. data/lib/shell_data_reporting_ap_is/models/last_statement_of_account2.rb +0 -412
  175. data/lib/shell_data_reporting_ap_is/models/location.rb +0 -62
@@ -76,24 +76,24 @@ module ShellDataReportingApIs
76
76
  ' something that is perceived to be a client\r\n error (e.g.,'\
77
77
  ' malformed request syntax, invalid \r\n request message'\
78
78
  ' framing, or deceptive request routing).",
79
- FleetmanagementV1TransactionPricedtransactions400ErrorException)
79
+ DefaultErrorException)
80
80
  .local_error('401',
81
81
  'The request has not been applied because it lacks valid '\
82
82
  ' authentication credentials for the target resource.',
83
- FleetmanagementV1TransactionPricedtransactions401ErrorException)
83
+ DefaultErrorException)
84
84
  .local_error('403',
85
85
  'The server understood the request but refuses to authorize it'\
86
86
  '.',
87
- FleetmanagementV1TransactionPricedtransactions403ErrorException)
87
+ ErrorUserAccessError1Exception)
88
88
  .local_error('404',
89
89
  'The origin server did not find a current representation for'\
90
90
  ' the target resource or is not willing to disclose that one'\
91
91
  ' exists.',
92
- FleetmanagementV1TransactionPricedtransactions404ErrorException)
92
+ DefaultErrorException)
93
93
  .local_error('500',
94
94
  'The server encountered an unexpected condition the prevented'\
95
95
  ' it from fulfilling the request.',
96
- FleetmanagementV1TransactionPricedtransactions500ErrorException))
96
+ DefaultErrorException))
97
97
  .execute
98
98
  end
99
99
 
@@ -164,24 +164,24 @@ module ShellDataReportingApIs
164
164
  ' something that is perceived to be a client\r\n error (e.g.,'\
165
165
  ' malformed request syntax, invalid \r\n request message'\
166
166
  ' framing, or deceptive request routing).",
167
- FleetmanagementV1TransactionPricedtransactionssummary400ErrorException)
167
+ DefaultErrorException)
168
168
  .local_error('401',
169
169
  'The request has not been applied because it lacks valid '\
170
170
  ' authentication credentials for the target resource.',
171
- FleetmanagementV1TransactionPricedtransactionssummary401ErrorException)
171
+ DefaultErrorException)
172
172
  .local_error('403',
173
173
  'The server understood the request but refuses to authorize it'\
174
174
  '.',
175
- FleetmanagementV1TransactionPricedtransactionssummary403ErrorException)
175
+ ErrorUserAccessError1Exception)
176
176
  .local_error('404',
177
177
  'The origin server did not find a current representation for'\
178
178
  ' the target resource or is not willing to disclose that one'\
179
179
  ' exists.',
180
- FleetmanagementV1TransactionPricedtransactionssummary404ErrorException)
180
+ DefaultErrorException)
181
181
  .local_error('500',
182
182
  'The server encountered an unexpected condition the prevented'\
183
183
  ' it from fulfilling the request.',
184
- FleetmanagementV1TransactionPricedtransactionssummary500ErrorException))
184
+ DefaultErrorException))
185
185
  .execute
186
186
  end
187
187
 
@@ -249,24 +249,24 @@ module ShellDataReportingApIs
249
249
  ' something that is perceived to be a client\r\n error (e.g.,'\
250
250
  ' malformed request syntax, invalid \r\n request message'\
251
251
  ' framing, or deceptive request routing).",
252
- FleetmanagementV1TransactionMultipayerspricedtransactions400ErrorException)
252
+ DefaultErrorException)
253
253
  .local_error('401',
254
254
  'The request has not been applied because it lacks valid '\
255
255
  ' authentication credentials for the target resource.',
256
- FleetmanagementV1TransactionMultipayerspricedtransactions401ErrorException)
256
+ DefaultErrorException)
257
257
  .local_error('403',
258
258
  'The server understood the request but refuses to authorize it'\
259
259
  '.',
260
- FleetmanagementV1TransactionMultipayerspricedtransactions403ErrorException)
260
+ ErrorUserAccessError1Exception)
261
261
  .local_error('404',
262
262
  'The origin server did not find a current representation for'\
263
263
  ' the target resource or is not willing to disclose that one'\
264
264
  ' exists.',
265
- FleetmanagementV1TransactionMultipayerspricedtransactions404ErrorException)
265
+ DefaultErrorException)
266
266
  .local_error('500',
267
267
  'The server encountered an unexpected condition the prevented'\
268
268
  ' it from fulfilling the request.',
269
- FleetmanagementV1TransactionMultipayerspricedtransactions500ErrorException))
269
+ DefaultErrorException))
270
270
  .execute
271
271
  end
272
272
 
@@ -305,24 +305,24 @@ module ShellDataReportingApIs
305
305
  ' something that is perceived to be a client\r\n error (e.g.,'\
306
306
  ' malformed request syntax, invalid \r\n request message'\
307
307
  ' framing, or deceptive request routing).",
308
- FleetmanagementV1TransactionCardusagesummary400ErrorException)
308
+ DefaultErrorException)
309
309
  .local_error('401',
310
310
  'The request has not been applied because it lacks valid '\
311
311
  ' authentication credentials for the target resource.',
312
- FleetmanagementV1TransactionCardusagesummary401ErrorException)
312
+ DefaultErrorException)
313
313
  .local_error('403',
314
314
  'The server understood the request but refuses to authorize it'\
315
315
  '.',
316
- FleetmanagementV1TransactionCardusagesummary403ErrorException)
316
+ ErrorUserAccessError1Exception)
317
317
  .local_error('404',
318
318
  'The origin server did not find a current representation for'\
319
319
  ' the target resource or is not willing to disclose that one'\
320
320
  ' exists.',
321
- FleetmanagementV1TransactionCardusagesummary404ErrorException)
321
+ DefaultErrorException)
322
322
  .local_error('500',
323
323
  'The server encountered an unexpected condition the prevented'\
324
324
  ' it from fulfilling the request.',
325
- FleetmanagementV1TransactionCardusagesummary500ErrorException))
325
+ DefaultErrorException))
326
326
  .execute
327
327
  end
328
328
 
@@ -361,24 +361,24 @@ module ShellDataReportingApIs
361
361
  ' something that is perceived to be a client\r\n error (e.g.,'\
362
362
  ' malformed request syntax, invalid \r\n request message'\
363
363
  ' framing, or deceptive request routing).",
364
- FleetmanagementV1TransactionVolumebasedbonus400ErrorException)
364
+ DefaultErrorException)
365
365
  .local_error('401',
366
366
  'The request has not been applied because it lacks valid '\
367
367
  ' authentication credentials for the target resource.',
368
- FleetmanagementV1TransactionVolumebasedbonus401ErrorException)
368
+ DefaultErrorException)
369
369
  .local_error('403',
370
370
  'The server understood the request but refuses to authorize it'\
371
371
  '.',
372
- FleetmanagementV1TransactionVolumebasedbonus403ErrorException)
372
+ ErrorUserAccessError1Exception)
373
373
  .local_error('404',
374
374
  'The origin server did not find a current representation for'\
375
375
  ' the target resource or is not willing to disclose that one'\
376
376
  ' exists.',
377
- FleetmanagementV1TransactionVolumebasedbonus404ErrorException)
377
+ DefaultErrorException)
378
378
  .local_error('500',
379
379
  'The server encountered an unexpected condition the prevented'\
380
380
  ' it from fulfilling the request.',
381
- FleetmanagementV1TransactionVolumebasedbonus500ErrorException))
381
+ DefaultErrorException))
382
382
  .execute
383
383
  end
384
384
 
@@ -416,24 +416,24 @@ module ShellDataReportingApIs
416
416
  ' something that is perceived to be a client\r\n error (e.g.,'\
417
417
  ' malformed request syntax, invalid \r\n request message'\
418
418
  ' framing, or deceptive request routing).",
419
- FleetmanagementV1TransactionVolumebasedpricing400ErrorException)
419
+ DefaultErrorException)
420
420
  .local_error('401',
421
421
  'The request has not been applied because it lacks valid '\
422
422
  ' authentication credentials for the target resource.',
423
- FleetmanagementV1TransactionVolumebasedpricing401ErrorException)
423
+ DefaultErrorException)
424
424
  .local_error('403',
425
425
  'The server understood the request but refuses to authorize it'\
426
426
  '.',
427
- FleetmanagementV1TransactionVolumebasedpricing403ErrorException)
427
+ ErrorUserAccessError1Exception)
428
428
  .local_error('404',
429
429
  'The origin server did not find a current representation for'\
430
430
  ' the target resource or is not willing to disclose that one'\
431
431
  ' exists.',
432
- FleetmanagementV1TransactionVolumebasedpricing404ErrorException)
432
+ DefaultErrorException)
433
433
  .local_error('500',
434
434
  'The server encountered an unexpected condition the prevented'\
435
435
  ' it from fulfilling the request.',
436
- FleetmanagementV1TransactionVolumebasedpricing500ErrorException))
436
+ DefaultErrorException))
437
437
  .execute
438
438
  end
439
439
 
@@ -481,24 +481,24 @@ module ShellDataReportingApIs
481
481
  ' something that is perceived to be a client\r\n error (e.g.,'\
482
482
  ' malformed request syntax, invalid \r\n request message'\
483
483
  ' framing, or deceptive request routing).",
484
- FleetmanagementV1TransactionFees400ErrorException)
484
+ DefaultErrorException)
485
485
  .local_error('401',
486
486
  'The request has not been applied because it lacks valid '\
487
487
  ' authentication credentials for the target resource.',
488
- FleetmanagementV1TransactionFees401ErrorException)
488
+ DefaultErrorException)
489
489
  .local_error('403',
490
490
  'The server understood the request but refuses to authorize it'\
491
491
  '.',
492
- FleetmanagementV1TransactionFees403ErrorException)
492
+ ErrorUserAccessError1Exception)
493
493
  .local_error('404',
494
494
  'The origin server did not find a current representation for'\
495
495
  ' the target resource or is not willing to disclose that one'\
496
496
  ' exists.',
497
- FleetmanagementV1TransactionFees404ErrorException)
497
+ DefaultErrorException)
498
498
  .local_error('500',
499
499
  'The server encountered an unexpected condition the prevented'\
500
500
  ' it from fulfilling the request.',
501
- FleetmanagementV1TransactionFees500ErrorException))
501
+ DefaultErrorException))
502
502
  .execute
503
503
  end
504
504
 
@@ -546,24 +546,24 @@ module ShellDataReportingApIs
546
546
  ' something that is perceived to be a client\r\n error (e.g.,'\
547
547
  ' malformed request syntax, invalid \r\n request message'\
548
548
  ' framing, or deceptive request routing).",
549
- FleetmanagementV1TransactionFeessummary400ErrorException)
549
+ DefaultErrorException)
550
550
  .local_error('401',
551
551
  'The request has not been applied because it lacks valid '\
552
552
  ' authentication credentials for the target resource.',
553
- FleetmanagementV1TransactionFeessummary401ErrorException)
553
+ DefaultErrorException)
554
554
  .local_error('403',
555
555
  'The server understood the request but refuses to authorize it'\
556
556
  '.',
557
- FleetmanagementV1TransactionFeessummary403ErrorException)
557
+ ErrorUserAccessError1Exception)
558
558
  .local_error('404',
559
559
  'The origin server did not find a current representation for'\
560
560
  ' the target resource or is not willing to disclose that one'\
561
561
  ' exists.',
562
- FleetmanagementV1TransactionFeessummary404ErrorException)
562
+ DefaultErrorException)
563
563
  .local_error('500',
564
564
  'The server encountered an unexpected condition the prevented'\
565
565
  ' it from fulfilling the request.',
566
- FleetmanagementV1TransactionFeessummary500ErrorException))
566
+ DefaultErrorException))
567
567
  .execute
568
568
  end
569
569
 
@@ -603,24 +603,24 @@ module ShellDataReportingApIs
603
603
  ' something that is perceived to be a client\r\n error (e.g.,'\
604
604
  ' malformed request syntax, invalid \r\n request message'\
605
605
  ' framing, or deceptive request routing).",
606
- FleetmanagementV1TransactionFuelconsumption400ErrorException)
606
+ DefaultErrorException)
607
607
  .local_error('401',
608
608
  'The request has not been applied because it lacks valid '\
609
609
  ' authentication credentials for the target resource.',
610
- FleetmanagementV1TransactionFuelconsumption401ErrorException)
610
+ DefaultErrorException)
611
611
  .local_error('403',
612
612
  'The server understood the request but refuses to authorize it'\
613
613
  '.',
614
- FleetmanagementV1TransactionFuelconsumption403ErrorException)
614
+ ErrorUserAccessError1Exception)
615
615
  .local_error('404',
616
616
  'The origin server did not find a current representation for'\
617
617
  ' the target resource or is not willing to disclose that one'\
618
618
  ' exists.',
619
- FleetmanagementV1TransactionFuelconsumption404ErrorException)
619
+ DefaultErrorException)
620
620
  .local_error('500',
621
621
  'The server encountered an unexpected condition the prevented'\
622
622
  ' it from fulfilling the request.',
623
- FleetmanagementV1TransactionFuelconsumption500ErrorException))
623
+ DefaultErrorException))
624
624
  .execute
625
625
  end
626
626
 
@@ -658,24 +658,24 @@ module ShellDataReportingApIs
658
658
  ' something that is perceived to be a client\r\n error (e.g.,'\
659
659
  ' malformed request syntax, invalid \r\n request message'\
660
660
  ' framing, or deceptive request routing).",
661
- FleetmanagementV1TransactionUpdateodometer400ErrorException)
661
+ DefaultErrorException)
662
662
  .local_error('401',
663
663
  'The request has not been applied because it lacks valid '\
664
664
  ' authentication credentials for the target resource.',
665
- FleetmanagementV1TransactionUpdateodometer401ErrorException)
665
+ DefaultErrorException)
666
666
  .local_error('403',
667
667
  'The server understood the request but refuses to authorize it'\
668
668
  '.',
669
- FleetmanagementV1TransactionUpdateodometer403ErrorException)
669
+ ErrorUserAccessError1Exception)
670
670
  .local_error('404',
671
671
  'The origin server did not find a current representation for'\
672
672
  ' the target resource or is not willing to disclose that one'\
673
673
  ' exists.',
674
- FleetmanagementV1TransactionUpdateodometer404ErrorException)
674
+ DefaultErrorException)
675
675
  .local_error('500',
676
676
  'The server encountered an unexpected condition the prevented'\
677
677
  ' it from fulfilling the request.',
678
- FleetmanagementV1TransactionUpdateodometer500ErrorException))
678
+ DefaultErrorException))
679
679
  .execute
680
680
  end
681
681
 
@@ -714,24 +714,24 @@ module ShellDataReportingApIs
714
714
  ' something that is perceived to be a client\r\n error (e.g.,'\
715
715
  ' malformed request syntax, invalid \r\n request message'\
716
716
  ' framing, or deceptive request routing).",
717
- FleetmanagementV1TransactionExceptions400ErrorException)
717
+ DefaultErrorException)
718
718
  .local_error('401',
719
719
  'The request has not been applied because it lacks valid '\
720
720
  ' authentication credentials for the target resource.',
721
- FleetmanagementV1TransactionExceptions401ErrorException)
721
+ DefaultErrorException)
722
722
  .local_error('403',
723
723
  'The server understood the request but refuses to authorize it'\
724
724
  '.',
725
- FleetmanagementV1TransactionExceptions403ErrorException)
725
+ ErrorUserAccessError1Exception)
726
726
  .local_error('404',
727
727
  'The origin server did not find a current representation for'\
728
728
  ' the target resource or is not willing to disclose that one'\
729
729
  ' exists.',
730
- FleetmanagementV1TransactionExceptions404ErrorException)
730
+ DefaultErrorException)
731
731
  .local_error('500',
732
732
  'The server encountered an unexpected condition the prevented'\
733
733
  ' it from fulfilling the request.',
734
- FleetmanagementV1TransactionExceptions500ErrorException))
734
+ DefaultErrorException))
735
735
  .execute
736
736
  end
737
737
 
@@ -775,23 +775,23 @@ module ShellDataReportingApIs
775
775
  ' something that is perceived to be a client error (e.g.,'\
776
776
  ' malformed request syntax, invalid request message framing, or'\
777
777
  ' deceptive request routing).',
778
- TransactionDataV1Recent400ErrorException)
778
+ ErrorObjectException)
779
779
  .local_error('401',
780
780
  'The request has not been applied because it lacks valid '\
781
781
  ' authentication credentials for the target resource.',
782
- TransactionDataV1Recent401ErrorException)
782
+ ErrorObjectException)
783
783
  .local_error('403',
784
784
  'Forbidden',
785
- TransactionDataV1Recent403ErrorException)
785
+ ErrorObjectException)
786
786
  .local_error('404',
787
787
  'The origin server did not find a current representation for'\
788
788
  ' the target resource or is not willing to disclose that one'\
789
789
  ' exists.',
790
- TransactionDataV1Recent404ErrorException)
790
+ ErrorObjectException)
791
791
  .local_error('500',
792
792
  'The server encountered an unexpected condition that prevented'\
793
793
  ' it from fulfilling the request.',
794
- TransactionDataV1Recent500ErrorException))
794
+ ErrorObjectException))
795
795
  .execute
796
796
  end
797
797
 
@@ -855,23 +855,23 @@ module ShellDataReportingApIs
855
855
  ' something that is perceived to be a client error (e.g.,'\
856
856
  ' malformed request syntax, invalid request message framing, or'\
857
857
  ' deceptive request routing).',
858
- TransactionDataV1Priced400ErrorException)
858
+ ErrorObjectException)
859
859
  .local_error('401',
860
860
  'The request has not been applied because it lacks valid '\
861
861
  ' authentication credentials for the target resource.',
862
- TransactionDataV1Priced401ErrorException)
862
+ ErrorObjectException)
863
863
  .local_error('403',
864
864
  'Forbidden',
865
- TransactionDataV1Priced403ErrorException)
865
+ ErrorObjectException)
866
866
  .local_error('404',
867
867
  'The origin server did not find a current representation for'\
868
868
  ' the target resource or is not willing to disclose that one'\
869
869
  ' exists.',
870
- TransactionDataV1Priced404ErrorException)
870
+ ErrorObjectException)
871
871
  .local_error('500',
872
872
  'The server encountered an unexpected condition that prevented'\
873
873
  ' it from fulfilling the request.',
874
- TransactionDataV1Priced500ErrorException))
874
+ ErrorObjectException))
875
875
  .execute
876
876
  end
877
877
  end
@@ -4,13 +4,13 @@
4
4
  # ( https://apimatic.io ).
5
5
 
6
6
  module ShellDataReportingApIs
7
- # Fleetmanagement V1 Customer Payers 400 Error class.
8
- class FleetmanagementV1CustomerPayers400ErrorException < APIException
7
+ # Error response
8
+ class DefaultErrorException < APIException
9
9
  SKIP = Object.new
10
10
  private_constant :SKIP
11
11
 
12
- # TODO: Write general description for this method
13
- # @return [Fault]
12
+ # Error object
13
+ # @return [DefaultErrorFault]
14
14
  attr_accessor :fault
15
15
 
16
16
  # The constructor.
@@ -26,7 +26,7 @@ module ShellDataReportingApIs
26
26
  # @param [Hash] The deserialized response sent by the server in the
27
27
  # response body.
28
28
  def unbox(hash)
29
- @fault = Fault.from_hash(hash['fault']) if hash['fault']
29
+ @fault = DefaultErrorFault.from_hash(hash['fault']) if hash['fault']
30
30
  end
31
31
  end
32
32
  end
@@ -4,8 +4,8 @@
4
4
  # ( https://apimatic.io ).
5
5
 
6
6
  module ShellDataReportingApIs
7
- # Transaction Data V1 Priced 400 Error class.
8
- class TransactionDataV1Priced400ErrorException < APIException
7
+ # ErrorObject class.
8
+ class ErrorObjectException < APIException
9
9
  SKIP = Object.new
10
10
  private_constant :SKIP
11
11
 
@@ -4,8 +4,8 @@
4
4
  # ( https://apimatic.io ).
5
5
 
6
6
  module ShellDataReportingApIs
7
- # Fleetmanagement V1 Customer Payers 403 Error class.
8
- class FleetmanagementV1CustomerPayers403ErrorException < APIException
7
+ # ErrorUserAccess_Error1 class.
8
+ class ErrorUserAccessError1Exception < APIException
9
9
  SKIP = Object.new
10
10
  private_constant :SKIP
11
11
 
@@ -5,6 +5,7 @@
5
5
 
6
6
  module ShellDataReportingApIs
7
7
  # Base model.
8
+ # rubocop:disable all
8
9
  class BaseModel < CoreLibrary::BaseModel
9
10
  # Returns a Hash representation of the current object.
10
11
  def to_hash
@@ -15,48 +16,95 @@ module ShellDataReportingApIs
15
16
  instance_variables.each do |name|
16
17
  value = instance_variable_get(name)
17
18
  name = name[1..]
18
- key = self.class.names.key?(name) ? self.class.names[name] : name
19
- optional_fields = self.class.optionals
20
- nullable_fields = self.class.nullables
21
- if value.nil?
22
- next unless nullable_fields.include?(name)
23
-
24
- if !optional_fields.include?(name) && !nullable_fields.include?(name)
25
- raise ArgumentError,
26
- "`#{name}` cannot be nil in `#{self.class}`. Please specify a valid value."
19
+ if name == 'additional_properties'
20
+ additional_properties = process_additional_properties(value, self.class.names)
21
+ hash.merge!(additional_properties)
22
+ else
23
+ key = self.class.names.key?(name) ? self.class.names[name] : name
24
+ optional_fields = self.class.optionals
25
+ nullable_fields = self.class.nullables
26
+ if value.nil?
27
+ next unless nullable_fields.include?(name)
28
+
29
+ if !optional_fields.include?(name) && !nullable_fields.include?(name)
30
+ raise ArgumentError,
31
+ "`#{name}` cannot be nil in `#{self.class}`. Please specify a valid value."
32
+ end
27
33
  end
28
- end
29
34
 
30
- hash[key] = nil
31
- unless value.nil?
32
- if respond_to?("to_custom_#{name}")
33
- if (value.instance_of? Array) || (value.instance_of? Hash)
34
- params = [hash, key]
35
- hash[key] = send("to_custom_#{name}", *params)
35
+ hash[key] = nil
36
+ unless value.nil?
37
+ if respond_to?("to_custom_#{name}")
38
+ if (value.instance_of? Array) || (value.instance_of? Hash)
39
+ params = [hash, key]
40
+ hash[key] = send("to_custom_#{name}", *params)
41
+ else
42
+ hash[key] = send("to_custom_#{name}")
43
+ end
44
+ elsif respond_to?("to_union_type_#{name}")
45
+ hash[key] = send("to_union_type_#{name}")
46
+ elsif value.instance_of? Array
47
+ hash[key] = value.map { |v| v.is_a?(BaseModel) ? v.to_hash : v }
48
+ elsif value.instance_of? Hash
49
+ hash[key] = {}
50
+ value.each do |k, v|
51
+ hash[key][k] = v.is_a?(BaseModel) ? v.to_hash : v
52
+ end
36
53
  else
37
- hash[key] = send("to_custom_#{name}")
54
+ hash[key] = value.is_a?(BaseModel) ? value.to_hash : value
38
55
  end
39
- elsif respond_to?("to_union_type_#{name}")
40
- hash[key] = send("to_union_type_#{name}")
41
- elsif value.instance_of? Array
42
- hash[key] = value.map { |v| v.is_a?(BaseModel) ? v.to_hash : v }
43
- elsif value.instance_of? Hash
44
- hash[key] = {}
45
- value.each do |k, v|
46
- hash[key][k] = v.is_a?(BaseModel) ? v.to_hash : v
47
- end
48
- else
49
- hash[key] = value.is_a?(BaseModel) ? value.to_hash : value
50
56
  end
51
57
  end
52
58
  end
53
59
  hash
54
60
  end
55
61
 
62
+ # Processes additional properties, ensuring no conflicts with existing properties.
63
+ def process_additional_properties(additional_properties, existing_prop_names)
64
+ hash = {}
65
+ additional_properties.each do |name, value|
66
+ check_for_conflict(name, existing_prop_names)
67
+
68
+ hash[name] = if value.is_a?(Array)
69
+ process_array(value)
70
+ elsif value.is_a?(Hash)
71
+ process_hash(value)
72
+ else
73
+ process_basic_value(value)
74
+ end
75
+ end
76
+ hash
77
+ end
78
+
79
+ # Checks if an additional property conflicts with a model's existing property.
80
+ def check_for_conflict(name, existing_prop_names)
81
+ return unless existing_prop_names.key?(name)
82
+
83
+ raise ArgumentError, "An additional property key, '#{name}' conflicts with one of the model's properties"
84
+ end
85
+
86
+ # Processes an array of values, recursively calling `to_hash` on BaseModel objects.
87
+ def process_array(value)
88
+ value.map { |v| v.is_a?(BaseModel) ? v.to_hash : v }
89
+ end
90
+
91
+ # Processes a hash of values, recursively calling `to_hash` on BaseModel objects.
92
+ def process_hash(value)
93
+ value.transform_values do |v|
94
+ v.is_a?(BaseModel) ? v.to_hash : v
95
+ end
96
+ end
97
+
98
+ # Processes a basic value (non-array, non-hash).
99
+ def process_basic_value(value)
100
+ value.is_a?(BaseModel) ? value.to_hash : value
101
+ end
102
+
56
103
  # Returns a JSON representation of the curent object.
57
104
  def to_json(options = {})
58
105
  hash = to_hash
59
106
  hash.to_json(options)
60
107
  end
61
108
  end
109
+ # rubocop:enable all
62
110
  end
@@ -13,8 +13,8 @@ module ShellDataReportingApIs
13
13
  # @return [String]
14
14
  attr_accessor :faultstring
15
15
 
16
- # Error Description
17
- # @return [Detail]
16
+ # Details about the error
17
+ # @return [DefaultErrorFaultDetail]
18
18
  attr_accessor :detail
19
19
 
20
20
  # A mapping from model property names to API property names.
@@ -49,7 +49,7 @@ module ShellDataReportingApIs
49
49
 
50
50
  # Extract variables from the hash.
51
51
  faultstring = hash.key?('faultstring') ? hash['faultstring'] : SKIP
52
- detail = Detail.from_hash(hash['detail']) if hash['detail']
52
+ detail = DefaultErrorFaultDetail.from_hash(hash['detail']) if hash['detail']
53
53
 
54
54
  # Create object from extracted values.
55
55
  DefaultErrorFault.new(faultstring,
@@ -17,7 +17,7 @@ module ShellDataReportingApIs
17
17
  # @return [Integer]
18
18
  attr_accessor :page
19
19
 
20
- # Specify the number of records to returned; Max 1000
20
+ # Specify the number of records to returned; Max 100
21
21
  # @return [Integer]
22
22
  attr_accessor :page_size
23
23
 
@@ -469,11 +469,9 @@ module ShellDataReportingApIs
469
469
  # @return [TrueClass | FalseClass]
470
470
  attr_accessor :has_active_vol_based_association_bonus
471
471
 
472
- # True, if the payer is setup for volume-based association bonus and is
473
- # active on the current date, else false.
474
- # This field is returned only when IncludeBonusParameters is set to True in
475
- # the request. Else set to null.
476
- # @return [FinanceCurrency2]
472
+ # This entity will not be present in the response if the
473
+ # ‘IncludeFinanceCurrency’ flag in the request is false
474
+ # @return [FinanceCurrency]
477
475
  attr_accessor :finance_currency
478
476
 
479
477
  # Customer id in e-TM system
@@ -1243,7 +1241,7 @@ module ShellDataReportingApIs
1243
1241
  hash.key?('HasActiveVolBasedBonus') ? hash['HasActiveVolBasedBonus'] : SKIP
1244
1242
  has_active_vol_based_association_bonus =
1245
1243
  hash.key?('HasActiveVolBasedAssociationBonus') ? hash['HasActiveVolBasedAssociationBonus'] : SKIP
1246
- finance_currency = FinanceCurrency2.from_hash(hash['FinanceCurrency']) if
1244
+ finance_currency = FinanceCurrency.from_hash(hash['FinanceCurrency']) if
1247
1245
  hash['FinanceCurrency']
1248
1246
  tolls_customer_id =
1249
1247
  hash.key?('TollsCustomerId') ? hash['TollsCustomerId'] : SKIP
@@ -111,7 +111,10 @@ module ShellDataReportingApIs
111
111
  # @return [String]
112
112
  attr_accessor :to_date
113
113
 
114
- # To transaction delivery date
114
+ # Pass below one of the value as per the required transaction period
115
+ # 1. Last 7 Days
116
+ # 2. Last 30 Days
117
+ # 3. Last 90 Days
115
118
  # @return [PricedTransactionReqV2PeriodEnum]
116
119
  attr_accessor :period
117
120