data-and-reporting-sdk 2.0.0 → 3.0.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 (184) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +67 -17
  4. data/bin/console +15 -0
  5. data/lib/shell_data_reporting_ap_is/client.rb +17 -2
  6. data/lib/shell_data_reporting_ap_is/configuration.rb +132 -6
  7. data/lib/shell_data_reporting_ap_is/controllers/customer_controller.rb +97 -97
  8. data/lib/shell_data_reporting_ap_is/controllers/invoice_controller.rb +45 -45
  9. data/lib/shell_data_reporting_ap_is/controllers/transaction_controller.rb +66 -66
  10. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_accounts400_error_exception.rb +69 -0
  11. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_accounts401_error_exception.rb +69 -0
  12. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_accounts403_error_exception.rb +69 -0
  13. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_accounts404_error_exception.rb +69 -0
  14. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_accounts500_error_exception.rb +69 -0
  15. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_auditreport400_error_exception.rb +69 -0
  16. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_auditreport401_error_exception.rb +69 -0
  17. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_auditreport403_error_exception.rb +69 -0
  18. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_auditreport404_error_exception.rb +69 -0
  19. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_auditreport500_error_exception.rb +69 -0
  20. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_cardgroups400_error_exception.rb +69 -0
  21. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_cardgroups401_error_exception.rb +69 -0
  22. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_cardgroups403_error_exception.rb +69 -0
  23. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_cardgroups404_error_exception.rb +69 -0
  24. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_cardgroups500_error_exception.rb +69 -0
  25. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_customer400_error_exception.rb +69 -0
  26. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_customer401_error_exception.rb +69 -0
  27. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_customer403_error_exception.rb +69 -0
  28. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_customer404_error_exception.rb +69 -0
  29. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_customer500_error_exception.rb +69 -0
  30. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_payers400_error_exception.rb +69 -0
  31. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_payers401_error_exception.rb +69 -0
  32. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_payers403_error_exception.rb +69 -0
  33. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_payers404_error_exception.rb +69 -0
  34. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_payers500_error_exception.rb +69 -0
  35. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_pricelist400_error_exception.rb +69 -0
  36. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_pricelist401_error_exception.rb +69 -0
  37. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_pricelist403_error_exception.rb +69 -0
  38. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_pricelist404_error_exception.rb +69 -0
  39. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v1_pricelist500_error_exception.rb +69 -0
  40. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v2_cardtype400_error_exception.rb +69 -0
  41. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v2_cardtype401_error_exception.rb +69 -0
  42. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v2_cardtype403_error_exception.rb +69 -0
  43. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v2_cardtype404_error_exception.rb +69 -0
  44. data/lib/shell_data_reporting_ap_is/exceptions/customer_management_v2_cardtype500_error_exception.rb +69 -0
  45. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates400_error_exception.rb +69 -0
  46. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates401_error_exception.rb +69 -0
  47. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates403_error_exception.rb +69 -0
  48. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates404_error_exception.rb +69 -0
  49. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_dates500_error_exception.rb +69 -0
  50. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download400_error_exception.rb +69 -0
  51. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download401_error_exception.rb +69 -0
  52. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download403_error_exception.rb +69 -0
  53. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download404_error_exception.rb +69 -0
  54. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_download500_error_exception.rb +69 -0
  55. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload400_error_exception.rb +69 -0
  56. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload401_error_exception.rb +69 -0
  57. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload403_error_exception.rb +69 -0
  58. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload404_error_exception.rb +69 -0
  59. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eiddownload500_error_exception.rb +69 -0
  60. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch400_error_exception.rb +69 -0
  61. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch401_error_exception.rb +69 -0
  62. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch403_error_exception.rb +69 -0
  63. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch404_error_exception.rb +69 -0
  64. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_eidsearch500_error_exception.rb +69 -0
  65. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search400_error_exception.rb +69 -0
  66. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search401_error_exception.rb +69 -0
  67. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search403_error_exception.rb +69 -0
  68. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search404_error_exception.rb +69 -0
  69. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_search500_error_exception.rb +69 -0
  70. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments400_error_exception.rb +69 -0
  71. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments401_error_exception.rb +69 -0
  72. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments403_error_exception.rb +69 -0
  73. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments404_error_exception.rb +69 -0
  74. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchdocuments500_error_exception.rb +69 -0
  75. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount400_error_exception.rb +69 -0
  76. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount401_error_exception.rb +69 -0
  77. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount403_error_exception.rb +69 -0
  78. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount404_error_exception.rb +69 -0
  79. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_searchstatementofaccount500_error_exception.rb +69 -0
  80. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount400_error_exception.rb +69 -0
  81. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount401_error_exception.rb +69 -0
  82. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount403_error_exception.rb +69 -0
  83. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount404_error_exception.rb +69 -0
  84. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_statementofaccount500_error_exception.rb +69 -0
  85. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary400_error_exception.rb +69 -0
  86. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary401_error_exception.rb +69 -0
  87. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary403_error_exception.rb +69 -0
  88. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary404_error_exception.rb +69 -0
  89. data/lib/shell_data_reporting_ap_is/exceptions/invoice_management_v1_summary500_error_exception.rb +69 -0
  90. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_cardusagesummary400_error_exception.rb +69 -0
  91. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_cardusagesummary401_error_exception.rb +69 -0
  92. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_cardusagesummary403_error_exception.rb +69 -0
  93. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_cardusagesummary404_error_exception.rb +69 -0
  94. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_cardusagesummary500_error_exception.rb +69 -0
  95. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_exceptions400_error_exception.rb +69 -0
  96. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_exceptions401_error_exception.rb +69 -0
  97. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_exceptions403_error_exception.rb +69 -0
  98. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_exceptions404_error_exception.rb +69 -0
  99. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_exceptions500_error_exception.rb +69 -0
  100. data/lib/shell_data_reporting_ap_is/exceptions/{error_object_exception.rb → transaction_data_v1_fees400_error_exception.rb} +2 -2
  101. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fees401_error_exception.rb +69 -0
  102. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fees403_error_exception.rb +69 -0
  103. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fees404_error_exception.rb +69 -0
  104. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fees500_error_exception.rb +69 -0
  105. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_feessummary400_error_exception.rb +69 -0
  106. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_feessummary401_error_exception.rb +69 -0
  107. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_feessummary403_error_exception.rb +69 -0
  108. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_feessummary404_error_exception.rb +69 -0
  109. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_feessummary500_error_exception.rb +69 -0
  110. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fuelconsumption400_error_exception.rb +69 -0
  111. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fuelconsumption401_error_exception.rb +69 -0
  112. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fuelconsumption403_error_exception.rb +69 -0
  113. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fuelconsumption404_error_exception.rb +69 -0
  114. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_fuelconsumption500_error_exception.rb +69 -0
  115. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_multipayerspricedtransactions400_error_exception.rb +69 -0
  116. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_multipayerspricedtransactions401_error_exception.rb +69 -0
  117. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_multipayerspricedtransactions403_error_exception.rb +69 -0
  118. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_multipayerspricedtransactions404_error_exception.rb +69 -0
  119. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_multipayerspricedtransactions500_error_exception.rb +69 -0
  120. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced400_error_exception.rb +69 -0
  121. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced401_error_exception.rb +69 -0
  122. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced403_error_exception.rb +69 -0
  123. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced404_error_exception.rb +69 -0
  124. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_priced500_error_exception.rb +69 -0
  125. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransaction400_error_exception.rb +69 -0
  126. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransaction401_error_exception.rb +69 -0
  127. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransaction403_error_exception.rb +69 -0
  128. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransaction404_error_exception.rb +69 -0
  129. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransaction500_error_exception.rb +69 -0
  130. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransactionssummary400_error_exception.rb +69 -0
  131. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransactionssummary401_error_exception.rb +69 -0
  132. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransactionssummary403_error_exception.rb +69 -0
  133. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransactionssummary404_error_exception.rb +69 -0
  134. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_pricedtransactionssummary500_error_exception.rb +69 -0
  135. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent400_error_exception.rb +69 -0
  136. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent401_error_exception.rb +69 -0
  137. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent403_error_exception.rb +69 -0
  138. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent404_error_exception.rb +69 -0
  139. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_recent500_error_exception.rb +69 -0
  140. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_updateodometer400_error_exception.rb +69 -0
  141. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_updateodometer401_error_exception.rb +69 -0
  142. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_updateodometer403_error_exception.rb +69 -0
  143. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_updateodometer404_error_exception.rb +69 -0
  144. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_updateodometer500_error_exception.rb +69 -0
  145. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedbonus400_error_exception.rb +69 -0
  146. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedbonus401_error_exception.rb +69 -0
  147. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedbonus403_error_exception.rb +69 -0
  148. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedbonus404_error_exception.rb +69 -0
  149. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedbonus500_error_exception.rb +69 -0
  150. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedpricing400_error_exception.rb +69 -0
  151. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedpricing401_error_exception.rb +69 -0
  152. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedpricing403_error_exception.rb +69 -0
  153. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedpricing404_error_exception.rb +69 -0
  154. data/lib/shell_data_reporting_ap_is/exceptions/transaction_data_v1_volumebasedpricing500_error_exception.rb +69 -0
  155. data/lib/shell_data_reporting_ap_is/exceptions/user_management_v1_loggedinuser400_error_exception.rb +69 -0
  156. data/lib/shell_data_reporting_ap_is/exceptions/user_management_v1_loggedinuser401_error_exception.rb +69 -0
  157. data/lib/shell_data_reporting_ap_is/exceptions/user_management_v1_loggedinuser403_error_exception.rb +69 -0
  158. data/lib/shell_data_reporting_ap_is/exceptions/user_management_v1_loggedinuser404_error_exception.rb +69 -0
  159. data/lib/shell_data_reporting_ap_is/exceptions/user_management_v1_loggedinuser500_error_exception.rb +69 -0
  160. data/lib/shell_data_reporting_ap_is/http/auth/o_auth2.rb +15 -0
  161. data/lib/shell_data_reporting_ap_is/http/proxy_settings.rb +9 -0
  162. data/lib/shell_data_reporting_ap_is/models/card_type_response_customer_card_types_items.rb +164 -289
  163. data/lib/shell_data_reporting_ap_is/models/cart_type_account.rb +161 -0
  164. data/lib/shell_data_reporting_ap_is/models/eid_document.rb +5 -21
  165. data/lib/shell_data_reporting_ap_is/models/eid_document_response.rb +18 -18
  166. data/lib/shell_data_reporting_ap_is/models/eid_search_req.rb +4 -20
  167. data/lib/shell_data_reporting_ap_is/models/error_object.rb +93 -0
  168. data/lib/shell_data_reporting_ap_is/models/filters.rb +4 -1
  169. data/lib/shell_data_reporting_ap_is/models/o_auth_provider_error_enum.rb +17 -0
  170. data/lib/shell_data_reporting_ap_is/models/priced_request_data.rb +4 -1
  171. data/lib/shell_data_reporting_ap_is/models/priced_transaction_req_v2_invoice_status_enum.rb +14 -0
  172. data/lib/shell_data_reporting_ap_is/models/priced_transaction_req_v2_period_enum.rb +20 -0
  173. data/lib/shell_data_reporting_ap_is/models/priced_transaction_req_v2_sort_order_enum.rb +17 -0
  174. data/lib/shell_data_reporting_ap_is/models/priced_transaction_resp_v2_refund_flag_enum.rb +13 -0
  175. data/lib/shell_data_reporting_ap_is/models/recent_transaction_req.rb +1 -1
  176. data/lib/shell_data_reporting_ap_is/models/search_doc_req.rb +16 -35
  177. data/lib/shell_data_reporting_ap_is/models/search_documents_invoice.rb +20 -19
  178. data/lib/shell_data_reporting_ap_is/models/search_documents_response.rb +15 -15
  179. data/lib/shell_data_reporting_ap_is/models/transaction_fees_request.rb +57 -16
  180. data/lib/shell_data_reporting_ap_is.rb +317 -1
  181. data/test/controllers/controller_test_base.rb +3 -8
  182. data/test/controllers/test_invoice_controller.rb +25 -27
  183. data/test/controllers/test_transaction_controller.rb +8 -8
  184. metadata +159 -7
