cybersource_rest_client 0.0.65 → 0.0.67

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 (255) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/core/MerchantConfig.rb +2 -0
  3. data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
  4. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +3 -3
  5. data/lib/cybersource_rest_client/api/bin_lookup_api.rb +1 -1
  6. data/lib/cybersource_rest_client/api/capture_api.rb +1 -1
  7. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +2 -2
  8. data/lib/cybersource_rest_client/api/credit_api.rb +1 -1
  9. data/lib/cybersource_rest_client/api/customer_api.rb +2 -2
  10. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +2 -2
  11. data/lib/cybersource_rest_client/api/customer_shipping_address_api.rb +2 -2
  12. data/lib/cybersource_rest_client/api/decision_manager_api.rb +5 -5
  13. data/lib/cybersource_rest_client/api/emv_tag_details_api.rb +1 -1
  14. data/lib/cybersource_rest_client/api/flex_api_api.rb +92 -0
  15. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
  16. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +1 -1
  17. data/lib/cybersource_rest_client/api/invoices_api.rb +2 -2
  18. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +2 -2
  19. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +1 -3
  20. data/lib/cybersource_rest_client/api/microform_integration_api.rb +1 -1
  21. data/lib/cybersource_rest_client/api/orders_api.rb +167 -0
  22. data/lib/cybersource_rest_client/api/payer_authentication_api.rb +3 -3
  23. data/lib/cybersource_rest_client/api/payment_instrument_api.rb +2 -2
  24. data/lib/cybersource_rest_client/api/payments_api.rb +6 -6
  25. data/lib/cybersource_rest_client/api/payouts_api.rb +1 -1
  26. data/lib/cybersource_rest_client/api/plans_api.rb +2 -2
  27. data/lib/cybersource_rest_client/api/push_funds_api.rb +1 -1
  28. data/lib/cybersource_rest_client/api/refund_api.rb +2 -2
  29. data/lib/cybersource_rest_client/api/replay_webhooks_api.rb +1 -1
  30. data/lib/cybersource_rest_client/api/report_subscriptions_api.rb +2 -2
  31. data/lib/cybersource_rest_client/api/reports_api.rb +1 -1
  32. data/lib/cybersource_rest_client/api/reversal_api.rb +2 -2
  33. data/lib/cybersource_rest_client/api/search_transactions_api.rb +1 -1
  34. data/lib/cybersource_rest_client/api/subscriptions_api.rb +2 -2
  35. data/lib/cybersource_rest_client/api/taxes_api.rb +2 -2
  36. data/lib/cybersource_rest_client/api/token_api.rb +1 -1
  37. data/lib/cybersource_rest_client/api/unified_checkout_capture_context_api.rb +1 -1
  38. data/lib/cybersource_rest_client/api/user_management_search_api.rb +1 -1
  39. data/lib/cybersource_rest_client/api/verification_api.rb +2 -2
  40. data/lib/cybersource_rest_client/api/void_api.rb +5 -5
  41. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +314 -360
  42. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_business_information.rb +437 -483
  43. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb +337 -381
  44. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc_deposit_bank_account.rb +297 -330
  45. data/lib/cybersource_rest_client/models/boardingv1registrations_registration_information.rb +271 -329
  46. data/lib/cybersource_rest_client/models/card_processing_config_common.rb +433 -445
  47. data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer.rb +23 -1
  48. data/lib/cybersource_rest_client/models/card_processing_config_common_merchant_descriptor_information.rb +16 -5
  49. data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +719 -720
  50. data/lib/cybersource_rest_client/models/check_payer_auth_enrollment_request.rb +321 -321
  51. data/lib/cybersource_rest_client/models/create_order_request.rb +229 -0
  52. data/lib/cybersource_rest_client/models/create_payment_request.rb +462 -462
  53. data/lib/cybersource_rest_client/models/flexv2sessions_fields.rb +199 -0
  54. data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information.rb +209 -0
  55. data/lib/cybersource_rest_client/models/{inline_response_400_5_details.rb → flexv2sessions_fields_order_information_amount_details.rb} +199 -201
  56. data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_amount_details_total_amount.rb +189 -0
  57. data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_bill_to.rb +309 -0
  58. data/lib/cybersource_rest_client/models/flexv2sessions_fields_order_information_ship_to.rb +289 -0
  59. data/lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information.rb +189 -0
  60. data/lib/cybersource_rest_client/models/flexv2sessions_fields_payment_information_card.rb +229 -0
  61. data/lib/cybersource_rest_client/models/generate_capture_context_request.rb +227 -225
  62. data/lib/cybersource_rest_client/models/generate_flex_api_capture_context_request.rb +189 -0
  63. data/lib/cybersource_rest_client/models/generate_unified_checkout_capture_context_request.rb +293 -290
  64. data/lib/cybersource_rest_client/models/inline_response_200_1.rb +253 -253
  65. data/lib/cybersource_rest_client/models/inline_response_200_1_integration_information.rb +204 -204
  66. data/lib/cybersource_rest_client/models/inline_response_200_1_integration_information_tenant_configurations.rb +1 -34
  67. data/lib/cybersource_rest_client/models/inline_response_200_2.rb +213 -213
  68. data/lib/cybersource_rest_client/models/inline_response_200_3.rb +335 -335
  69. data/lib/cybersource_rest_client/models/inline_response_200_5.rb +251 -251
  70. data/lib/cybersource_rest_client/models/inline_response_200_5__embedded.rb +191 -191
  71. data/lib/cybersource_rest_client/models/inline_response_200_5__embedded__links.rb +191 -191
  72. data/lib/cybersource_rest_client/models/inline_response_200_5__embedded__links_reports.rb +190 -190
  73. data/lib/cybersource_rest_client/models/inline_response_200_5__embedded_batches.rb +295 -295
  74. data/lib/cybersource_rest_client/models/inline_response_200_5__embedded_totals.rb +229 -229
  75. data/lib/cybersource_rest_client/models/inline_response_200_5__links.rb +200 -200
  76. data/lib/cybersource_rest_client/models/inline_response_200_6.rb +290 -290
  77. data/lib/cybersource_rest_client/models/inline_response_200_6__links.rb +201 -201
  78. data/lib/cybersource_rest_client/models/inline_response_200_6__links_report.rb +189 -189
  79. data/lib/cybersource_rest_client/models/inline_response_200_6_billing.rb +219 -219
  80. data/lib/cybersource_rest_client/models/inline_response_200_7.rb +292 -292
  81. data/lib/cybersource_rest_client/models/inline_response_200_7_records.rb +209 -209
  82. data/lib/cybersource_rest_client/models/inline_response_200_7_response_record.rb +307 -307
  83. data/lib/cybersource_rest_client/models/inline_response_200_7_response_record_additional_updates.rb +242 -242
  84. data/lib/cybersource_rest_client/models/inline_response_200_7_source_record.rb +295 -295
  85. data/lib/cybersource_rest_client/models/inline_response_201_2.rb +281 -315
  86. data/lib/cybersource_rest_client/models/inline_response_201_2_integration_information_tenant_configurations.rb +253 -286
  87. data/lib/cybersource_rest_client/models/inline_response_201_2_registration_information.rb +222 -256
  88. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments.rb +359 -359
  89. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_configuration_status.rb +255 -299
  90. data/lib/cybersource_rest_client/models/inline_response_201_2_setups_payments_card_processing_subscription_status.rb +234 -278
  91. data/lib/cybersource_rest_client/models/inline_response_400_1.rb +242 -235
  92. data/lib/cybersource_rest_client/models/inline_response_400_1_details.rb +199 -0
  93. data/lib/cybersource_rest_client/models/inline_response_400_2.rb +3 -3
  94. data/lib/cybersource_rest_client/models/inline_response_400_3.rb +1 -1
  95. data/lib/cybersource_rest_client/models/inline_response_400_4.rb +37 -60
  96. data/lib/cybersource_rest_client/models/inline_response_400_5.rb +258 -269
  97. data/lib/cybersource_rest_client/models/{inline_response_400_4_fields.rb → inline_response_400_5_fields.rb} +1 -1
  98. data/lib/cybersource_rest_client/models/inline_response_400_6.rb +35 -75
  99. data/lib/cybersource_rest_client/models/inline_response_400_6_details.rb +201 -199
  100. data/lib/cybersource_rest_client/models/inline_response_404_1.rb +2 -36
  101. data/lib/cybersource_rest_client/models/inline_response_422_1.rb +2 -36
  102. data/lib/cybersource_rest_client/models/inline_response_500_2.rb +1 -35
  103. data/lib/cybersource_rest_client/models/microformv2sessions_checkout_api_initialization.rb +281 -279
  104. data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
  105. data/lib/cybersource_rest_client/models/payer_auth_config_card_types_verified_by_visa_currencies.rb +244 -244
  106. data/lib/cybersource_rest_client/models/payer_auth_setup_request.rb +219 -219
  107. data/lib/cybersource_rest_client/models/payments_products.rb +369 -369
  108. data/lib/cybersource_rest_client/models/payments_products_card_present_connect_subscription_information.rb +202 -236
  109. data/lib/cybersource_rest_client/models/payments_products_card_processing_subscription_information.rb +215 -249
  110. data/lib/cybersource_rest_client/models/payments_products_differential_fee_subscription_information.rb +212 -246
  111. data/lib/cybersource_rest_client/models/payments_products_digital_payments_subscription_information.rb +215 -249
  112. data/lib/cybersource_rest_client/models/payments_products_e_check_subscription_information.rb +215 -249
  113. data/lib/cybersource_rest_client/models/payments_products_payer_authentication_subscription_information.rb +202 -236
  114. data/lib/cybersource_rest_client/models/payments_products_service_fee.rb +199 -199
  115. data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information.rb +189 -189
  116. data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations.rb +266 -266
  117. data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_merchant_information.rb +239 -239
  118. data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_payment_information.rb +2 -48
  119. data/lib/cybersource_rest_client/models/payments_products_service_fee_configuration_information_configurations_products.rb +190 -190
  120. data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
  121. data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
  122. data/lib/cybersource_rest_client/models/pts_v2_create_order_post201_response.rb +269 -0
  123. data/lib/cybersource_rest_client/models/{tss_v2_transactions_post201_response__embedded_buyer_information.rb → pts_v2_create_order_post201_response_buyer_information.rb} +196 -196
  124. data/lib/cybersource_rest_client/models/pts_v2_create_order_post201_response_processor_information.rb +224 -0
  125. data/lib/cybersource_rest_client/models/{bin_lookupv400_response.rb → pts_v2_create_order_post400_response.rb} +224 -224
  126. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_1_processor_information.rb +213 -213
  127. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +295 -284
  128. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response.rb +305 -295
  129. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_embedded_actions.rb +189 -0
  130. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_embedded_actions_ap_capture.rb +190 -0
  131. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +263 -252
  132. data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_buyer_information_personal_identification.rb +207 -207
  133. data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_payment_information_e_wallet.rb +241 -230
  134. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_embedded_actions_consumer_authentication.rb +212 -212
  135. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information_tokenized_card.rb +309 -309
  136. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +227 -217
  137. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information_capture_options.rb +196 -0
  138. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +67 -6
  139. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_seller_protection.rb +237 -218
  140. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +313 -302
  141. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response.rb +1 -1
  142. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +309 -309
  143. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +224 -224
  144. data/lib/cybersource_rest_client/models/pts_v2_update_order_patch201_response.rb +200 -0
  145. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information.rb +240 -0
  146. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_aggregator_information_sub_merchant.rb +196 -0
  147. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_merchant_information.rb +205 -0
  148. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_order_information_amount_details.rb +302 -292
  149. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information.rb +189 -0
  150. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_point_of_service_information_emv.rb +196 -0
  151. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +318 -232
  152. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information_payouts_options.rb +282 -231
  153. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +446 -378
  154. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_payment_information_card.rb +321 -321
  155. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information_personal_identification.rb +256 -239
  156. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information.rb +533 -448
  157. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_account.rb +222 -222
  158. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_payment_information_card.rb +317 -317
  159. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_sender_information_personal_identification.rb +256 -256
  160. data/lib/cybersource_rest_client/models/ptsv2intents_client_reference_information.rb +196 -0
  161. data/lib/cybersource_rest_client/models/ptsv2intents_merchant_information.rb +223 -0
  162. data/lib/cybersource_rest_client/models/ptsv2intents_merchant_information_merchant_descriptor.rb +207 -0
  163. data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +231 -0
  164. data/lib/cybersource_rest_client/models/ptsv2intents_order_information_amount_details.rb +315 -0
  165. data/lib/cybersource_rest_client/models/ptsv2intents_order_information_bill_to.rb +196 -0
  166. data/lib/cybersource_rest_client/models/ptsv2intents_order_information_invoice_details.rb +190 -0
  167. data/lib/cybersource_rest_client/models/ptsv2intents_order_information_line_items.rb +309 -0
  168. data/lib/cybersource_rest_client/models/ptsv2intents_order_information_ship_to.rb +332 -0
  169. data/lib/cybersource_rest_client/models/ptsv2intents_payment_information.rb +189 -0
  170. data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_payment_type.rb +200 -0
  171. data/lib/cybersource_rest_client/models/ptsv2intents_payment_information_payment_type_method.rb +190 -0
  172. data/lib/cybersource_rest_client/models/ptsv2intents_processing_information.rb +219 -0
  173. data/lib/cybersource_rest_client/models/ptsv2intents_processing_information_authorization_options.rb +196 -0
  174. data/lib/cybersource_rest_client/models/ptsv2intentsid_merchant_information.rb +189 -0
  175. data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +221 -0
  176. data/lib/cybersource_rest_client/models/ptsv2intentsid_processing_information.rb +192 -0
  177. data/lib/cybersource_rest_client/models/ptsv2payments_agreement_information.rb +207 -190
  178. data/lib/cybersource_rest_client/models/ptsv2payments_buyer_information_personal_identification.rb +229 -229
  179. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details.rb +651 -641
  180. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_amount_details_octsurcharge.rb +196 -0
  181. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +721 -704
  182. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_authorization_options.rb +1 -1
  183. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_capture_options.rb +264 -247
  184. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +383 -383
  185. data/lib/cybersource_rest_client/models/ptsv2payments_recurring_payment_information.rb +14 -0
  186. data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +298 -298
  187. data/lib/cybersource_rest_client/models/ptsv2paymentsid_client_reference_information.rb +22 -5
  188. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_authorization_options.rb +230 -230
  189. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information_capture_options.rb +247 -230
  190. data/lib/cybersource_rest_client/models/ptsv2refreshpaymentstatusid_processing_information.rb +192 -192
  191. data/lib/cybersource_rest_client/models/push_funds201_response.rb +337 -317
  192. data/lib/cybersource_rest_client/models/push_funds201_response_error_information.rb +225 -225
  193. data/lib/cybersource_rest_client/models/push_funds201_response_payment_information.rb +189 -0
  194. data/lib/cybersource_rest_client/models/push_funds201_response_payment_information_tokenized_card.rb +205 -0
  195. data/lib/cybersource_rest_client/models/push_funds201_response_processing_information.rb +189 -0
  196. data/lib/cybersource_rest_client/models/push_funds201_response_processing_information_domestic_national_net.rb +197 -0
  197. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +329 -241
  198. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information_routing.rb +196 -0
  199. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information_settlement.rb +207 -0
  200. data/lib/cybersource_rest_client/models/push_funds201_response_recipient_information.rb +206 -189
  201. data/lib/cybersource_rest_client/models/push_funds502_response.rb +246 -246
  202. data/lib/cybersource_rest_client/models/push_funds_request.rb +264 -239
  203. data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +206 -206
  204. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response.rb +269 -269
  205. data/lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb +622 -622
  206. data/lib/cybersource_rest_client/models/risk_v1_authentications_post201_response.rb +279 -279
  207. data/lib/cybersource_rest_client/models/risk_v1_authentications_post400_response_1.rb +235 -235
  208. data/lib/cybersource_rest_client/models/riskv1authenticationresults_consumer_authentication_information.rb +312 -312
  209. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information.rb +1 -1
  210. data/lib/cybersource_rest_client/models/riskv1authenticationresults_payment_information_card.rb +241 -241
  211. data/lib/cybersource_rest_client/models/riskv1authentications_device_information.rb +434 -434
  212. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information.rb +219 -219
  213. data/lib/cybersource_rest_client/models/riskv1authentications_payment_information_customer.rb +222 -0
  214. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_client_reference_information.rb +240 -240
  215. data/lib/cybersource_rest_client/models/riskv1authenticationsetups_payment_information_customer.rb +9 -0
  216. data/lib/cybersource_rest_client/models/riskv1decisions_consumer_authentication_information.rb +795 -812
  217. data/lib/cybersource_rest_client/models/sa_config_payment_methods.rb +191 -213
  218. data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
  219. data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_tokenized_card.rb → tmsv2_tokenized_card.rb} +16 -6
  220. data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_tokenized_card_card.rb → tmsv2_tokenized_card_card.rb} +1 -1
  221. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +189 -0
  222. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art.rb +250 -0
  223. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_background_asset.rb +200 -0
  224. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_background_asset__links.rb +189 -0
  225. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_background_asset__links_self.rb +190 -0
  226. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_brand_logo_asset.rb +200 -0
  227. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_brand_logo_asset__links.rb +189 -0
  228. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_brand_logo_asset__links_self.rb +190 -0
  229. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_co_brand_logo_asset.rb +200 -0
  230. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_co_brand_logo_asset__links.rb +189 -0
  231. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_co_brand_logo_asset__links_self.rb +190 -0
  232. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_combined_asset.rb +200 -0
  233. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_combined_asset__links.rb +189 -0
  234. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_combined_asset__links_self.rb +190 -0
  235. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_icon_asset.rb +200 -0
  236. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_icon_asset__links.rb +189 -0
  237. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_icon_asset__links_self.rb +190 -0
  238. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_issuer_logo_asset.rb +200 -0
  239. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_issuer_logo_asset__links.rb +189 -0
  240. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_card_art_issuer_logo_asset__links_self.rb +190 -0
  241. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processing_information_authorization_options.rb +245 -245
  242. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information.rb +383 -383
  243. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_processor_information_multi_processor_routing.rb +235 -235
  244. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_processor_information.rb +223 -206
  245. data/lib/cybersource_rest_client/models/tss_v2_transactions_post201_response__embedded_transaction_summaries.rb +392 -392
  246. data/lib/cybersource_rest_client/models/update_order_request.rb +229 -0
  247. data/lib/cybersource_rest_client/models/upv1capturecontexts_capture_mandate.rb +253 -253
  248. data/lib/cybersource_rest_client/models/upv1capturecontexts_checkout_api_initialization.rb +280 -279
  249. data/lib/cybersource_rest_client/models/upv1capturecontexts_order_information_amount_details.rb +201 -199
  250. data/lib/cybersource_rest_client/models/validate_request.rb +249 -249
  251. data/lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_basic_information.rb +273 -317
  252. data/lib/cybersource_rest_client/models/vt_config_card_not_present_global_payment_information_payment_information.rb +315 -337
  253. data/lib/cybersource_rest_client/utilities/tracking/sdk_tracker.rb +5 -1
  254. data/lib/cybersource_rest_client.rb +75 -6
  255. metadata +78 -29