@@ -9,42 +9,38 @@ module ShellDataReportingApIs
9
9
  SKIP = Object.new
10
10
  private_constant :SKIP
11
11
 
12
- # True/False Whether the cards of this card type can have PIN.
13
- # @return [TrueClass | FalseClass]
14
- attr_accessor :can_have_pin
15
-
16
- # Card Type Id
12
+ # Card Type Id in Cards Platform.
17
13
  # @return [Integer]
18
14
  attr_accessor :card_type_id
19
15
 
16
+ # Token type identifier.
17
+ # @return [Integer]
18
+ attr_accessor :token_type_id
19
+
20
20
  # Card Type Name.
21
21
  # @return [String]
22
22
  attr_accessor :card_type_name
23
23
 
24
- # ISO currency code of the country.
24
+ # Token Type Name.
25
25
  # @return [String]
26
- attr_accessor :col_co_currency_code
27
-
28
- # Customer Card Type Id
29
- # @return [Integer]
30
- attr_accessor :customer_card_type_id
31
-
32
- # Customer Card Type Id
33
- # @return [CardDayTimeRestrictions]
34
- attr_accessor :day_time_restrictions
26
+ attr_accessor :token_type_name
35
27
 
36
- # Default Purchase category of the card type.
28
+ # PAN Length.
37
29
  # @return [Integer]
38
- attr_accessor :default_purchase_category_id
39
-
40
- # Default Name to be embossed on the card
41
- # @return [String]
42
- attr_accessor :emboss_account_name
30
+ attr_accessor :pan_length
43
31
 
44
32
  # Default Expiry period.
45
33
  # @return [Integer]
46
34
  attr_accessor :expiry_period
47
35
 
36
+ # True/False – Whether it is a National Card type or not.
37
+ # @return [TrueClass | FalseClass]
38
+ attr_accessor :is_national
39
+
40
+ # True/False – Whether it is an International Card type or not.
41
+ # @return [TrueClass | FalseClass]
42
+ attr_accessor :is_international
43
+
48
44
  # True/False – Wether it is a CRT Card type or not.
49
45
  # @return [TrueClass | FalseClass]
50
46
  attr_accessor :is_crt
@@ -53,61 +49,37 @@ module ShellDataReportingApIs
53
49
  # @return [TrueClass | FalseClass]
54
50
  attr_accessor :is_fleet
55
51
 
56
- # True/False – Whether it is an International Card type or not.
57
- # @return [TrueClass | FalseClass]
58
- attr_accessor :is_international
59
-
60
- # True/False – Whether it is a National Card type or not.
52
+ # True/False – Whether it is only allowed in Shell Stations or not.
61
53
  # @return [TrueClass | FalseClass]
62
- attr_accessor :is_national
54
+ attr_accessor :is_shell_sites_only
63
55
 
64
56
  # True/False – Whether this card type is allowed in partner Stations.
65
57
  # @return [TrueClass | FalseClass]
66
58
  attr_accessor :is_partner_sites_included
67
59
 
68
- # True/False – Whether it is only allowed in Shell Stations or not.
60
+ # True/False – Whether the cards of this card type can have PIN.
69
61
  # @return [TrueClass | FalseClass]
70
- attr_accessor :is_shell_sites_only
62
+ attr_accessor :can_have_pin
71
63
 
72
64
  # True/False - Whether it is a Virtual Card type or not.
73
65
  # @return [TrueClass | FalseClass]
74
66
  attr_accessor :is_virtual
75
67
 
76
- # True/False – Whether this card type is visible in SFH for card ordering.
77
- # @return [TrueClass | FalseClass]
78
- attr_accessor :is_visible_to_customers
79
-
80
68
  # Whether card type is active or not.
81
69
  # @return [TrueClass | FalseClass]
82
70
  attr_accessor :is_active
83
71
 
84
- # Whether card type is active or not.
72
+ # Whether card type is available for download.
85
73
  # @return [TrueClass | FalseClass]
86
74
  attr_accessor :is_card_available_for_download
87
75
 
88
- # Whether card type is active or not.
89
- # @return [TrueClass | FalseClass]
90
- attr_accessor :is_card_visible_to_customers
91
-
92
- # PAN Length
93
- # @return [Integer]
94
- attr_accessor :pan_length
95
-
96
- # PAN Length
97
- # @return [Array[PurchaseCategories]]
98
- attr_accessor :purchase_categories
99
-
100
- # Token type identifier.
101
- # @return [Integer]
102
- attr_accessor :token_type_id
103
-
104
- # Token Type Name.
76
+ # ISO currency code of the country.
105
77
  # @return [String]
106
- attr_accessor :token_type_name
78
+ attr_accessor :col_co_currency_code
107
79
 
108
- # Token Type Name.
109
- # @return [CardUsageRestrictions]
110
- attr_accessor :usage_restrictions
80
+ # Currency symbol of the country.
81
+ # @return [String]
82
+ attr_accessor :col_co_currency_symbol
111
83
 
112
84
  # Is Europay, MasterCard, and Visa Contactless enabled or not.
113
85
  # @return [TrueClass | FalseClass]
@@ -129,221 +101,153 @@ module ShellDataReportingApIs
129
101
  # @return [TrueClass | FalseClass]
130
102
  attr_accessor :offline_pin
131
103
 