@@ -1,704 +1,721 @@
1
- =begin
2
- #CyberSource Merged Spec
3
-
4
- #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
-
6
- OpenAPI spec version: 0.0.1
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.38
10
- =end
11
-
12
- require 'date'
13
-
14
- module CyberSource
15
- class Ptsv2paymentsProcessingInformation
16
- # Array of actions (one or more) to be included in the payment to invoke bundled services along with payment. Possible values are one or more of follows: - `DECISION_SKIP`: Use this when you want to skip Decision Manager service(s). - `TOKEN_CREATE`: Use this when you want to create a token from the card/bank data in your payment request. - `CONSUMER_AUTHENTICATION`: Use this when you want to check if a card is enrolled in Payer Authentication along with your payment request. - `VALIDATE_CONSUMER_AUTHENTICATION`: Use this after you acquire a Payer Authentication result that needs to be included for your payment request. - `AP_INITIATE`: Use this when Alternative Payment Initiate service is requested. - `WATCHLIST_SCREENING` : Use this when you want to call Watchlist Screening service. - `AP_SALE` : Use this when Alternative Payment Sale service is requested. - `AP_AUTH` : Use this when Alternative Payment Authorize service is requested.
17
- attr_accessor :action_list
18
-
19
- # Indicates whether to use the customer's escrow agreement. Possible values: - `true`: yes, use the customer's escrow agreement. - `false`: no, do not use the customer's escrow agreement.
20
- attr_accessor :enable_escrow_option
21
-
22
- # CyberSource tokens types you are performing a create on. If not supplied the default token type for the merchants token vault will be used. Valid values: - customer - paymentInstrument - instrumentIdentifier - shippingAddress
23
- attr_accessor :action_token_types
24
-
25
- # Bin Source File Identifier. Possible values: - itmx - rupay
26
- attr_accessor :bin_source
27
-
28
- # Indicates whether to also include a capture in the submitted authorization request or not. Possible values: - `true`: Include a capture with an authorization request. - `false`: (default) Do not include a capture with an authorization request. #### Used by **Authorization and Capture** Optional field.
29
- attr_accessor :capture
30
-
31
- # Value that identifies the processor/acquirer to use for the transaction. This value is supported only for **CyberSource through VisaNet**. Contact CyberSource Customer Support to get the value for this field.
32
- attr_accessor :processor_id
33
-
34
- # Payouts transaction type. Required for OCT transactions. This field is a pass-through, which means that CyberSource does not verify the value or modify it in any way before sending it to the processor. **Note** When the request includes this field, this value overrides the information in your CyberSource account.
35
- attr_accessor :business_application_id
36
-
37
- # Type of transaction. Some payment card companies use this information when determining discount rates. #### Used by **Authorization** Required payer authentication transactions; otherwise, optional. **Credit** Required for standalone credits on Chase Paymentech solutions; otherwise, optional. The list of valid values in this field depends on your processor. #### Ingenico ePayments When you omit this field for Ingenico ePayments, the processor uses the default transaction type they have on file for you instead of the default value #### Card Present You must set this field to `retail`. This field is required for a card-present transaction. Note that this should ONLY be used when the cardholder and card are present at the time of the transaction. For all keyed transactions originated from a POS terminal where the cardholder and card are not present, commerceIndicator should be submitted as \"moto\"
38
- attr_accessor :commerce_indicator
39
-
40
- # Type of transaction. Some payment card companies use this information when determining discount rates. #### Used by **Authorization** Required payer authentication transactions; otherwise, optional. **Credit** Required for standalone credits on Chase Paymentech solutions; otherwise, optional. The list of valid values in this field depends on your processor. #### Ingenico ePayments When you omit this field for Ingenico ePayments, the processor uses the default transaction type they have on file for you instead of the default value #### Card Present You must set this field to `retail`. This field is required for a card-present transaction. Note that this should ONLY be used when the cardholder and card are present at the time of the transaction. For all keyed transactions originated from a POS terminal where the cardholder and card are not present, commerceIndicator should be submitted as `moto`
41
- attr_accessor :commerce_indicator_label
42
-
43
- # Type of digital payment solution for the transaction. Possible Values: - `visacheckout`: Visa Checkout. This value is required for Visa Checkout transactions. For details, see `payment_solution` field description in [Visa Checkout Using the REST API.](https://developer.cybersource.com/content/dam/docs/cybs/en-us/apifields/reference/all/rest/api-fields.pdf) - `001`: Apple Pay. - `004`: Cybersource In-App Solution. - `005`: Masterpass. This value is required for Masterpass transactions on OmniPay Direct. - `006`: Android Pay. - `007`: Chase Pay. - `008`: Samsung Pay. - `012`: Google Pay. - `013`: Cybersource P2PE Decryption - `014`: Mastercard credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `015`: Visa credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `027`: Click to Pay.
44
- attr_accessor :payment_solution
45
-
46
- # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
47
- attr_accessor :reconciliation_id
48
-
49
- # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
50
- attr_accessor :link_id
51
-
52
- # Set this field to 3 to indicate that the request includes Level III data.
53
- attr_accessor :purchase_level
54
-
55
- # The time-out limit in seconds for the transaction. The time-out limit starts when the customer is directed to the merchant URL that is included in the sale service response. The maximum value is 99999 (about 27 hours). When the transaction times out, the payment system changes the status to abandoned.
56
- attr_accessor :transaction_timeout
57
-
58
- # Set to the value of the requestID field returned in the order service response.
59
- attr_accessor :intents_id
60
-
61
- # Attribute that lets you define custom grouping for your processor reports. This field is supported only for **Worldpay VAP**.
62
- attr_accessor :report_group
63
-
64
- # Identifier for the **Visa Checkout** order. Visa Checkout provides a unique order ID for every transaction in the Visa Checkout **callID** field.
65
- attr_accessor :visa_checkout_id
66
-
67
- # Indicates that the transaction includes industry-specific data. Possible Values: - `airline` - `restaurant` - `lodging` - `auto_rental` - `transit` - `healthcare_medical` - `healthcare_transit` - `transit` #### Card Present, Airlines and Auto Rental You must set this field to `airline` in order for airline data to be sent to the processor. For example, if this field is not set to `airline` or is not included in the request, no airline data is sent to the processor. You must set this field to `restaurant` in order for restaurant data to be sent to the processor. When this field is not set to `restaurant` or is not included in the request, no restaurant data is sent to the processor. You must set this field to `auto_rental` in order for auto rental data to be sent to the processor. For example, if this field is not set to `auto_rental` or is not included in the request, no auto rental data is sent to the processor. Restaurant data is supported only on CyberSource through VisaNet.
68
- attr_accessor :industry_data_type
69
-
70
- attr_accessor :authorization_options
71
-
72
- attr_accessor :capture_options
73
-
74
- attr_accessor :recurring_options
75
-
76
- attr_accessor :bank_transfer_options
77
-
78
- attr_accessor :purchase_options
79
-
80
- attr_accessor :electronic_benefits_transfer
81
-
82
- attr_accessor :loan_options
83
-
84
- # This field carries the wallet type in authorization requests and credit requests. Possible value are: - `101`: Masterpass remote payment. The customer created the wallet by manually interacting with a customer-controlled device such as a computer, tablet, or phone. This value is supported only for Masterpass transactions on Chase Paymentech Solutions and CyberSource through VisaNet. - `102`: Masterpass remote near field communication (NFC) payment. The customer created the wallet by tapping a PayPass card or customer-controlled device at a contactless card reader. This value is supported only for card-present Masterpass transactions on CyberSource through VisaNet. - `103`: Masterpass Apple Pay payment. The payment was made with a combination of Masterpass and Apple Pay. This value is supported only for Masterpass Apple Pay transactions on CyberSource through VisaNet. - `216`: Masterpass Google Pay payment. The payment was made with a combination of Masterpass and Google Pay. This value is supported only for Masterpass Google Pay transactions on CyberSource through VisaNet. - `217`: Masterpass Samsung Pay payment. The payment was made with a combination of Masterpass and Samsung Pay. This value is supported only for Masterpass Samsung Pay transactions on CyberSource through VisaNet. - `SDW`: Staged digital wallet. An issuer or operator created the wallet. This value is supported only for Masterpass transactions on Chase Paymentech Solutions. - `VCIND`: Visa Checkout payment. This value is supported only on CyberSource through VisaNet, FDC Compass, FDC Nashville Global, FDI Australia, and TSYS Acquiring Solutions. See Getting Started with Visa Checkout. For Visa Checkout transactions, the way CyberSource processes the value for this field depends on the processor. See the Visa Checkout section below. For all other values, this field is a passthrough; therefore, CyberSource does not verify the value or modify it in any way before sending it to the processor. Masterpass (101, 102, 103, 216, and 217): The Masterpass platform generates the wallet type value and passes it to you along with the customer's checkout information. Visa Checkout: This field is optional for Visa Checkout authorizations on FDI Australia. For all other processors, this field is required for Visa Checkout authorizations. For Visa Checkout transactions on the following processors, CyberSource sends the value that the processor expects for this field:FDC Compass,FDC Nashville Global,FDI Australia,TSYS Acquiring Solutions For all other processors, this field is a passthrough; therefore, CyberSource does not verify the value or modify it in any way before sending it to the processor. For incremental authorizations, this field is supported only for Mastercard and the supported values are 101 and 102. Payment card companies can introduce new values without notice. Your order management system should be able to process new values without problems. CyberSource through VisaNet When the value for this field is 101, 102, 103, 216, or 217, it corresponds to the following data in the TC 33 capture file5: Record: CP01 TCR6, Position: 88-90, Field: Mastercard Wallet Identifier. When the value for this field is VCIND, it corresponds to the following data in the TC 33 capture file5: Record: CP01 TCR8, Position: 72-76, Field: Agent Unique ID.
85
- attr_accessor :wallet_type
86
-
87
- # Supplementary domestic transaction information provided by the acquirer for National Net Settlement Service (NNSS) transactions. NNSS is a settlement service that Visa provides. For transactions on CyberSource through VisaNet in countries that subscribe to NNSS: VisaNet clears transactions; VisaNet transfers funds to the acquirer after deducting processing fees and interchange fees. VisaNet settles transactions in the local pricing currency through a local financial institution. This field is supported only on CyberSource through VisaNet for domestic data in Colombia
88
- attr_accessor :national_net_domestic_data
89
-
90
- attr_accessor :japan_payment_options
91
-
92
- # Type of payment initiated from a cardholder's mobile device. Possible values: - `1` : Consumer-initiated remote purchase, face-to-face - `2` : Consumer-initiated remote purchase, e-commerce - `3` : Consumer-initiated remote purchase, mail order / telephone order - `4` : Consumer-initiated bill pay - `5` : Consumer-initiated top up - `6` : Consumer-initiated cash out - `7` : ATM triggered or agent-initiated cash out - `8` : Merchant-initiated remote purchase, face-to-face - `9` : Merchant-initiated remote purchase, e-commerce This field is supported only for Mastercard transactions on CyberSource through VisaNet. Optional field. **Note** On CyberSource through VisaNet, the value for this field corresponds to the following data in the TC 33 capture file: - Record: CP01 TCR6 - Position: 94 - Field: Mastercard Mobile Remote Payment Program Indicator The TC 33 Capture file contains information about the purchases and refunds that a merchant submits to CyberSource. CyberSource through VisaNet creates the TC 33 Capture file at the end of the day and sends it to the merchant's acquirer, who uses this information to facilitate end-of-day clearing processing with payment networks.
93
- attr_accessor :mobile_remote_payment_type
94
-
95
- # A private national-use field submitted by acquirers and issuers in South Africa for South Africa-domestic (intra-country) authorizations and financial requests. Values for this field are 00 through 99.
96
- attr_accessor :extended_credit_total_count
97
-
98
- # On PIN Debit Gateways: This U.S.-only field is optionally used by participants (merchants and acquirers) to specify the network access priority. VisaNet checks to determine if there are issuer routing preferences for any of the networks specified by the sharing group code. If an issuer preference exists for one of the specified debit networks, VisaNet makes a routing selection based on the issuer's preference. If an issuer preference exists for more than one of the specified debit networks, or if no issuer preference exists, VisaNet makes a selection based on the acquirer's routing priorities. #### PIN debit Priority order of the networks through which he transaction will be routed. Set this value to a series of one-character network codes in your preferred order. This is a list of the network codes: | Network | Code | | --- | --- | | Accel | E | | AFFN | U | | Alaska Option | 3 | | CU24 | C | | Interlink | G | | Maestro | 8 | | NETS | P | | NYCE | F | | Pulse | H | | Shazam | 7 | | Star | M | | Visa | V | For example, if the Star network is your first preference and Pulse is your second preference, set this field to a value of `MH`. When you do not include this value in your PIN debit request, the list of network codes from your account is used. **Note** This field is supported only for businesses located in the U.S. Optional field for PIN debit credit or PIN debit purchase.
99
- attr_accessor :network_routing_order
100
-
101
- # Flag that indicates if the transaction is pay by points transaction true: Transaction uses loyalty points false: Transaction does not use loyalty points Default: false
102
- attr_accessor :pay_by_points_indicator
103
-
104
- # Minutes until a pending MyBank transaction will be timed out. Value must be between 5 and 30. Default is 5.
105
- attr_accessor :timeout
106
-
107
- # Flag that indicates the functionality we are having for merchants for which auth is done through Cybersource but settlement is done by themselves. true: functionality is supported. Processor should send raw processor auth response to Merchant. false: functionality is not supported. Default: false
108
- attr_accessor :is_return_auth_record_enabled
109
-
110
- # Merchant payment gateway ID that is assigned by Mastercard and is provided by the acquirer when a registered merchant payment gateway service provider is involved in the transaction. This field is supported for Visa Platform Connect.
111
- attr_accessor :network_partner_id
112
-
113
- # Identifier for the payment type.
114
- attr_accessor :payment_type
115
-
116
- # Enablers are payment processing entities that are not acquiring members and are often the primary relationship owner with merchants and originators. Enablers own technical solutions through which the merchant or originator will access acceptance. The Enabler ID is a five-character hexadecimal identifier that will be used by Visa to identify enablers. Enabler ID assignment will be determined by Visa. Visa will communicate Enablers assignments to enablers.
117
- attr_accessor :enabler_id
118
-
119
- # Attribute mapping from ruby-style variable name to JSON key.
120
- def self.attribute_map
121
- {
122
- :'action_list' => :'actionList',
123
- :'enable_escrow_option' => :'enableEscrowOption',
124
- :'action_token_types' => :'actionTokenTypes',
125
- :'bin_source' => :'binSource',
126
- :'capture' => :'capture',
127
- :'processor_id' => :'processorId',
128
- :'business_application_id' => :'businessApplicationId',
129
- :'commerce_indicator' => :'commerceIndicator',
130
- :'commerce_indicator_label' => :'commerceIndicatorLabel',
131
- :'payment_solution' => :'paymentSolution',
132
- :'reconciliation_id' => :'reconciliationId',
133
- :'link_id' => :'linkId',
134
- :'purchase_level' => :'purchaseLevel',
135
- :'transaction_timeout' => :'transactionTimeout',
136
- :'intents_id' => :'intentsId',
137
- :'report_group' => :'reportGroup',
138
- :'visa_checkout_id' => :'visaCheckoutId',
139
- :'industry_data_type' => :'industryDataType',
140
- :'authorization_options' => :'authorizationOptions',
141
- :'capture_options' => :'captureOptions',
142
- :'recurring_options' => :'recurringOptions',
143
- :'bank_transfer_options' => :'bankTransferOptions',
144
- :'purchase_options' => :'purchaseOptions',
145
- :'electronic_benefits_transfer' => :'electronicBenefitsTransfer',
146
- :'loan_options' => :'loanOptions',
147
- :'wallet_type' => :'walletType',
148
- :'national_net_domestic_data' => :'nationalNetDomesticData',
149
- :'japan_payment_options' => :'japanPaymentOptions',
150
- :'mobile_remote_payment_type' => :'mobileRemotePaymentType',
151
- :'extended_credit_total_count' => :'extendedCreditTotalCount',
152
- :'network_routing_order' => :'networkRoutingOrder',
153
- :'pay_by_points_indicator' => :'payByPointsIndicator',
154
- :'timeout' => :'timeout',
155
- :'is_return_auth_record_enabled' => :'isReturnAuthRecordEnabled',
156
- :'network_partner_id' => :'networkPartnerId',
157
- :'payment_type' => :'paymentType',
158
- :'enabler_id' => :'enablerId'
159
- }
160
- end
161
-
162
- # Attribute mapping from JSON key to ruby-style variable name.
163
- def self.json_map
164
- {
165
- :'action_list' => :'action_list',
166
- :'enable_escrow_option' => :'enable_escrow_option',
167
- :'action_token_types' => :'action_token_types',
168
- :'bin_source' => :'bin_source',
169
- :'capture' => :'capture',
170
- :'processor_id' => :'processor_id',
171
- :'business_application_id' => :'business_application_id',
172
- :'commerce_indicator' => :'commerce_indicator',
173
- :'commerce_indicator_label' => :'commerce_indicator_label',
174
- :'payment_solution' => :'payment_solution',
175
- :'reconciliation_id' => :'reconciliation_id',
176
- :'link_id' => :'link_id',
177
- :'purchase_level' => :'purchase_level',
178
- :'transaction_timeout' => :'transaction_timeout',
179
- :'intents_id' => :'intents_id',
180
- :'report_group' => :'report_group',
181
- :'visa_checkout_id' => :'visa_checkout_id',
182
- :'industry_data_type' => :'industry_data_type',
183
- :'authorization_options' => :'authorization_options',
184
- :'capture_options' => :'capture_options',
185
- :'recurring_options' => :'recurring_options',
186
- :'bank_transfer_options' => :'bank_transfer_options',
187
- :'purchase_options' => :'purchase_options',
188
- :'electronic_benefits_transfer' => :'electronic_benefits_transfer',
189
- :'loan_options' => :'loan_options',
190
- :'wallet_type' => :'wallet_type',
191
- :'national_net_domestic_data' => :'national_net_domestic_data',
192
- :'japan_payment_options' => :'japan_payment_options',
193
- :'mobile_remote_payment_type' => :'mobile_remote_payment_type',
194
- :'extended_credit_total_count' => :'extended_credit_total_count',
195
- :'network_routing_order' => :'network_routing_order',
196
- :'pay_by_points_indicator' => :'pay_by_points_indicator',
197
- :'timeout' => :'timeout',
198
- :'is_return_auth_record_enabled' => :'is_return_auth_record_enabled',
199
- :'network_partner_id' => :'network_partner_id',
200
- :'payment_type' => :'payment_type',
201
- :'enabler_id' => :'enabler_id'
202
- }
203
- end
204
-
205
- # Attribute type mapping.
206
- def self.swagger_types
207
- {
208
- :'action_list' => :'Array<String>',
209
- :'enable_escrow_option' => :'BOOLEAN',
210
- :'action_token_types' => :'Array<String>',
211
- :'bin_source' => :'String',
212
- :'capture' => :'BOOLEAN',
213
- :'processor_id' => :'String',
214
- :'business_application_id' => :'String',
215
- :'commerce_indicator' => :'String',
216
- :'commerce_indicator_label' => :'String',
217
- :'payment_solution' => :'String',
218
- :'reconciliation_id' => :'String',
219
- :'link_id' => :'String',
220
- :'purchase_level' => :'String',
221
- :'transaction_timeout' => :'Integer',
222
- :'intents_id' => :'String',
223
- :'report_group' => :'String',
224
- :'visa_checkout_id' => :'String',
225
- :'industry_data_type' => :'String',
226
- :'authorization_options' => :'Ptsv2paymentsProcessingInformationAuthorizationOptions',
227
- :'capture_options' => :'Ptsv2paymentsProcessingInformationCaptureOptions',
228
- :'recurring_options' => :'Ptsv2paymentsProcessingInformationRecurringOptions',
229
- :'bank_transfer_options' => :'Ptsv2paymentsProcessingInformationBankTransferOptions',
230
- :'purchase_options' => :'Ptsv2paymentsProcessingInformationPurchaseOptions',
231
- :'electronic_benefits_transfer' => :'Ptsv2paymentsProcessingInformationElectronicBenefitsTransfer',
232
- :'loan_options' => :'Ptsv2paymentsProcessingInformationLoanOptions',
233
- :'wallet_type' => :'String',
234
- :'national_net_domestic_data' => :'String',
235
- :'japan_payment_options' => :'Ptsv2paymentsProcessingInformationJapanPaymentOptions',
236
- :'mobile_remote_payment_type' => :'String',
237
- :'extended_credit_total_count' => :'String',
238
- :'network_routing_order' => :'String',
239
- :'pay_by_points_indicator' => :'BOOLEAN',
240
- :'timeout' => :'Integer',
241
- :'is_return_auth_record_enabled' => :'BOOLEAN',
242
- :'network_partner_id' => :'String',
243
- :'payment_type' => :'String',
244
- :'enabler_id' => :'String'
245
- }
246
- end
247
-
248
- # Initializes the object
249
- # @param [Hash] attributes Model attributes in the form of hash
250
- def initialize(attributes = {})
251
- return unless attributes.is_a?(Hash)
252
-
253
- # convert string to symbol for hash key
254
- attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
255
-
256
- if attributes.has_key?(:'actionList')
257
- if (value = attributes[:'actionList']).is_a?(Array)
258
- self.action_list = value
259
- end
260
- end
261
-
262
- if attributes.has_key?(:'enableEscrowOption')
263
- self.enable_escrow_option = attributes[:'enableEscrowOption']
264
- end
265
-
266
- if attributes.has_key?(:'actionTokenTypes')
267
- if (value = attributes[:'actionTokenTypes']).is_a?(Array)
268
- self.action_token_types = value
269
- end
270
- end
271
-
272
- if attributes.has_key?(:'binSource')
273
- self.bin_source = attributes[:'binSource']
274
- end
275
-
276
- if attributes.has_key?(:'capture')
277
- self.capture = attributes[:'capture']
278
- else
279
- self.capture = false
280
- end
281
-
282
- if attributes.has_key?(:'processorId')
283
- self.processor_id = attributes[:'processorId']
284
- end
285
-
286
- if attributes.has_key?(:'businessApplicationId')
287
- self.business_application_id = attributes[:'businessApplicationId']
288
- end
289
-
290
- if attributes.has_key?(:'commerceIndicator')
291
- self.commerce_indicator = attributes[:'commerceIndicator']
292
- end
293
-
294
- if attributes.has_key?(:'commerceIndicatorLabel')
295
- self.commerce_indicator_label = attributes[:'commerceIndicatorLabel']
296
- end
297
-
298
- if attributes.has_key?(:'paymentSolution')
299
- self.payment_solution = attributes[:'paymentSolution']
300
- end
301
-
302
- if attributes.has_key?(:'reconciliationId')
303
- self.reconciliation_id = attributes[:'reconciliationId']
304
- end
305
-
306
- if attributes.has_key?(:'linkId')
307
- self.link_id = attributes[:'linkId']
308
- end
309
-
310
- if attributes.has_key?(:'purchaseLevel')
311
- self.purchase_level = attributes[:'purchaseLevel']
312
- end
313
-
314
- if attributes.has_key?(:'transactionTimeout')
315
- self.transaction_timeout = attributes[:'transactionTimeout']
316
- end
317
-
318
- if attributes.has_key?(:'intentsId')
319
- self.intents_id = attributes[:'intentsId']
320
- end
321
-
322
- if attributes.has_key?(:'reportGroup')
323
- self.report_group = attributes[:'reportGroup']
324
- end
325
-
326
- if attributes.has_key?(:'visaCheckoutId')
327
- self.visa_checkout_id = attributes[:'visaCheckoutId']
328
- end
329
-
330
- if attributes.has_key?(:'industryDataType')
331
- self.industry_data_type = attributes[:'industryDataType']
332
- end
333
-
334
- if attributes.has_key?(:'authorizationOptions')
335
- self.authorization_options = attributes[:'authorizationOptions']
336
- end
337
-
338
- if attributes.has_key?(:'captureOptions')
339
- self.capture_options = attributes[:'captureOptions']
340
- end
341
-
342
- if attributes.has_key?(:'recurringOptions')
343
- self.recurring_options = attributes[:'recurringOptions']
344
- end
345
-
346
- if attributes.has_key?(:'bankTransferOptions')
347
- self.bank_transfer_options = attributes[:'bankTransferOptions']
348
- end
349
-
350
- if attributes.has_key?(:'purchaseOptions')
351
- self.purchase_options = attributes[:'purchaseOptions']
352
- end
353
-
354
- if attributes.has_key?(:'electronicBenefitsTransfer')
355
- self.electronic_benefits_transfer = attributes[:'electronicBenefitsTransfer']
356
- end
357
-
358
- if attributes.has_key?(:'loanOptions')
359
- self.loan_options = attributes[:'loanOptions']
360
- end
361
-
362
- if attributes.has_key?(:'walletType')
363
- self.wallet_type = attributes[:'walletType']
364
- end
365
-
366
- if attributes.has_key?(:'nationalNetDomesticData')
367
- self.national_net_domestic_data = attributes[:'nationalNetDomesticData']
368
- end
369
-
370
- if attributes.has_key?(:'japanPaymentOptions')
371
- self.japan_payment_options = attributes[:'japanPaymentOptions']
372
- end
373
-
374
- if attributes.has_key?(:'mobileRemotePaymentType')
375
- self.mobile_remote_payment_type = attributes[:'mobileRemotePaymentType']
376
- end
377
-
378
- if attributes.has_key?(:'extendedCreditTotalCount')
379
- self.extended_credit_total_count = attributes[:'extendedCreditTotalCount']
380
- end
381
-
382
- if attributes.has_key?(:'networkRoutingOrder')
383
- self.network_routing_order = attributes[:'networkRoutingOrder']
384
- end
385
-
386
- if attributes.has_key?(:'payByPointsIndicator')
387
- self.pay_by_points_indicator = attributes[:'payByPointsIndicator']
388
- end
389
-
390
- if attributes.has_key?(:'timeout')
391
- self.timeout = attributes[:'timeout']
392
- end
393
-
394
- if attributes.has_key?(:'isReturnAuthRecordEnabled')
395
- self.is_return_auth_record_enabled = attributes[:'isReturnAuthRecordEnabled']
396
- end
397
-
398
- if attributes.has_key?(:'networkPartnerId')
399
- self.network_partner_id = attributes[:'networkPartnerId']
400
- end
401
-
402
- if attributes.has_key?(:'paymentType')
403
- self.payment_type = attributes[:'paymentType']
404
- end
405
-
406
- if attributes.has_key?(:'enablerId')
407
- self.enabler_id = attributes[:'enablerId']
408
- end
409
- end
410
-
411
- # Show invalid properties with the reasons. Usually used together with valid?
412
- # @return Array for valid properties with the reasons
413
- def list_invalid_properties
414
- invalid_properties = Array.new
415
- invalid_properties
416
- end
417
-
418
- # Check to see if the all the properties in the model are valid
419
- # @return true if the model is valid
420
- def valid?
421
- true
422
- end
423
-
424
- # Custom attribute writer method with validation
425
- # @param [Object] processor_id Value to be assigned
426
- def processor_id=(processor_id)
427
- @processor_id = processor_id
428
- end
429
-
430
- # Custom attribute writer method with validation
431
- # @param [Object] commerce_indicator Value to be assigned
432
- def commerce_indicator=(commerce_indicator)
433
- @commerce_indicator = commerce_indicator
434
- end
435
-
436
- # Custom attribute writer method with validation
437
- # @param [Object] commerce_indicator_label Value to be assigned
438
- def commerce_indicator_label=(commerce_indicator_label)
439
- @commerce_indicator_label = commerce_indicator_label
440
- end
441
-
442
- # Custom attribute writer method with validation
443
- # @param [Object] payment_solution Value to be assigned
444
- def payment_solution=(payment_solution)
445
- @payment_solution = payment_solution
446
- end
447
-
448
- # Custom attribute writer method with validation
449
- # @param [Object] reconciliation_id Value to be assigned
450
- def reconciliation_id=(reconciliation_id)
451
- @reconciliation_id = reconciliation_id
452
- end
453
-
454
- # Custom attribute writer method with validation
455
- # @param [Object] link_id Value to be assigned
456
- def link_id=(link_id)
457
- @link_id = link_id
458
- end
459
-
460
- # Custom attribute writer method with validation
461
- # @param [Object] purchase_level Value to be assigned
462
- def purchase_level=(purchase_level)
463
- @purchase_level = purchase_level
464
- end
465
-
466
- # Custom attribute writer method with validation
467
- # @param [Object] transaction_timeout Value to be assigned
468
- def transaction_timeout=(transaction_timeout)
469
- @transaction_timeout = transaction_timeout
470
- end
471
-
472
- # Custom attribute writer method with validation
473
- # @param [Object] intents_id Value to be assigned
474
- def intents_id=(intents_id)
475
- @intents_id = intents_id
476
- end
477
-
478
- # Custom attribute writer method with validation
479
- # @param [Object] report_group Value to be assigned
480
- def report_group=(report_group)
481
- @report_group = report_group
482
- end
483
-
484
- # Custom attribute writer method with validation
485
- # @param [Object] visa_checkout_id Value to be assigned
486
- def visa_checkout_id=(visa_checkout_id)
487
- @visa_checkout_id = visa_checkout_id
488
- end
489
-
490
- # Custom attribute writer method with validation
491
- # @param [Object] industry_data_type Value to be assigned
492
- def industry_data_type=(industry_data_type)
493
- @industry_data_type = industry_data_type
494
- end
495
-
496
- # Custom attribute writer method with validation
497
- # @param [Object] wallet_type Value to be assigned
498
- def wallet_type=(wallet_type)
499
- @wallet_type = wallet_type
500
- end
501
-
502
- # Custom attribute writer method with validation
503
- # @param [Object] national_net_domestic_data Value to be assigned
504
- def national_net_domestic_data=(national_net_domestic_data)
505
- @national_net_domestic_data = national_net_domestic_data
506
- end
507
-
508
- # Custom attribute writer method with validation
509
- # @param [Object] mobile_remote_payment_type Value to be assigned
510
- def mobile_remote_payment_type=(mobile_remote_payment_type)
511
- @mobile_remote_payment_type = mobile_remote_payment_type
512
- end
513
-
514
- # Custom attribute writer method with validation
515
- # @param [Object] extended_credit_total_count Value to be assigned
516
- def extended_credit_total_count=(extended_credit_total_count)
517
- @extended_credit_total_count = extended_credit_total_count
518
- end
519
-
520
- # Custom attribute writer method with validation
521
- # @param [Object] network_routing_order Value to be assigned
522
- def network_routing_order=(network_routing_order)
523
- @network_routing_order = network_routing_order
524
- end
525
-
526
- # Custom attribute writer method with validation
527
- # @param [Object] network_partner_id Value to be assigned
528
- def network_partner_id=(network_partner_id)
529
- @network_partner_id = network_partner_id
530
- end
531
-
532
- # Custom attribute writer method with validation
533
- # @param [Object] payment_type Value to be assigned
534
- def payment_type=(payment_type)
535
- @payment_type = payment_type
536
- end
537
-
538
- # Custom attribute writer method with validation
539
- # @param [Object] enabler_id Value to be assigned
540
- def enabler_id=(enabler_id)
541
- @enabler_id = enabler_id
542
- end
543
-
544
- # Checks equality by comparing each attribute.
545
- # @param [Object] Object to be compared
546
- def ==(o)
547
- return true if self.equal?(o)
548
- self.class == o.class &&
549
- action_list == o.action_list &&
550
- enable_escrow_option == o.enable_escrow_option &&
551
- action_token_types == o.action_token_types &&
552
- bin_source == o.bin_source &&
553
- capture == o.capture &&
554
- processor_id == o.processor_id &&
555
- business_application_id == o.business_application_id &&
556
- commerce_indicator == o.commerce_indicator &&
557
- commerce_indicator_label == o.commerce_indicator_label &&
558
- payment_solution == o.payment_solution &&
559
- reconciliation_id == o.reconciliation_id &&
560
- link_id == o.link_id &&
561
- purchase_level == o.purchase_level &&
562
- transaction_timeout == o.transaction_timeout &&
563
- intents_id == o.intents_id &&
564
- report_group == o.report_group &&
565
- visa_checkout_id == o.visa_checkout_id &&
566
- industry_data_type == o.industry_data_type &&
567
- authorization_options == o.authorization_options &&
568
- capture_options == o.capture_options &&
569
- recurring_options == o.recurring_options &&
570
- bank_transfer_options == o.bank_transfer_options &&
571
- purchase_options == o.purchase_options &&
572
- electronic_benefits_transfer == o.electronic_benefits_transfer &&
573
- loan_options == o.loan_options &&
574
- wallet_type == o.wallet_type &&
575
- national_net_domestic_data == o.national_net_domestic_data &&
576
- japan_payment_options == o.japan_payment_options &&
577
- mobile_remote_payment_type == o.mobile_remote_payment_type &&
578
- extended_credit_total_count == o.extended_credit_total_count &&
579
- network_routing_order == o.network_routing_order &&
580
- pay_by_points_indicator == o.pay_by_points_indicator &&
581
- timeout == o.timeout &&
582
- is_return_auth_record_enabled == o.is_return_auth_record_enabled &&
583
- network_partner_id == o.network_partner_id &&
584
- payment_type == o.payment_type &&
585
- enabler_id == o.enabler_id
586
- end
587
-
588
- # @see the `==` method
589
- # @param [Object] Object to be compared
590
- def eql?(o)
591
- self == o
592
- end
593
-
594
- # Calculates hash code according to all attributes.
595
- # @return [Fixnum] Hash code
596
- def hash
597
- [action_list, enable_escrow_option, action_token_types, bin_source, capture, processor_id, business_application_id, commerce_indicator, commerce_indicator_label, payment_solution, reconciliation_id, link_id, purchase_level, transaction_timeout, intents_id, report_group, visa_checkout_id, industry_data_type, authorization_options, capture_options, recurring_options, bank_transfer_options, purchase_options, electronic_benefits_transfer, loan_options, wallet_type, national_net_domestic_data, japan_payment_options, mobile_remote_payment_type, extended_credit_total_count, network_routing_order, pay_by_points_indicator, timeout, is_return_auth_record_enabled, network_partner_id, payment_type, enabler_id].hash
598
- end
599
-
600
- # Builds the object from hash
601
- # @param [Hash] attributes Model attributes in the form of hash
602
- # @return [Object] Returns the model itself
603
- def build_from_hash(attributes)
604
- return nil unless attributes.is_a?(Hash)
605
- self.class.swagger_types.each_pair do |key, type|
606
- if type =~ /\AArray<(.*)>/i
607
- # check to ensure the input is an array given that the the attribute
608
- # is documented as an array but the input is not
609
- if attributes[self.class.attribute_map[key]].is_a?(Array)
610
- self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
611
- end
612
- elsif !attributes[self.class.attribute_map[key]].nil?
613
- self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
614
- end # or else data not found in attributes(hash), not an issue as the data can be optional
615
- end
616
-
617
- self
618
- end
619
-
620
- # Deserializes the data based on type
621
- # @param string type Data type
622
- # @param string value Value to be deserialized
623
- # @return [Object] Deserialized data
624
- def _deserialize(type, value)
625
- case type.to_sym
626
- when :DateTime
627
- DateTime.parse(value)
628
- when :Date
629
- Date.parse(value)
630
- when :String
631
- value.to_s
632
- when :Integer
633
- value.to_i
634
- when :Float
635
- value.to_f
636
- when :BOOLEAN
637
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
638
- true
639
- else
640
- false
641
- end
642
- when :Object
643
- # generic object (usually a Hash), return directly
644
- value
645
- when /\AArray<(?<inner_type>.+)>\z/
646
- inner_type = Regexp.last_match[:inner_type]
647
- value.map { |v| _deserialize(inner_type, v) }
648
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
649
- k_type = Regexp.last_match[:k_type]
650
- v_type = Regexp.last_match[:v_type]
651
- {}.tap do |hash|
652
- value.each do |k, v|
653
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
654
- end
655
- end
656
- else # model
657
- temp_model = CyberSource.const_get(type).new
658
- temp_model.build_from_hash(value)
659
- end
660
- end
661
-
662
- # Returns the string representation of the object
663
- # @return [String] String presentation of the object
664
- def to_s
665
- to_hash.to_s
666
- end
667
-
668
- # to_body is an alias to to_hash (backward compatibility)
669
- # @return [Hash] Returns the object in the form of hash
670
- def to_body
671
- to_hash
672
- end
673
-
674
- # Returns the object in the form of hash
675
- # @return [Hash] Returns the object in the form of hash
676
- def to_hash
677
- hash = {}
678
- self.class.attribute_map.each_pair do |attr, param|
679
- value = self.send(attr)
680
- next if value.nil?
681
- hash[param] = _to_hash(value)
682
- end
683
- hash
684
- end
685
-
686
- # Outputs non-array value in the form of hash
687
- # For object, use to_hash. Otherwise, just return the value
688
- # @param [Object] value Any valid value
689
- # @return [Hash] Returns the value in the form of hash
690
- def _to_hash(value)
691
- if value.is_a?(Array)
692
- value.compact.map { |v| _to_hash(v) }
693
- elsif value.is_a?(Hash)
694
- {}.tap do |hash|
695
- value.each { |k, v| hash[k] = _to_hash(v) }
696
- end
697
- elsif value.respond_to? :to_hash
698
- value.to_hash
699
- else
700
- value
701
- end
702
- end
703
- end
704
- end
1
+ =begin
2
+ #CyberSource Merged Spec
3
+
4
+ #All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
5
+
6
+ OpenAPI spec version: 0.0.1
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.38
10
+ =end
11
+
12
+ require 'date'
13
+
14
+ module CyberSource
15
+ class Ptsv2paymentsProcessingInformation
16
+ # Array of actions (one or more) to be included in the payment to invoke bundled services along with payment. Possible values are one or more of follows: - `DECISION_SKIP`: Use this when you want to skip Decision Manager service(s). - `TOKEN_CREATE`: Use this when you want to create a token from the card/bank data in your payment request. - `CONSUMER_AUTHENTICATION`: Use this when you want to check if a card is enrolled in Payer Authentication along with your payment request. - `VALIDATE_CONSUMER_AUTHENTICATION`: Use this after you acquire a Payer Authentication result that needs to be included for your payment request. - `AP_INITIATE`: Use this when Alternative Payment Initiate service is requested. - `WATCHLIST_SCREENING` : Use this when you want to call Watchlist Screening service. - `AP_SALE` : Use this when Alternative Payment Sale service is requested. - `AP_AUTH` : Use this when Alternative Payment Authorize service is requested. - `AP_REAUTH` : Use this when Alternative Payment Reauthorize service is requested.
17
+ attr_accessor :action_list
18
+
19
+ # Indicates whether to use the customer's escrow agreement. Possible values: - `true`: yes, use the customer's escrow agreement. - `false`: no, do not use the customer's escrow agreement.
20
+ attr_accessor :enable_escrow_option
21
+
22
+ # CyberSource tokens types you are performing a create on. If not supplied the default token type for the merchants token vault will be used. Valid values: - customer - paymentInstrument - instrumentIdentifier - shippingAddress
23
+ attr_accessor :action_token_types
24
+
25
+ # Bin Source File Identifier. Possible values: - itmx - rupay
26
+ attr_accessor :bin_source
27
+
28
+ # Indicates whether to also include a capture in the submitted authorization request or not. Possible values: - `true`: Include a capture with an authorization request. - `false`: (default) Do not include a capture with an authorization request. #### Used by **Authorization and Capture** Optional field.
29
+ attr_accessor :capture
30
+
31
+ # Value that identifies the processor/acquirer to use for the transaction. This value is supported only for **CyberSource through VisaNet**. Contact CyberSource Customer Support to get the value for this field.
32
+ attr_accessor :processor_id
33
+
34
+ # Payouts transaction type. Required for OCT transactions. This field is a pass-through, which means that CyberSource does not verify the value or modify it in any way before sending it to the processor. **Note** When the request includes this field, this value overrides the information in your CyberSource account.
35
+ attr_accessor :business_application_id
36
+
37
+ # Type of transaction. Some payment card companies use this information when determining discount rates. #### Used by **Authorization** Required payer authentication transactions; otherwise, optional. **Credit** Required for standalone credits on Chase Paymentech solutions; otherwise, optional. The list of valid values in this field depends on your processor. #### Ingenico ePayments When you omit this field for Ingenico ePayments, the processor uses the default transaction type they have on file for you instead of the default value #### Card Present You must set this field to `retail`. This field is required for a card-present transaction. Note that this should ONLY be used when the cardholder and card are present at the time of the transaction. For all keyed transactions originated from a POS terminal where the cardholder and card are not present, commerceIndicator should be submitted as \"moto\"
38
+ attr_accessor :commerce_indicator
39
+
40
+ # Type of transaction. Some payment card companies use this information when determining discount rates. #### Used by **Authorization** Required payer authentication transactions; otherwise, optional. **Credit** Required for standalone credits on Chase Paymentech solutions; otherwise, optional. The list of valid values in this field depends on your processor. #### Ingenico ePayments When you omit this field for Ingenico ePayments, the processor uses the default transaction type they have on file for you instead of the default value #### Card Present You must set this field to `retail`. This field is required for a card-present transaction. Note that this should ONLY be used when the cardholder and card are present at the time of the transaction. For all keyed transactions originated from a POS terminal where the cardholder and card are not present, commerceIndicator should be submitted as `moto`
41
+ attr_accessor :commerce_indicator_label
42
+
43
+ # Type of digital payment solution for the transaction. Possible Values: - `visacheckout`: Visa Checkout. This value is required for Visa Checkout transactions. For details, see `payment_solution` field description in [Visa Checkout Using the REST API.](https://developer.cybersource.com/content/dam/docs/cybs/en-us/apifields/reference/all/rest/api-fields.pdf) - `001`: Apple Pay. - `004`: Cybersource In-App Solution. - `005`: Masterpass. This value is required for Masterpass transactions on OmniPay Direct. - `006`: Android Pay. - `007`: Chase Pay. - `008`: Samsung Pay. - `012`: Google Pay. - `013`: Cybersource P2PE Decryption - `014`: Mastercard credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `015`: Visa credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `027`: Click to Pay.
44
+ attr_accessor :payment_solution
45
+
46
+ # Please check with Cybersource customer support to see if your merchant account is configured correctly so you can include this field in your request. * For Payouts: max length for FDCCompass is String (22).
47
+ attr_accessor :reconciliation_id
48
+
49
+ # Value that links the current authorization request to the original authorization request. Set this value to the ID that was returned in the reply message from the original authorization request. This value is used for: - Partial authorizations - Split shipments
50
+ attr_accessor :link_id
51
+
52
+ # Set this field to 3 to indicate that the request includes Level III data.
53
+ attr_accessor :purchase_level
54
+
55
+ # The time-out limit in seconds for the transaction. The time-out limit starts when the customer is directed to the merchant URL that is included in the sale service response. The maximum value is 99999 (about 27 hours). When the transaction times out, the payment system changes the status to abandoned.
56
+ attr_accessor :transaction_timeout
57
+
58
+ # Set to the value of the requestID field returned in the order service response.
59
+ attr_accessor :intents_id
60
+
61
+ # Attribute that lets you define custom grouping for your processor reports. This field is supported only for **Worldpay VAP**.
62
+ attr_accessor :report_group
63
+
64
+ # Identifier for the **Visa Checkout** order. Visa Checkout provides a unique order ID for every transaction in the Visa Checkout **callID** field.
65
+ attr_accessor :visa_checkout_id
66
+
67
+ # Indicates that the transaction includes industry-specific data. Possible Values: - `airline` - `restaurant` - `lodging` - `auto_rental` - `transit` - `healthcare_medical` - `healthcare_transit` - `transit` #### Card Present, Airlines and Auto Rental You must set this field to `airline` in order for airline data to be sent to the processor. For example, if this field is not set to `airline` or is not included in the request, no airline data is sent to the processor. You must set this field to `restaurant` in order for restaurant data to be sent to the processor. When this field is not set to `restaurant` or is not included in the request, no restaurant data is sent to the processor. You must set this field to `auto_rental` in order for auto rental data to be sent to the processor. For example, if this field is not set to `auto_rental` or is not included in the request, no auto rental data is sent to the processor. Restaurant data is supported only on CyberSource through VisaNet.
68
+ attr_accessor :industry_data_type
69
+
70
+ attr_accessor :authorization_options
71
+
72
+ attr_accessor :capture_options
73
+
74
+ attr_accessor :recurring_options
75
+
76
+ attr_accessor :bank_transfer_options
77
+
78
+ attr_accessor :purchase_options
79
+
80
+ attr_accessor :electronic_benefits_transfer
81
+
82
+ attr_accessor :loan_options
83
+
84
+ # This field carries the wallet type in authorization requests and credit requests. Possible value are: - `101`: Masterpass remote payment. The customer created the wallet by manually interacting with a customer-controlled device such as a computer, tablet, or phone. This value is supported only for Masterpass transactions on Chase Paymentech Solutions and CyberSource through VisaNet. - `102`: Masterpass remote near field communication (NFC) payment. The customer created the wallet by tapping a PayPass card or customer-controlled device at a contactless card reader. This value is supported only for card-present Masterpass transactions on CyberSource through VisaNet. - `103`: Masterpass Apple Pay payment. The payment was made with a combination of Masterpass and Apple Pay. This value is supported only for Masterpass Apple Pay transactions on CyberSource through VisaNet. - `216`: Masterpass Google Pay payment. The payment was made with a combination of Masterpass and Google Pay. This value is supported only for Masterpass Google Pay transactions on CyberSource through VisaNet. - `217`: Masterpass Samsung Pay payment. The payment was made with a combination of Masterpass and Samsung Pay. This value is supported only for Masterpass Samsung Pay transactions on CyberSource through VisaNet. - `SDW`: Staged digital wallet. An issuer or operator created the wallet. This value is supported only for Masterpass transactions on Chase Paymentech Solutions. - `VCIND`: Visa Checkout payment. This value is supported only on CyberSource through VisaNet, FDC Compass, FDC Nashville Global, FDI Australia, and TSYS Acquiring Solutions. See Getting Started with Visa Checkout. For Visa Checkout transactions, the way CyberSource processes the value for this field depends on the processor. See the Visa Checkout section below. For all other values, this field is a passthrough; therefore, CyberSource does not verify the value or modify it in any way before sending it to the processor. Masterpass (101, 102, 103, 216, and 217): The Masterpass platform generates the wallet type value and passes it to you along with the customer's checkout information. Visa Checkout: This field is optional for Visa Checkout authorizations on FDI Australia. For all other processors, this field is required for Visa Checkout authorizations. For Visa Checkout transactions on the following processors, CyberSource sends the value that the processor expects for this field:FDC Compass,FDC Nashville Global,FDI Australia,TSYS Acquiring Solutions For all other processors, this field is a passthrough; therefore, CyberSource does not verify the value or modify it in any way before sending it to the processor. For incremental authorizations, this field is supported only for Mastercard and the supported values are 101 and 102. Payment card companies can introduce new values without notice. Your order management system should be able to process new values without problems. CyberSource through VisaNet When the value for this field is 101, 102, 103, 216, or 217, it corresponds to the following data in the TC 33 capture file5: Record: CP01 TCR6, Position: 88-90, Field: Mastercard Wallet Identifier. When the value for this field is VCIND, it corresponds to the following data in the TC 33 capture file5: Record: CP01 TCR8, Position: 72-76, Field: Agent Unique ID.
85
+ attr_accessor :wallet_type
86
+
87
+ # Supplementary domestic transaction information provided by the acquirer for National Net Settlement Service (NNSS) transactions. NNSS is a settlement service that Visa provides. For transactions on CyberSource through VisaNet in countries that subscribe to NNSS: VisaNet clears transactions; VisaNet transfers funds to the acquirer after deducting processing fees and interchange fees. VisaNet settles transactions in the local pricing currency through a local financial institution. This field is supported only on CyberSource through VisaNet for domestic data in Colombia
88
+ attr_accessor :national_net_domestic_data
89
+
90
+ attr_accessor :japan_payment_options
91
+
92
+ # Type of payment initiated from a cardholder's mobile device. Possible values: - `1` : Consumer-initiated remote purchase, face-to-face - `2` : Consumer-initiated remote purchase, e-commerce - `3` : Consumer-initiated remote purchase, mail order / telephone order - `4` : Consumer-initiated bill pay - `5` : Consumer-initiated top up - `6` : Consumer-initiated cash out - `7` : ATM triggered or agent-initiated cash out - `8` : Merchant-initiated remote purchase, face-to-face - `9` : Merchant-initiated remote purchase, e-commerce This field is supported only for Mastercard transactions on CyberSource through VisaNet. Optional field. **Note** On CyberSource through VisaNet, the value for this field corresponds to the following data in the TC 33 capture file: - Record: CP01 TCR6 - Position: 94 - Field: Mastercard Mobile Remote Payment Program Indicator The TC 33 Capture file contains information about the purchases and refunds that a merchant submits to CyberSource. CyberSource through VisaNet creates the TC 33 Capture file at the end of the day and sends it to the merchant's acquirer, who uses this information to facilitate end-of-day clearing processing with payment networks.
93
+ attr_accessor :mobile_remote_payment_type
94
+
95
+ # A private national-use field submitted by acquirers and issuers in South Africa for South Africa-domestic (intra-country) authorizations and financial requests. Values for this field are 00 through 99.
96
+ attr_accessor :extended_credit_total_count
97
+
98
+ # On PIN Debit Gateways: This U.S.-only field is optionally used by participants (merchants and acquirers) to specify the network access priority. VisaNet checks to determine if there are issuer routing preferences for any of the networks specified by the sharing group code. If an issuer preference exists for one of the specified debit networks, VisaNet makes a routing selection based on the issuer's preference. If an issuer preference exists for more than one of the specified debit networks, or if no issuer preference exists, VisaNet makes a selection based on the acquirer's routing priorities. #### PIN debit Priority order of the networks through which he transaction will be routed. Set this value to a series of one-character network codes in your preferred order. This is a list of the network codes: | Network | Code | | --- | --- | | Accel | E | | AFFN | U | | Alaska Option | 3 | | CU24 | C | | Interlink | G | | Maestro | 8 | | NETS | P | | NYCE | F | | Pulse | H | | Shazam | 7 | | Star | M | | Visa | V | For example, if the Star network is your first preference and Pulse is your second preference, set this field to a value of `MH`. When you do not include this value in your PIN debit request, the list of network codes from your account is used. **Note** This field is supported only for businesses located in the U.S. Optional field for PIN debit credit or PIN debit purchase.
99
+ attr_accessor :network_routing_order
100
+
101
+ # Flag that indicates if the transaction is pay by points transaction true: Transaction uses loyalty points false: Transaction does not use loyalty points Default: false
102
+ attr_accessor :pay_by_points_indicator
103
+
104
+ # Minutes until a pending MyBank transaction will be timed out. Value must be between 5 and 30. Default is 5.
105
+ attr_accessor :timeout
106
+
107
+ # Flag that indicates the functionality we are having for merchants for which auth is done through Cybersource but settlement is done by themselves. true: functionality is supported. Processor should send raw processor auth response to Merchant. false: functionality is not supported. Default: false
108
+ attr_accessor :is_return_auth_record_enabled
109
+
110
+ # Merchant payment gateway ID that is assigned by Mastercard and is provided by the acquirer when a registered merchant payment gateway service provider is involved in the transaction. This field is supported for Visa Platform Connect.
111
+ attr_accessor :network_partner_id
112
+
113
+ # Identifier for the payment type.
114
+ attr_accessor :payment_type
115
+
116
+ # Enablers are payment processing entities that are not acquiring members and are often the primary relationship owner with merchants and originators. Enablers own technical solutions through which the merchant or originator will access acceptance. The Enabler ID is a five-character hexadecimal identifier that will be used by Visa to identify enablers. Enabler ID assignment will be determined by Visa. Visa will communicate Enablers assignments to enablers.
117
+ attr_accessor :enabler_id
118
+
119
+ # The instruction to process an order. - default value: 'NO_INSTRUCTION' - 'ORDER_SAVED_EXPLICITLY'
120
+ attr_accessor :processing_instruction
121
+
122
+ # Attribute mapping from ruby-style variable name to JSON key.
123
+ def self.attribute_map
124
+ {
125
+ :'action_list' => :'actionList',
126
+ :'enable_escrow_option' => :'enableEscrowOption',
127
+ :'action_token_types' => :'actionTokenTypes',
128
+ :'bin_source' => :'binSource',
129
+ :'capture' => :'capture',
130
+ :'processor_id' => :'processorId',
131
+ :'business_application_id' => :'businessApplicationId',
132
+ :'commerce_indicator' => :'commerceIndicator',
133
+ :'commerce_indicator_label' => :'commerceIndicatorLabel',
134
+ :'payment_solution' => :'paymentSolution',
135
+ :'reconciliation_id' => :'reconciliationId',
136
+ :'link_id' => :'linkId',
137
+ :'purchase_level' => :'purchaseLevel',
138
+ :'transaction_timeout' => :'transactionTimeout',
139
+ :'intents_id' => :'intentsId',
140
+ :'report_group' => :'reportGroup',
141
+ :'visa_checkout_id' => :'visaCheckoutId',
142
+ :'industry_data_type' => :'industryDataType',
143
+ :'authorization_options' => :'authorizationOptions',
144
+ :'capture_options' => :'captureOptions',
145
+ :'recurring_options' => :'recurringOptions',
146
+ :'bank_transfer_options' => :'bankTransferOptions',
147
+ :'purchase_options' => :'purchaseOptions',
148
+ :'electronic_benefits_transfer' => :'electronicBenefitsTransfer',
149
+ :'loan_options' => :'loanOptions',
150
+ :'wallet_type' => :'walletType',
151
+ :'national_net_domestic_data' => :'nationalNetDomesticData',
152
+ :'japan_payment_options' => :'japanPaymentOptions',
153
+ :'mobile_remote_payment_type' => :'mobileRemotePaymentType',
154
+ :'extended_credit_total_count' => :'extendedCreditTotalCount',
155
+ :'network_routing_order' => :'networkRoutingOrder',
156
+ :'pay_by_points_indicator' => :'payByPointsIndicator',
157
+ :'timeout' => :'timeout',
158
+ :'is_return_auth_record_enabled' => :'isReturnAuthRecordEnabled',
159
+ :'network_partner_id' => :'networkPartnerId',
160
+ :'payment_type' => :'paymentType',
161
+ :'enabler_id' => :'enablerId',
162
+ :'processing_instruction' => :'processingInstruction'
163
+ }
164
+ end
165
+
166
+ # Attribute mapping from JSON key to ruby-style variable name.
167
+ def self.json_map
168
+ {
169
+ :'action_list' => :'action_list',
170
+ :'enable_escrow_option' => :'enable_escrow_option',
171
+ :'action_token_types' => :'action_token_types',
172
+ :'bin_source' => :'bin_source',
173
+ :'capture' => :'capture',
174
+ :'processor_id' => :'processor_id',
175
+ :'business_application_id' => :'business_application_id',
176
+ :'commerce_indicator' => :'commerce_indicator',
177
+ :'commerce_indicator_label' => :'commerce_indicator_label',
178
+ :'payment_solution' => :'payment_solution',
179
+ :'reconciliation_id' => :'reconciliation_id',
180
+ :'link_id' => :'link_id',
181
+ :'purchase_level' => :'purchase_level',
182
+ :'transaction_timeout' => :'transaction_timeout',
183
+ :'intents_id' => :'intents_id',
184
+ :'report_group' => :'report_group',
185
+ :'visa_checkout_id' => :'visa_checkout_id',
186
+ :'industry_data_type' => :'industry_data_type',
187
+ :'authorization_options' => :'authorization_options',
188
+ :'capture_options' => :'capture_options',
189
+ :'recurring_options' => :'recurring_options',
190
+ :'bank_transfer_options' => :'bank_transfer_options',
191
+ :'purchase_options' => :'purchase_options',
192
+ :'electronic_benefits_transfer' => :'electronic_benefits_transfer',
193
+ :'loan_options' => :'loan_options',
194
+ :'wallet_type' => :'wallet_type',
195
+ :'national_net_domestic_data' => :'national_net_domestic_data',
196
+ :'japan_payment_options' => :'japan_payment_options',
197
+ :'mobile_remote_payment_type' => :'mobile_remote_payment_type',
198
+ :'extended_credit_total_count' => :'extended_credit_total_count',
199
+ :'network_routing_order' => :'network_routing_order',
200
+ :'pay_by_points_indicator' => :'pay_by_points_indicator',
201
+ :'timeout' => :'timeout',
202
+ :'is_return_auth_record_enabled' => :'is_return_auth_record_enabled',
203
+ :'network_partner_id' => :'network_partner_id',
204
+ :'payment_type' => :'payment_type',
205
+ :'enabler_id' => :'enabler_id',
206
+ :'processing_instruction' => :'processing_instruction'
207
+ }
208
+ end
209
+
210
+ # Attribute type mapping.
211
+ def self.swagger_types
212
+ {
213
+ :'action_list' => :'Array<String>',
214
+ :'enable_escrow_option' => :'BOOLEAN',
215
+ :'action_token_types' => :'Array<String>',
216
+ :'bin_source' => :'String',
217
+ :'capture' => :'BOOLEAN',
218
+ :'processor_id' => :'String',
219
+ :'business_application_id' => :'String',
220
+ :'commerce_indicator' => :'String',
221
+ :'commerce_indicator_label' => :'String',
222
+ :'payment_solution' => :'String',
223
+ :'reconciliation_id' => :'String',
224
+ :'link_id' => :'String',
225
+ :'purchase_level' => :'String',
226
+ :'transaction_timeout' => :'Integer',
227
+ :'intents_id' => :'String',
228
+ :'report_group' => :'String',
229
+ :'visa_checkout_id' => :'String',
230
+ :'industry_data_type' => :'String',
231
+ :'authorization_options' => :'Ptsv2paymentsProcessingInformationAuthorizationOptions',
232
+ :'capture_options' => :'Ptsv2paymentsProcessingInformationCaptureOptions',
233
+ :'recurring_options' => :'Ptsv2paymentsProcessingInformationRecurringOptions',
234
+ :'bank_transfer_options' => :'Ptsv2paymentsProcessingInformationBankTransferOptions',
235
+ :'purchase_options' => :'Ptsv2paymentsProcessingInformationPurchaseOptions',
236
+ :'electronic_benefits_transfer' => :'Ptsv2paymentsProcessingInformationElectronicBenefitsTransfer',
237
+ :'loan_options' => :'Ptsv2paymentsProcessingInformationLoanOptions',
238
+ :'wallet_type' => :'String',
239
+ :'national_net_domestic_data' => :'String',
240
+ :'japan_payment_options' => :'Ptsv2paymentsProcessingInformationJapanPaymentOptions',
241
+ :'mobile_remote_payment_type' => :'String',
242
+ :'extended_credit_total_count' => :'String',
243
+ :'network_routing_order' => :'String',
244
+ :'pay_by_points_indicator' => :'BOOLEAN',
245
+ :'timeout' => :'Integer',
246
+ :'is_return_auth_record_enabled' => :'BOOLEAN',
247
+ :'network_partner_id' => :'String',
248
+ :'payment_type' => :'String',
249
+ :'enabler_id' => :'String',
250
+ :'processing_instruction' => :'String'
251
+ }
252
+ end
253
+
254
+ # Initializes the object
255
+ # @param [Hash] attributes Model attributes in the form of hash
256
+ def initialize(attributes = {})
257
+ return unless attributes.is_a?(Hash)
258
+
259
+ # convert string to symbol for hash key
260
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
261
+
262
+ if attributes.has_key?(:'actionList')
263
+ if (value = attributes[:'actionList']).is_a?(Array)
264
+ self.action_list = value
265
+ end
266
+ end
267
+
268
+ if attributes.has_key?(:'enableEscrowOption')
269
+ self.enable_escrow_option = attributes[:'enableEscrowOption']
270
+ end
271
+
272
+ if attributes.has_key?(:'actionTokenTypes')
273
+ if (value = attributes[:'actionTokenTypes']).is_a?(Array)
274
+ self.action_token_types = value
275
+ end
276
+ end
277
+
278
+ if attributes.has_key?(:'binSource')
279
+ self.bin_source = attributes[:'binSource']
280
+ end
281
+
282
+ if attributes.has_key?(:'capture')
283
+ self.capture = attributes[:'capture']
284
+ else
285
+ self.capture = false
286
+ end
287
+
288
+ if attributes.has_key?(:'processorId')
289
+ self.processor_id = attributes[:'processorId']
290
+ end
291
+
292
+ if attributes.has_key?(:'businessApplicationId')
293
+ self.business_application_id = attributes[:'businessApplicationId']
294
+ end
295
+
296
+ if attributes.has_key?(:'commerceIndicator')
297
+ self.commerce_indicator = attributes[:'commerceIndicator']
298
+ end
299
+
300
+ if attributes.has_key?(:'commerceIndicatorLabel')
301
+ self.commerce_indicator_label = attributes[:'commerceIndicatorLabel']
302
+ end
303
+
304
+ if attributes.has_key?(:'paymentSolution')
305
+ self.payment_solution = attributes[:'paymentSolution']
306
+ end
307
+
308
+ if attributes.has_key?(:'reconciliationId')
309
+ self.reconciliation_id = attributes[:'reconciliationId']
310
+ end
311
+
312
+ if attributes.has_key?(:'linkId')
313
+ self.link_id = attributes[:'linkId']
314
+ end
315
+
316
+ if attributes.has_key?(:'purchaseLevel')
317
+ self.purchase_level = attributes[:'purchaseLevel']
318
+ end
319
+
320
+ if attributes.has_key?(:'transactionTimeout')
321
+ self.transaction_timeout = attributes[:'transactionTimeout']
322
+ end
323
+
324
+ if attributes.has_key?(:'intentsId')
325
+ self.intents_id = attributes[:'intentsId']
326
+ end
327
+
328
+ if attributes.has_key?(:'reportGroup')
329
+ self.report_group = attributes[:'reportGroup']
330
+ end
331
+
332
+ if attributes.has_key?(:'visaCheckoutId')
333
+ self.visa_checkout_id = attributes[:'visaCheckoutId']
334
+ end
335
+
336
+ if attributes.has_key?(:'industryDataType')
337
+ self.industry_data_type = attributes[:'industryDataType']
338
+ end
339
+
340
+ if attributes.has_key?(:'authorizationOptions')
341
+ self.authorization_options = attributes[:'authorizationOptions']
342
+ end
343
+
344
+ if attributes.has_key?(:'captureOptions')
345
+ self.capture_options = attributes[:'captureOptions']
346
+ end
347
+
348
+ if attributes.has_key?(:'recurringOptions')
349
+ self.recurring_options = attributes[:'recurringOptions']
350
+ end
351
+
352
+ if attributes.has_key?(:'bankTransferOptions')
353
+ self.bank_transfer_options = attributes[:'bankTransferOptions']
354
+ end
355
+
356
+ if attributes.has_key?(:'purchaseOptions')
357
+ self.purchase_options = attributes[:'purchaseOptions']
358
+ end
359
+
360
+ if attributes.has_key?(:'electronicBenefitsTransfer')
361
+ self.electronic_benefits_transfer = attributes[:'electronicBenefitsTransfer']
362
+ end
363
+
364
+ if attributes.has_key?(:'loanOptions')
365
+ self.loan_options = attributes[:'loanOptions']
366
+ end
367
+
368
+ if attributes.has_key?(:'walletType')
369
+ self.wallet_type = attributes[:'walletType']
370
+ end
371
+
372
+ if attributes.has_key?(:'nationalNetDomesticData')
373
+ self.national_net_domestic_data = attributes[:'nationalNetDomesticData']
374
+ end
375
+
376
+ if attributes.has_key?(:'japanPaymentOptions')
377
+ self.japan_payment_options = attributes[:'japanPaymentOptions']
378
+ end
379
+
380
+ if attributes.has_key?(:'mobileRemotePaymentType')
381
+ self.mobile_remote_payment_type = attributes[:'mobileRemotePaymentType']
382
+ end
383
+
384
+ if attributes.has_key?(:'extendedCreditTotalCount')
385
+ self.extended_credit_total_count = attributes[:'extendedCreditTotalCount']
386
+ end
387
+
388
+ if attributes.has_key?(:'networkRoutingOrder')
389
+ self.network_routing_order = attributes[:'networkRoutingOrder']
390
+ end
391
+
392
+ if attributes.has_key?(:'payByPointsIndicator')
393
+ self.pay_by_points_indicator = attributes[:'payByPointsIndicator']
394
+ end
395
+
396
+ if attributes.has_key?(:'timeout')
397
+ self.timeout = attributes[:'timeout']
398
+ end
399
+
400
+ if attributes.has_key?(:'isReturnAuthRecordEnabled')
401
+ self.is_return_auth_record_enabled = attributes[:'isReturnAuthRecordEnabled']
402
+ end
403
+
404
+ if attributes.has_key?(:'networkPartnerId')
405
+ self.network_partner_id = attributes[:'networkPartnerId']
406
+ end
407
+
408
+ if attributes.has_key?(:'paymentType')
409
+ self.payment_type = attributes[:'paymentType']
410
+ end
411
+
412
+ if attributes.has_key?(:'enablerId')
413
+ self.enabler_id = attributes[:'enablerId']
414
+ end
415
+
416
+ if attributes.has_key?(:'processingInstruction')
417
+ self.processing_instruction = attributes[:'processingInstruction']
418
+ end
419
+ end
420
+
421
+ # Show invalid properties with the reasons. Usually used together with valid?
422
+ # @return Array for valid properties with the reasons
423
+ def list_invalid_properties
424
+ invalid_properties = Array.new
425
+ invalid_properties
426
+ end
427
+
428
+ # Check to see if the all the properties in the model are valid
429
+ # @return true if the model is valid
430
+ def valid?
431
+ true
432
+ end
433
+
434
+ # Custom attribute writer method with validation
435
+ # @param [Object] processor_id Value to be assigned
436
+ def processor_id=(processor_id)
437
+ @processor_id = processor_id
438
+ end
439
+
440
+ # Custom attribute writer method with validation
441
+ # @param [Object] commerce_indicator Value to be assigned
442
+ def commerce_indicator=(commerce_indicator)
443
+ @commerce_indicator = commerce_indicator
444
+ end
445
+
446
+ # Custom attribute writer method with validation
447
+ # @param [Object] commerce_indicator_label Value to be assigned
448
+ def commerce_indicator_label=(commerce_indicator_label)
449
+ @commerce_indicator_label = commerce_indicator_label
450
+ end
451
+
452
+ # Custom attribute writer method with validation
453
+ # @param [Object] payment_solution Value to be assigned
454
+ def payment_solution=(payment_solution)
455
+ @payment_solution = payment_solution
456
+ end
457
+
458
+ # Custom attribute writer method with validation
459
+ # @param [Object] reconciliation_id Value to be assigned
460
+ def reconciliation_id=(reconciliation_id)
461
+ @reconciliation_id = reconciliation_id
462
+ end
463
+
464
+ # Custom attribute writer method with validation
465
+ # @param [Object] link_id Value to be assigned
466
+ def link_id=(link_id)
467
+ @link_id = link_id
468
+ end
469
+
470
+ # Custom attribute writer method with validation
471
+ # @param [Object] purchase_level Value to be assigned
472
+ def purchase_level=(purchase_level)
473
+ @purchase_level = purchase_level
474
+ end
475
+
476
+ # Custom attribute writer method with validation
477
+ # @param [Object] transaction_timeout Value to be assigned
478
+ def transaction_timeout=(transaction_timeout)
479
+ @transaction_timeout = transaction_timeout
480
+ end
481
+
482
+ # Custom attribute writer method with validation
483
+ # @param [Object] intents_id Value to be assigned
484
+ def intents_id=(intents_id)
485
+ @intents_id = intents_id
486
+ end
487
+
488
+ # Custom attribute writer method with validation
489
+ # @param [Object] report_group Value to be assigned
490
+ def report_group=(report_group)
491
+ @report_group = report_group
492
+ end
493
+
494
+ # Custom attribute writer method with validation
495
+ # @param [Object] visa_checkout_id Value to be assigned
496
+ def visa_checkout_id=(visa_checkout_id)
497
+ @visa_checkout_id = visa_checkout_id
498
+ end
499
+
500
+ # Custom attribute writer method with validation
501
+ # @param [Object] industry_data_type Value to be assigned
502
+ def industry_data_type=(industry_data_type)
503
+ @industry_data_type = industry_data_type
504
+ end
505
+
506
+ # Custom attribute writer method with validation
507
+ # @param [Object] wallet_type Value to be assigned
508
+ def wallet_type=(wallet_type)
509
+ @wallet_type = wallet_type
510
+ end
511
+
512
+ # Custom attribute writer method with validation
513
+ # @param [Object] national_net_domestic_data Value to be assigned
514
+ def national_net_domestic_data=(national_net_domestic_data)
515
+ @national_net_domestic_data = national_net_domestic_data
516
+ end
517
+
518
+ # Custom attribute writer method with validation
519
+ # @param [Object] mobile_remote_payment_type Value to be assigned
520
+ def mobile_remote_payment_type=(mobile_remote_payment_type)
521
+ @mobile_remote_payment_type = mobile_remote_payment_type
522
+ end
523
+
524
+ # Custom attribute writer method with validation
525
+ # @param [Object] extended_credit_total_count Value to be assigned
526
+ def extended_credit_total_count=(extended_credit_total_count)
527
+ @extended_credit_total_count = extended_credit_total_count
528
+ end
529
+
530
+ # Custom attribute writer method with validation
531
+ # @param [Object] network_routing_order Value to be assigned
532
+ def network_routing_order=(network_routing_order)
533
+ @network_routing_order = network_routing_order
534
+ end
535
+
536
+ # Custom attribute writer method with validation
537
+ # @param [Object] network_partner_id Value to be assigned
538
+ def network_partner_id=(network_partner_id)
539
+ @network_partner_id = network_partner_id
540
+ end
541
+
542
+ # Custom attribute writer method with validation
543
+ # @param [Object] payment_type Value to be assigned
544
+ def payment_type=(payment_type)
545
+ @payment_type = payment_type
546
+ end
547
+
548
+ # Custom attribute writer method with validation
549
+ # @param [Object] enabler_id Value to be assigned
550
+ def enabler_id=(enabler_id)
551
+ @enabler_id = enabler_id
552
+ end
553
+
554
+ # Custom attribute writer method with validation
555
+ # @param [Object] processing_instruction Value to be assigned
556
+ def processing_instruction=(processing_instruction)
557
+ @processing_instruction = processing_instruction
558
+ end
559
+
560
+ # Checks equality by comparing each attribute.
561
+ # @param [Object] Object to be compared
562
+ def ==(o)
563
+ return true if self.equal?(o)
564
+ self.class == o.class &&
565
+ action_list == o.action_list &&
566
+ enable_escrow_option == o.enable_escrow_option &&
567
+ action_token_types == o.action_token_types &&
568
+ bin_source == o.bin_source &&
569
+ capture == o.capture &&
570
+ processor_id == o.processor_id &&
571
+ business_application_id == o.business_application_id &&
572
+ commerce_indicator == o.commerce_indicator &&
573
+ commerce_indicator_label == o.commerce_indicator_label &&
574
+ payment_solution == o.payment_solution &&
575
+ reconciliation_id == o.reconciliation_id &&
576
+ link_id == o.link_id &&
577
+ purchase_level == o.purchase_level &&
578
+ transaction_timeout == o.transaction_timeout &&
579
+ intents_id == o.intents_id &&
580
+ report_group == o.report_group &&
581
+ visa_checkout_id == o.visa_checkout_id &&
582
+ industry_data_type == o.industry_data_type &&
583
+ authorization_options == o.authorization_options &&
584
+ capture_options == o.capture_options &&
585
+ recurring_options == o.recurring_options &&
586
+ bank_transfer_options == o.bank_transfer_options &&
587
+ purchase_options == o.purchase_options &&
588
+ electronic_benefits_transfer == o.electronic_benefits_transfer &&
589
+ loan_options == o.loan_options &&
590
+ wallet_type == o.wallet_type &&
591
+ national_net_domestic_data == o.national_net_domestic_data &&
592
+ japan_payment_options == o.japan_payment_options &&
593
+ mobile_remote_payment_type == o.mobile_remote_payment_type &&
594
+ extended_credit_total_count == o.extended_credit_total_count &&
595
+ network_routing_order == o.network_routing_order &&
596
+ pay_by_points_indicator == o.pay_by_points_indicator &&
597
+ timeout == o.timeout &&
598
+ is_return_auth_record_enabled == o.is_return_auth_record_enabled &&
599
+ network_partner_id == o.network_partner_id &&
600
+ payment_type == o.payment_type &&
601
+ enabler_id == o.enabler_id &&
602
+ processing_instruction == o.processing_instruction
603
+ end
604
+
605
+ # @see the `==` method
606
+ # @param [Object] Object to be compared
607
+ def eql?(o)
608
+ self == o
609
+ end
610
+
611
+ # Calculates hash code according to all attributes.
612
+ # @return [Fixnum] Hash code
613
+ def hash
614
+ [action_list, enable_escrow_option, action_token_types, bin_source, capture, processor_id, business_application_id, commerce_indicator, commerce_indicator_label, payment_solution, reconciliation_id, link_id, purchase_level, transaction_timeout, intents_id, report_group, visa_checkout_id, industry_data_type, authorization_options, capture_options, recurring_options, bank_transfer_options, purchase_options, electronic_benefits_transfer, loan_options, wallet_type, national_net_domestic_data, japan_payment_options, mobile_remote_payment_type, extended_credit_total_count, network_routing_order, pay_by_points_indicator, timeout, is_return_auth_record_enabled, network_partner_id, payment_type, enabler_id, processing_instruction].hash
615
+ end
616
+
617
+ # Builds the object from hash
618
+ # @param [Hash] attributes Model attributes in the form of hash
619
+ # @return [Object] Returns the model itself
620
+ def build_from_hash(attributes)
621
+ return nil unless attributes.is_a?(Hash)
622
+ self.class.swagger_types.each_pair do |key, type|
623
+ if type =~ /\AArray<(.*)>/i
624
+ # check to ensure the input is an array given that the the attribute
625
+ # is documented as an array but the input is not
626
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
627
+ self.send("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
628
+ end
629
+ elsif !attributes[self.class.attribute_map[key]].nil?
630
+ self.send("#{self.class.json_map[key]}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
631
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
632
+ end
633
+
634
+ self
635
+ end
636
+
637
+ # Deserializes the data based on type
638
+ # @param string type Data type
639
+ # @param string value Value to be deserialized
640
+ # @return [Object] Deserialized data
641
+ def _deserialize(type, value)
642
+ case type.to_sym
643
+ when :DateTime
644
+ DateTime.parse(value)
645
+ when :Date
646
+ Date.parse(value)
647
+ when :String
648
+ value.to_s
649
+ when :Integer
650
+ value.to_i
651
+ when :Float
652
+ value.to_f
653
+ when :BOOLEAN
654
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
655
+ true
656
+ else
657
+ false
658
+ end
659
+ when :Object
660
+ # generic object (usually a Hash), return directly
661
+ value
662
+ when /\AArray<(?<inner_type>.+)>\z/
663
+ inner_type = Regexp.last_match[:inner_type]
664
+ value.map { |v| _deserialize(inner_type, v) }
665
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
666
+ k_type = Regexp.last_match[:k_type]
667
+ v_type = Regexp.last_match[:v_type]
668
+ {}.tap do |hash|
669
+ value.each do |k, v|
670
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
671
+ end
672
+ end
673
+ else # model
674
+ temp_model = CyberSource.const_get(type).new
675
+ temp_model.build_from_hash(value)
676
+ end
677
+ end
678
+
679
+ # Returns the string representation of the object
680
+ # @return [String] String presentation of the object
681
+ def to_s
682
+ to_hash.to_s
683
+ end
684
+
685
+ # to_body is an alias to to_hash (backward compatibility)
686
+ # @return [Hash] Returns the object in the form of hash
687
+ def to_body
688
+ to_hash
689
+ end
690
+
691
+ # Returns the object in the form of hash
692
+ # @return [Hash] Returns the object in the form of hash
693
+ def to_hash
694
+ hash = {}
695
+ self.class.attribute_map.each_pair do |attr, param|
696
+ value = self.send(attr)
697
+ next if value.nil?
698
+ hash[param] = _to_hash(value)
699
+ end
700
+ hash
701
+ end
702
+
703
+ # Outputs non-array value in the form of hash
704
+ # For object, use to_hash. Otherwise, just return the value
705
+ # @param [Object] value Any valid value
706
+ # @return [Hash] Returns the value in the form of hash
707
+ def _to_hash(value)
708
+ if value.is_a?(Array)
709
+ value.compact.map { |v| _to_hash(v) }
710
+ elsif value.is_a?(Hash)
711
+ {}.tap do |hash|
712
+ value.each { |k, v| hash[k] = _to_hash(v) }
713
+ end
714
+ elsif value.respond_to? :to_hash
715
+ value.to_hash
716
+ else
717
+ value
718
+ end
719
+ end
720
+ end
721
+ end