132
- # Whether card type is default or not.
133
- # @return [TrueClass | FalseClass]
134
- attr_accessor :is_default
135
-
136
- # True/False
137
- # Note: ApplicationsToShowNPIITokens will be set as ‘True’ when the
138
- # accessing application API key exists in the “ApplicationsToShowNPIITokens”
139
- # card type configuration else “False”.
140
- # @return [TrueClass | FalseClass]
141
- attr_accessor :applications_to_show_npii_tokens
142
-
143
- # Id of the medium type identifier.
144
- # Example: 1,2,4
145
- # Full list below:
146
- # 1 - Fuel Card
147
- # 2 - Fuel Card with EV
148
- # 3 - EV only
149
- # 4 - Fuel Card and Key Fob
150
- # 5 - Key Fob
151
- # 6 - Virtual Card
152
- # 7 - NPII Token
153
- # 8 – Smartpay Token
104
+ # Id of the medium type identifier. <br><br> Full list below - <br> 1 - Fuel
105
+ # Card <br> 2 - Fuel Card with EV <br> 3 - EV only <br> 4 - Fuel Card and
106
+ # Key Fob <br> 5 - Key Fob <br> 6 - Virtual Card <br> 7 - NPII Token <br> 8
107
+ # – Smartpay Token
154
108
  # @return [Integer]
155
109
  attr_accessor :medium_type_id
156
110
 
157
- # Name of the medium type identifier.
158
- # Example: Fuel Card, Fuel Card with EV, Key Fob
159
- # Full list below:
160
- # 1 - Fuel Card
161
- # 2 - Fuel Card with EV
162
- # 3 - EV only
163
- # 4 - Fuel Card and Key Fob
164
- # 5 - Key Fob
165
- # 6 - Virtual Card
166
- # 7 - NPII Token
167
- # 8 - Smartpay Token
111
+ # Name of the medium type identifier. <br><br> Full list below - <br> 1 -
112
+ # Fuel Card <br> 2 - Fuel Card with EV <br> 3 - EV only <br> 4 - Fuel Card
113
+ # and Key Fob <br> 5 - Key Fob <br> 6 - Virtual Card <br> 7 - NPII Token
114
+ # <br> 8 Smartpay Token
168
115
  # @return [String]
169
116
  attr_accessor :medium_type
170
117
 
171
- # Currency symbol of the country.
172
- # @return [String]
173
- attr_accessor :col_co_currency_symbol
118
+ # List of accounts.
119
+ # @return [Array[CartTypeAccount]]
120
+ attr_accessor :cart_type_accounts
121
+
122
+ # List of accounts.
123
+ # @return [Array[PurchaseCategories]]
124
+ attr_accessor :purchase_categories
174
125
 
175
126
  # A mapping from model property names to API property names.
176
127
  def self.names
177
128
  @_hash = {} if @_hash.nil?
178
- @_hash['can_have_pin'] = 'CanHavePIN'
179
129
  @_hash['card_type_id'] = 'CardTypeId'
130
+ @_hash['token_type_id'] = 'TokenTypeId'
180
131
  @_hash['card_type_name'] = 'CardTypeName'
181
- @_hash['col_co_currency_code'] = 'ColCoCurrencyCode'
182
- @_hash['customer_card_type_id'] = 'CustomerCardTypeId'
183
- @_hash['day_time_restrictions'] = 'DayTimeRestrictions'
184
- @_hash['default_purchase_category_id'] = 'DefaultPurchaseCategoryId'
185
- @_hash['emboss_account_name'] = 'EmbossAccountName'
132
+ @_hash['token_type_name'] = 'TokenTypeName'
133
+ @_hash['pan_length'] = 'PANLength'
186
134
  @_hash['expiry_period'] = 'ExpiryPeriod'
135
+ @_hash['is_national'] = 'IsNational'
136
+ @_hash['is_international'] = 'IsInternational'
187
137
  @_hash['is_crt'] = 'IsCRT'
188
138
  @_hash['is_fleet'] = 'IsFleet'
189
- @_hash['is_international'] = 'IsInternational'
190
- @_hash['is_national'] = 'IsNational'
191
- @_hash['is_partner_sites_included'] = 'IsPartnerSitesIncluded'
192
139
  @_hash['is_shell_sites_only'] = 'IsShellSitesOnly'
140
+ @_hash['is_partner_sites_included'] = 'IsPartnerSitesIncluded'
141
+ @_hash['can_have_pin'] = 'CanHavePIN'
193
142
  @_hash['is_virtual'] = 'IsVirtual'
194
- @_hash['is_visible_to_customers'] = 'IsVisibleToCustomers'
195
143
  @_hash['is_active'] = 'IsActive'
196
144
  @_hash['is_card_available_for_download'] = 'IsCardAvailableForDownload'
197
- @_hash['is_card_visible_to_customers'] = 'IsCardVisibleToCustomers'
198
- @_hash['pan_length'] = 'PANLength'
199
- @_hash['purchase_categories'] = 'PurchaseCategories'
200
- @_hash['token_type_id'] = 'TokenTypeId'
201
- @_hash['token_type_name'] = 'TokenTypeName'
202
- @_hash['usage_restrictions'] = 'UsageRestrictions'
145
+ @_hash['col_co_currency_code'] = 'ColCoCurrencyCode'
146
+ @_hash['col_co_currency_symbol'] = 'ColCoCurrencySymbol'
203
147
  @_hash['emv_contactless'] = 'EMVContactless'
204
148
  @_hash['rfid'] = 'RFID'
205
149
  @_hash['pin_change_supported'] = 'PINChangeSupported'
206
150
  @_hash['require_pin'] = 'RequirePIN'
207
151
  @_hash['offline_pin'] = 'OfflinePIN'
208
- @_hash['is_default'] = 'IsDefault'
209
- @_hash['applications_to_show_npii_tokens'] =
210
- 'ApplicationsToShowNPIITokens'
211
152
  @_hash['medium_type_id'] = 'MediumTypeID'
212
153
  @_hash['medium_type'] = 'MediumType'
213
- @_hash['col_co_currency_symbol'] = 'ColCoCurrencySymbol'
154
+ @_hash['cart_type_accounts'] = 'CartTypeAccounts'
155
+ @_hash['purchase_categories'] = 'PurchaseCategories'
214
156
  @_hash
215
157
  end
216
158
 
217
159
  # An array for optional fields
218
160
  def self.optionals
219
161
  %w[
220
- can_have_pin
221
162
  card_type_id
163
+ token_type_id
222
164
  card_type_name
223
- col_co_currency_code
224
- customer_card_type_id
225
- day_time_restrictions
226
- default_purchase_category_id
227
- emboss_account_name
165
+ token_type_name
166
+ pan_length
228
167
  expiry_period
168
+ is_national
169
+ is_international
229
170
  is_crt
230
171
  is_fleet
231
- is_international
232
- is_national
233
- is_partner_sites_included
234
172
  is_shell_sites_only
173
+ is_partner_sites_included
174
+ can_have_pin
235
175
  is_virtual
236
- is_visible_to_customers
237
176
  is_active
238
177
  is_card_available_for_download
239
- is_card_visible_to_customers
240
- pan_length
241
- purchase_categories
242
- token_type_id
243
- token_type_name
244
- usage_restrictions
178
+ col_co_currency_code
179
+ col_co_currency_symbol
245
180
  emv_contactless
246
181
  rfid
247
182
  pin_change_supported
248
183
  require_pin
249
184
  offline_pin
250
- is_default
251
- applications_to_show_npii_tokens
252
185
  medium_type_id
253
186
  medium_type
254
- col_co_currency_symbol
187
+ cart_type_accounts
188
+ purchase_categories
255
189
  ]
256
190
  end
257
191
 
258
192
  # An array for nullable fields
259
193
  def self.nullables
260
194
  %w[
261
- card_type_id
262
- card_type_name
263
- col_co_currency_code
264
- customer_card_type_id
265
- default_purchase_category_id
266
- emboss_account_name
267
- expiry_period
268
- pan_length
195
+ is_card_available_for_download
196
+ emv_contactless
197
+ rfid
198
+ pin_change_supported
199
+ require_pin
200
+ offline_pin
269
201
  purchase_categories
270
- token_type_id
271
- token_type_name
272
- medium_type_id
273
- medium_type
274
- col_co_currency_symbol
275
202
  ]
276
203
  end
277
204
 
278
- def initialize(can_have_pin = SKIP, card_type_id = SKIP,
279
- card_type_name = SKIP, col_co_currency_code = SKIP,
280
- customer_card_type_id = SKIP, day_time_restrictions = SKIP,
281
- default_purchase_category_id = SKIP,
282
- emboss_account_name = SKIP, expiry_period = SKIP,
283
- is_crt = SKIP, is_fleet = SKIP, is_international = SKIP,
284
- is_national = SKIP, is_partner_sites_included = SKIP,
285
- is_shell_sites_only = SKIP, is_virtual = SKIP,
286
- is_visible_to_customers = SKIP, is_active = SKIP,
205
+ def initialize(card_type_id = SKIP, token_type_id = SKIP,
206
+ card_type_name = SKIP, token_type_name = SKIP,
207
+ pan_length = SKIP, expiry_period = SKIP, is_national = SKIP,
208
+ is_international = SKIP, is_crt = SKIP, is_fleet = SKIP,
209
+ is_shell_sites_only = SKIP, is_partner_sites_included = SKIP,
210
+ can_have_pin = SKIP, is_virtual = SKIP, is_active = SKIP,
287
211
  is_card_available_for_download = SKIP,
288
- is_card_visible_to_customers = SKIP, pan_length = SKIP,
289
- purchase_categories = SKIP, token_type_id = SKIP,
290
- token_type_name = SKIP, usage_restrictions = SKIP,
212
+ col_co_currency_code = SKIP, col_co_currency_symbol = SKIP,
291
213
  emv_contactless = SKIP, rfid = SKIP,
292
214
  pin_change_supported = SKIP, require_pin = SKIP,
293
- offline_pin = SKIP, is_default = SKIP,
294
- applications_to_show_npii_tokens = SKIP,
295
- medium_type_id = SKIP, medium_type = SKIP,
296
- col_co_currency_symbol = SKIP)
297
- @can_have_pin = can_have_pin unless can_have_pin == SKIP
215
+ offline_pin = SKIP, medium_type_id = SKIP,
216
+ medium_type = SKIP, cart_type_accounts = SKIP,
217
+ purchase_categories = SKIP)
298
218
  @card_type_id = card_type_id unless card_type_id == SKIP
219
+ @token_type_id = token_type_id unless token_type_id == SKIP
299
220
  @card_type_name = card_type_name unless card_type_name == SKIP
300
- @col_co_currency_code = col_co_currency_code unless col_co_currency_code == SKIP
301
- @customer_card_type_id = customer_card_type_id unless customer_card_type_id == SKIP
302
- @day_time_restrictions = day_time_restrictions unless day_time_restrictions == SKIP
303
- unless default_purchase_category_id == SKIP
304
- @default_purchase_category_id =
305
- default_purchase_category_id
306
- end
307
- @emboss_account_name = emboss_account_name unless emboss_account_name == SKIP
221
+ @token_type_name = token_type_name unless token_type_name == SKIP
222
+ @pan_length = pan_length unless pan_length == SKIP
308
223
  @expiry_period = expiry_period unless expiry_period == SKIP
224
+ @is_national = is_national unless is_national == SKIP
225
+ @is_international = is_international unless is_international == SKIP
309
226
  @is_crt = is_crt unless is_crt == SKIP
310
227
  @is_fleet = is_fleet unless is_fleet == SKIP
311
- @is_international = is_international unless is_international == SKIP
312
- @is_national = is_national unless is_national == SKIP
228
+ @is_shell_sites_only = is_shell_sites_only unless is_shell_sites_only == SKIP
313
229
  unless is_partner_sites_included == SKIP
314
230
  @is_partner_sites_included =
315
231
  is_partner_sites_included
316
232
  end
317
- @is_shell_sites_only = is_shell_sites_only unless is_shell_sites_only == SKIP
233
+ @can_have_pin = can_have_pin unless can_have_pin == SKIP
318
234
  @is_virtual = is_virtual unless is_virtual == SKIP
319
- @is_visible_to_customers = is_visible_to_customers unless is_visible_to_customers == SKIP
320
235
  @is_active = is_active unless is_active == SKIP
321
236
  unless is_card_available_for_download == SKIP
322
237
  @is_card_available_for_download =
323
238
  is_card_available_for_download
324
239
  end
325
- unless is_card_visible_to_customers == SKIP
326
- @is_card_visible_to_customers =
327
- is_card_visible_to_customers
328
- end
329
- @pan_length = pan_length unless pan_length == SKIP
330
- @purchase_categories = purchase_categories unless purchase_categories == SKIP
331
- @token_type_id = token_type_id unless token_type_id == SKIP
332
- @token_type_name = token_type_name unless token_type_name == SKIP
333
- @usage_restrictions = usage_restrictions unless usage_restrictions == SKIP
240
+ @col_co_currency_code = col_co_currency_code unless col_co_currency_code == SKIP
241
+ @col_co_currency_symbol = col_co_currency_symbol unless col_co_currency_symbol == SKIP
334
242
  @emv_contactless = emv_contactless unless emv_contactless == SKIP
335
243
  @rfid = rfid unless rfid == SKIP
336
244
  @pin_change_supported = pin_change_supported unless pin_change_supported == SKIP
337
245
  @require_pin = require_pin unless require_pin == SKIP
338
246
  @offline_pin = offline_pin unless offline_pin == SKIP
339
- @is_default = is_default unless is_default == SKIP
340
- unless applications_to_show_npii_tokens == SKIP
341
- @applications_to_show_npii_tokens =
342
- applications_to_show_npii_tokens
343
- end
344
247
  @medium_type_id = medium_type_id unless medium_type_id == SKIP
345
248
  @medium_type = medium_type unless medium_type == SKIP
346
- @col_co_currency_symbol = col_co_currency_symbol unless col_co_currency_symbol == SKIP
249
+ @cart_type_accounts = cart_type_accounts unless cart_type_accounts == SKIP
250
+ @purchase_categories = purchase_categories unless purchase_categories == SKIP
347
251
  end
348
252
 
349
253
  # Creates an instance of the object from a hash.
@@ -351,38 +255,50 @@ module ShellDataReportingApIs
351
255
  return nil unless hash
352
256
 
353
257
  # Extract variables from the hash.
354
- can_have_pin = hash.key?('CanHavePIN') ? hash['CanHavePIN'] : SKIP
355
258
  card_type_id = hash.key?('CardTypeId') ? hash['CardTypeId'] : SKIP
259
+ token_type_id = hash.key?('TokenTypeId') ? hash['TokenTypeId'] : SKIP
356
260
  card_type_name = hash.key?('CardTypeName') ? hash['CardTypeName'] : SKIP
357
- col_co_currency_code =
358
- hash.key?('ColCoCurrencyCode') ? hash['ColCoCurrencyCode'] : SKIP
359
- customer_card_type_id =
360
- hash.key?('CustomerCardTypeId') ? hash['CustomerCardTypeId'] : SKIP
361
- day_time_restrictions = CardDayTimeRestrictions.from_hash(hash['DayTimeRestrictions']) if
362
- hash['DayTimeRestrictions']
363
- default_purchase_category_id =
364
- hash.key?('DefaultPurchaseCategoryId') ? hash['DefaultPurchaseCategoryId'] : SKIP
365
- emboss_account_name =
366
- hash.key?('EmbossAccountName') ? hash['EmbossAccountName'] : SKIP
261
+ token_type_name =
262
+ hash.key?('TokenTypeName') ? hash['TokenTypeName'] : SKIP
263
+ pan_length = hash.key?('PANLength') ? hash['PANLength'] : SKIP
367
264
  expiry_period = hash.key?('ExpiryPeriod') ? hash['ExpiryPeriod'] : SKIP
368
- is_crt = hash.key?('IsCRT') ? hash['IsCRT'] : SKIP
369
- is_fleet = hash.key?('IsFleet') ? hash['IsFleet'] : SKIP
265
+ is_national = hash.key?('IsNational') ? hash['IsNational'] : SKIP
370
266
  is_international =
371
267
  hash.key?('IsInternational') ? hash['IsInternational'] : SKIP
372
- is_national = hash.key?('IsNational') ? hash['IsNational'] : SKIP
373
- is_partner_sites_included =
374
- hash.key?('IsPartnerSitesIncluded') ? hash['IsPartnerSitesIncluded'] : SKIP
268
+ is_crt = hash.key?('IsCRT') ? hash['IsCRT'] : SKIP
269
+ is_fleet = hash.key?('IsFleet') ? hash['IsFleet'] : SKIP
375
270
  is_shell_sites_only =
376
271
  hash.key?('IsShellSitesOnly') ? hash['IsShellSitesOnly'] : SKIP
272
+ is_partner_sites_included =
273
+ hash.key?('IsPartnerSitesIncluded') ? hash['IsPartnerSitesIncluded'] : SKIP
274
+ can_have_pin = hash.key?('CanHavePIN') ? hash['CanHavePIN'] : SKIP
377
275
  is_virtual = hash.key?('IsVirtual') ? hash['IsVirtual'] : SKIP
378
- is_visible_to_customers =
379
- hash.key?('IsVisibleToCustomers') ? hash['IsVisibleToCustomers'] : SKIP
380
276
  is_active = hash.key?('IsActive') ? hash['IsActive'] : SKIP
381
277
  is_card_available_for_download =
382
278
  hash.key?('IsCardAvailableForDownload') ? hash['IsCardAvailableForDownload'] : SKIP
383
- is_card_visible_to_customers =
384
- hash.key?('IsCardVisibleToCustomers') ? hash['IsCardVisibleToCustomers'] : SKIP
385
- pan_length = hash.key?('PANLength') ? hash['PANLength'] : SKIP
279
+ col_co_currency_code =
280
+ hash.key?('ColCoCurrencyCode') ? hash['ColCoCurrencyCode'] : SKIP
281
+ col_co_currency_symbol =
282
+ hash.key?('ColCoCurrencySymbol') ? hash['ColCoCurrencySymbol'] : SKIP
283
+ emv_contactless =
284
+ hash.key?('EMVContactless') ? hash['EMVContactless'] : SKIP
285
+ rfid = hash.key?('RFID') ? hash['RFID'] : SKIP
286
+ pin_change_supported =
287
+ hash.key?('PINChangeSupported') ? hash['PINChangeSupported'] : SKIP
288
+ require_pin = hash.key?('RequirePIN') ? hash['RequirePIN'] : SKIP
289
+ offline_pin = hash.key?('OfflinePIN') ? hash['OfflinePIN'] : SKIP
290
+ medium_type_id = hash.key?('MediumTypeID') ? hash['MediumTypeID'] : SKIP
291
+ medium_type = hash.key?('MediumType') ? hash['MediumType'] : SKIP
292
+ # Parameter is an array, so we need to iterate through it
293
+ cart_type_accounts = nil
294
+ unless hash['CartTypeAccounts'].nil?
295
+ cart_type_accounts = []
296
+ hash['CartTypeAccounts'].each do |structure|
297
+ cart_type_accounts << (CartTypeAccount.from_hash(structure) if structure)
298
+ end
299
+ end
300
+
301
+ cart_type_accounts = SKIP unless hash.key?('CartTypeAccounts')
386
302
  # Parameter is an array, so we need to iterate through it
387
303
  purchase_categories = nil
388
304
  unless hash['PurchaseCategories'].nil?
@@ -393,114 +309,73 @@ module ShellDataReportingApIs
393
309
  end
394
310
 
395
311
  purchase_categories = SKIP unless hash.key?('PurchaseCategories')
396
- token_type_id = hash.key?('TokenTypeId') ? hash['TokenTypeId'] : SKIP
397
- token_type_name =
398
- hash.key?('TokenTypeName') ? hash['TokenTypeName'] : SKIP
399
- usage_restrictions = CardUsageRestrictions.from_hash(hash['UsageRestrictions']) if
400
- hash['UsageRestrictions']
401
- emv_contactless =
402
- hash.key?('EMVContactless') ? hash['EMVContactless'] : SKIP
403
- rfid = hash.key?('RFID') ? hash['RFID'] : SKIP
404
- pin_change_supported =
405
- hash.key?('PINChangeSupported') ? hash['PINChangeSupported'] : SKIP
406
- require_pin = hash.key?('RequirePIN') ? hash['RequirePIN'] : SKIP
407
- offline_pin = hash.key?('OfflinePIN') ? hash['OfflinePIN'] : SKIP
408
- is_default = hash.key?('IsDefault') ? hash['IsDefault'] : SKIP
409
- applications_to_show_npii_tokens =
410
- hash.key?('ApplicationsToShowNPIITokens') ? hash['ApplicationsToShowNPIITokens'] : SKIP
411
- medium_type_id = hash.key?('MediumTypeID') ? hash['MediumTypeID'] : SKIP
412
- medium_type = hash.key?('MediumType') ? hash['MediumType'] : SKIP
413
- col_co_currency_symbol =
414
- hash.key?('ColCoCurrencySymbol') ? hash['ColCoCurrencySymbol'] : SKIP
415
312
 
416
313
  # Create object from extracted values.
417
- CardTypeResponseCustomerCardTypesItems.new(can_have_pin,
418
- card_type_id,
314
+ CardTypeResponseCustomerCardTypesItems.new(card_type_id,
315
+ token_type_id,
419
316
  card_type_name,
420
- col_co_currency_code,
421
- customer_card_type_id,
422
- day_time_restrictions,
423
- default_purchase_category_id,
424
- emboss_account_name,
317
+ token_type_name,
318
+ pan_length,
425
319
  expiry_period,
320
+ is_national,
321
+ is_international,
426
322
  is_crt,
427
323
  is_fleet,
428
- is_international,
429
- is_national,
430
- is_partner_sites_included,
431
324
  is_shell_sites_only,
325
+ is_partner_sites_included,
326
+ can_have_pin,
432
327
  is_virtual,
433
- is_visible_to_customers,
434
328
  is_active,
435
329
  is_card_available_for_download,
436
- is_card_visible_to_customers,
437
- pan_length,
438
- purchase_categories,
439
- token_type_id,
440
- token_type_name,
441
- usage_restrictions,
330
+ col_co_currency_code,
331
+ col_co_currency_symbol,
442
332
  emv_contactless,
443
333
  rfid,
444
334
  pin_change_supported,
445
335
  require_pin,
446
336
  offline_pin,
447
- is_default,
448
- applications_to_show_npii_tokens,
449
337
  medium_type_id,
450
338
  medium_type,
451
- col_co_currency_symbol)
339
+ cart_type_accounts,
340
+ purchase_categories)
452
341
  end
453
342
 
454
343
  # Provides a human-readable string representation of the object.
455
344
  def to_s
456
345
  class_name = self.class.name.split('::').last
457
- "<#{class_name} can_have_pin: #{@can_have_pin}, card_type_id: #{@card_type_id},"\
458
- " card_type_name: #{@card_type_name}, col_co_currency_code: #{@col_co_currency_code},"\
459
- " customer_card_type_id: #{@customer_card_type_id}, day_time_restrictions:"\
460
- " #{@day_time_restrictions}, default_purchase_category_id: #{@default_purchase_category_id},"\
461
- " emboss_account_name: #{@emboss_account_name}, expiry_period: #{@expiry_period}, is_crt:"\
462
- " #{@is_crt}, is_fleet: #{@is_fleet}, is_international: #{@is_international}, is_national:"\
463
- " #{@is_national}, is_partner_sites_included: #{@is_partner_sites_included},"\
464
- " is_shell_sites_only: #{@is_shell_sites_only}, is_virtual: #{@is_virtual},"\
465
- " is_visible_to_customers: #{@is_visible_to_customers}, is_active: #{@is_active},"\
466
- " is_card_available_for_download: #{@is_card_available_for_download},"\
467
- " is_card_visible_to_customers: #{@is_card_visible_to_customers}, pan_length:"\
468
- " #{@pan_length}, purchase_categories: #{@purchase_categories}, token_type_id:"\
469
- " #{@token_type_id}, token_type_name: #{@token_type_name}, usage_restrictions:"\
470
- " #{@usage_restrictions}, emv_contactless: #{@emv_contactless}, rfid: #{@rfid},"\
471
- " pin_change_supported: #{@pin_change_supported}, require_pin: #{@require_pin}, offline_pin:"\
472
- " #{@offline_pin}, is_default: #{@is_default}, applications_to_show_npii_tokens:"\
473
- " #{@applications_to_show_npii_tokens}, medium_type_id: #{@medium_type_id}, medium_type:"\
474
- " #{@medium_type}, col_co_currency_symbol: #{@col_co_currency_symbol}>"
346
+ "<#{class_name} card_type_id: #{@card_type_id}, token_type_id: #{@token_type_id},"\
347
+ " card_type_name: #{@card_type_name}, token_type_name: #{@token_type_name}, pan_length:"\
348
+ " #{@pan_length}, expiry_period: #{@expiry_period}, is_national: #{@is_national},"\
349
+ " is_international: #{@is_international}, is_crt: #{@is_crt}, is_fleet: #{@is_fleet},"\
350
+ " is_shell_sites_only: #{@is_shell_sites_only}, is_partner_sites_included:"\
351
+ " #{@is_partner_sites_included}, can_have_pin: #{@can_have_pin}, is_virtual: #{@is_virtual},"\
352
+ " is_active: #{@is_active}, is_card_available_for_download:"\
353
+ " #{@is_card_available_for_download}, col_co_currency_code: #{@col_co_currency_code},"\
354
+ " col_co_currency_symbol: #{@col_co_currency_symbol}, emv_contactless: #{@emv_contactless},"\
355
+ " rfid: #{@rfid}, pin_change_supported: #{@pin_change_supported}, require_pin:"\
356
+ " #{@require_pin}, offline_pin: #{@offline_pin}, medium_type_id: #{@medium_type_id},"\
357
+ " medium_type: #{@medium_type}, cart_type_accounts: #{@cart_type_accounts},"\
358
+ " purchase_categories: #{@purchase_categories}>"
475
359
  end
476
360
 
477
361
  # Provides a debugging-friendly string with detailed object information.
478
362
  def inspect
479
363
  class_name = self.class.name.split('::').last
480
- "<#{class_name} can_have_pin: #{@can_have_pin.inspect}, card_type_id:"\
481
- " #{@card_type_id.inspect}, card_type_name: #{@card_type_name.inspect},"\
482
- " col_co_currency_code: #{@col_co_currency_code.inspect}, customer_card_type_id:"\
483
- " #{@customer_card_type_id.inspect}, day_time_restrictions:"\
484
- " #{@day_time_restrictions.inspect}, default_purchase_category_id:"\
485
- " #{@default_purchase_category_id.inspect}, emboss_account_name:"\
486
- " #{@emboss_account_name.inspect}, expiry_period: #{@expiry_period.inspect}, is_crt:"\
487
- " #{@is_crt.inspect}, is_fleet: #{@is_fleet.inspect}, is_international:"\
488
- " #{@is_international.inspect}, is_national: #{@is_national.inspect},"\
489
- " is_partner_sites_included: #{@is_partner_sites_included.inspect}, is_shell_sites_only:"\
490
- " #{@is_shell_sites_only.inspect}, is_virtual: #{@is_virtual.inspect},"\
491
- " is_visible_to_customers: #{@is_visible_to_customers.inspect}, is_active:"\
492
- " #{@is_active.inspect}, is_card_available_for_download:"\
493
- " #{@is_card_available_for_download.inspect}, is_card_visible_to_customers:"\
494
- " #{@is_card_visible_to_customers.inspect}, pan_length: #{@pan_length.inspect},"\
495
- " purchase_categories: #{@purchase_categories.inspect}, token_type_id:"\
496
- " #{@token_type_id.inspect}, token_type_name: #{@token_type_name.inspect},"\
497
- " usage_restrictions: #{@usage_restrictions.inspect}, emv_contactless:"\
498
- " #{@emv_contactless.inspect}, rfid: #{@rfid.inspect}, pin_change_supported:"\
499
- " #{@pin_change_supported.inspect}, require_pin: #{@require_pin.inspect}, offline_pin:"\
500
- " #{@offline_pin.inspect}, is_default: #{@is_default.inspect},"\
501
- " applications_to_show_npii_tokens: #{@applications_to_show_npii_tokens.inspect},"\
502
- " medium_type_id: #{@medium_type_id.inspect}, medium_type: #{@medium_type.inspect},"\
503
- " col_co_currency_symbol: #{@col_co_currency_symbol.inspect}>"
364
+ "<#{class_name} card_type_id: #{@card_type_id.inspect}, token_type_id:"\
365
+ " #{@token_type_id.inspect}, card_type_name: #{@card_type_name.inspect}, token_type_name:"\
366
+ " #{@token_type_name.inspect}, pan_length: #{@pan_length.inspect}, expiry_period:"\
367
+ " #{@expiry_period.inspect}, is_national: #{@is_national.inspect}, is_international:"\
368
+ " #{@is_international.inspect}, is_crt: #{@is_crt.inspect}, is_fleet: #{@is_fleet.inspect},"\
369
+ " is_shell_sites_only: #{@is_shell_sites_only.inspect}, is_partner_sites_included:"\
370
+ " #{@is_partner_sites_included.inspect}, can_have_pin: #{@can_have_pin.inspect}, is_virtual:"\
371
+ " #{@is_virtual.inspect}, is_active: #{@is_active.inspect}, is_card_available_for_download:"\
372
+ " #{@is_card_available_for_download.inspect}, col_co_currency_code:"\
373
+ " #{@col_co_currency_code.inspect}, col_co_currency_symbol:"\
374
+ " #{@col_co_currency_symbol.inspect}, emv_contactless: #{@emv_contactless.inspect}, rfid:"\
375
+ " #{@rfid.inspect}, pin_change_supported: #{@pin_change_supported.inspect}, require_pin:"\
376
+ " #{@require_pin.inspect}, offline_pin: #{@offline_pin.inspect}, medium_type_id:"\
377
+ " #{@medium_type_id.inspect}, medium_type: #{@medium_type.inspect}, cart_type_accounts:"\
378
+ " #{@cart_type_accounts.inspect}, purchase_categories: #{@purchase_categories.inspect}>"
504
379
  end
505
380
  end
506
381
  end