first_data_gateway 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (727) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/docs/ACSResponse.md +17 -0
  4. data/docs/AccessTokenRequest.md +21 -0
  5. data/docs/AccessTokenResponse.md +13 -5
  6. data/docs/AdditionalDetails.md +7 -1
  7. data/docs/AuthenticationApi.md +5 -3
  8. data/docs/AuthenticationRequest.md +17 -0
  9. data/docs/AuthenticationResult.md +17 -0
  10. data/docs/AuthenticationUpdateRequest.md +21 -0
  11. data/docs/Background.md +23 -0
  12. data/docs/BackgroundColor.md +21 -0
  13. data/docs/Body.md +17 -0
  14. data/docs/Borders.md +17 -0
  15. data/docs/BrandingStyleConfigurationRequest.md +17 -0
  16. data/docs/BrandingStyleConfigurationResponse.md +23 -0
  17. data/docs/BrandingStyleConfigurationResult.md +19 -0
  18. data/docs/Button.md +19 -0
  19. data/docs/ClassicMode.md +35 -0
  20. data/docs/ClearingDetails.md +25 -0
  21. data/docs/ClearingElement.md +21 -0
  22. data/docs/CombinedMode.md +23 -0
  23. data/docs/{Secure3dAuthenticationRequest.md → ConnectMode.md} +2 -2
  24. data/docs/Content.md +17 -0
  25. data/docs/DeleteBrandingStyleConfigurationResponse.md +25 -0
  26. data/docs/EndpointResponse.md +21 -0
  27. data/docs/Expiration.md +1 -1
  28. data/docs/FontFace.md +16 -0
  29. data/docs/FontProperties.md +23 -0
  30. data/docs/FontWeight.md +16 -0
  31. data/docs/Footer.md +17 -0
  32. data/docs/Header.md +17 -0
  33. data/docs/Hover.md +17 -0
  34. data/docs/IndustrySpecificExtensions.md +3 -1
  35. data/docs/InitiateClearingResponse.md +27 -0
  36. data/docs/InitiateClearingResponseAllOf.md +21 -0
  37. data/docs/Logo.md +21 -0
  38. data/docs/Mcc6012.md +27 -0
  39. data/docs/Mobile.md +19 -0
  40. data/docs/MobileHeaderArea.md +17 -0
  41. data/docs/PaymentApi.md +4 -4
  42. data/docs/PaymentCard.md +0 -2
  43. data/docs/PaymentCardPreAuthTransaction.md +5 -1
  44. data/docs/PaymentCardPreAuthTransactionAllOf.md +5 -1
  45. data/docs/PaymentCardSaleTransaction.md +5 -1
  46. data/docs/PaymentCardSaleTransactionAllOf.md +5 -1
  47. data/docs/PaymentTokenApi.md +66 -0
  48. data/docs/PaymentTokenPreAuthTransaction.md +5 -1
  49. data/docs/PaymentTokenPreAuthTransactionAllOf.md +5 -1
  50. data/docs/PaymentTokenSaleTransaction.md +5 -1
  51. data/docs/PaymentTokenSaleTransactionAllOf.md +5 -1
  52. data/docs/PaymentUrlRequest.md +1 -1
  53. data/docs/Primary.md +17 -0
  54. data/docs/Properties.md +25 -0
  55. data/docs/SecondaryTransaction.md +3 -1
  56. data/docs/Secure3D10AuthenticationRequest.md +16 -0
  57. data/docs/{Secure3dAuthenticationVerificationRequest.md → Secure3D10AuthenticationUpdateRequest.md} +5 -3
  58. data/docs/{Secure3dAuthenticationVerificationRequestAllOf.md → Secure3D10AuthenticationUpdateRequestAllOf.md} +5 -3
  59. data/docs/Secure3D21AuthenticationRequest.md +23 -0
  60. data/docs/Secure3D21AuthenticationRequestAllOf.md +23 -0
  61. data/docs/Secure3D21AuthenticationResult.md +1 -1
  62. data/docs/Secure3D21AuthenticationResultAllOf.md +1 -1
  63. data/docs/Secure3D21AuthenticationUpdateRequest.md +19 -0
  64. data/docs/Secure3D21AuthenticationUpdateRequestAllOf.md +19 -0
  65. data/docs/Secure3DAuthenticationResponse.md +23 -0
  66. data/docs/Secure3DAuthenticationResponseParams.md +27 -0
  67. data/docs/Secure3DAuthenticationResponseSecure3dMethod.md +35 -0
  68. data/docs/StoreBrandingStyleConfiguration.md +21 -0
  69. data/docs/StoredCredential.md +1 -1
  70. data/docs/Text.md +19 -0
  71. data/docs/Title.md +17 -0
  72. data/docs/TopBar.md +17 -0
  73. data/docs/TransactionErrorResponse.md +2 -2
  74. data/docs/TransactionResponse.md +2 -2
  75. data/docs/UnionPayAuthenticationUpdateRequest.md +19 -0
  76. data/docs/UnionPayAuthenticationUpdateRequestAllOf.md +19 -0
  77. data/first_data_gateway.gemspec +1 -2
  78. data/lib/openapi_client/api/authentication_api.rb +13 -5
  79. data/lib/openapi_client/api/card_info_lookup_api.rb +1 -1
  80. data/lib/openapi_client/api/card_verification_api.rb +1 -1
  81. data/lib/openapi_client/api/currency_conversion_api.rb +1 -1
  82. data/lib/openapi_client/api/fraud_detect_api.rb +1 -1
  83. data/lib/openapi_client/api/order_api.rb +1 -1
  84. data/lib/openapi_client/api/payment_api.rb +10 -10
  85. data/lib/openapi_client/api/payment_schedules_api.rb +1 -1
  86. data/lib/openapi_client/api/payment_token_api.rb +108 -1
  87. data/lib/openapi_client/api/payment_url_api.rb +1 -1
  88. data/lib/openapi_client/api_client.rb +1 -1
  89. data/lib/openapi_client/api_error.rb +1 -1
  90. data/lib/openapi_client/configuration.rb +1 -2
  91. data/lib/openapi_client/models/access_token_request.rb +233 -0
  92. data/lib/openapi_client/models/access_token_response.rb +61 -55
  93. data/lib/openapi_client/models/account_updater_response.rb +1 -1
  94. data/lib/openapi_client/models/acs_response.rb +198 -0
  95. data/lib/openapi_client/models/additional_amount_rate.rb +1 -1
  96. data/lib/openapi_client/models/additional_details.rb +87 -5
  97. data/lib/openapi_client/models/additional_transaction_details.rb +1 -1
  98. data/lib/openapi_client/models/address.rb +1 -1
  99. data/lib/openapi_client/models/airline.rb +1 -1
  100. data/lib/openapi_client/models/airline_ancillary_service_category.rb +1 -1
  101. data/lib/openapi_client/models/airline_travel_route.rb +1 -1
  102. data/lib/openapi_client/models/ali_pay.rb +1 -1
  103. data/lib/openapi_client/models/ali_pay_payment_method.rb +1 -1
  104. data/lib/openapi_client/models/ali_pay_payment_method_all_of.rb +1 -1
  105. data/lib/openapi_client/models/ali_pay_sale_transaction.rb +1 -1
  106. data/lib/openapi_client/models/ali_pay_sale_transaction_all_of.rb +1 -1
  107. data/lib/openapi_client/models/amount.rb +1 -1
  108. data/lib/openapi_client/models/amount_components.rb +1 -1
  109. data/lib/openapi_client/models/{authentication.rb → authentication_request.rb} +16 -16
  110. data/lib/openapi_client/models/authentication_result.rb +208 -0
  111. data/lib/openapi_client/models/{authentication_verification_request.rb → authentication_update_request.rb} +17 -27
  112. data/lib/openapi_client/models/avs_response.rb +1 -1
  113. data/lib/openapi_client/models/{authentication_redirect_params.rb → background.rb} +33 -27
  114. data/lib/openapi_client/models/background_color.rb +215 -0
  115. data/lib/openapi_client/models/bancontact_qr.rb +1 -1
  116. data/lib/openapi_client/models/basic_response.rb +1 -1
  117. data/lib/openapi_client/models/billing.rb +1 -1
  118. data/lib/openapi_client/models/billing_address.rb +1 -1
  119. data/lib/openapi_client/models/block_card.rb +1 -1
  120. data/lib/openapi_client/models/block_domain.rb +1 -1
  121. data/lib/openapi_client/models/block_ip_address.rb +1 -1
  122. data/lib/openapi_client/models/block_name.rb +1 -1
  123. data/lib/openapi_client/models/blocked_card_number.rb +1 -1
  124. data/lib/openapi_client/models/blocked_items.rb +1 -1
  125. data/lib/openapi_client/models/body.rb +214 -0
  126. data/lib/openapi_client/models/borders.rb +214 -0
  127. data/lib/openapi_client/models/{secure3d_authentication_request_all_of.rb → branding_style_configuration_request.rb} +14 -12
  128. data/lib/openapi_client/models/branding_style_configuration_response.rb +234 -0
  129. data/lib/openapi_client/models/branding_style_configuration_result.rb +207 -0
  130. data/lib/openapi_client/models/button.rb +206 -0
  131. data/lib/openapi_client/models/car_rental.rb +1 -1
  132. data/lib/openapi_client/models/car_rental_extra_charges.rb +1 -1
  133. data/lib/openapi_client/models/card.rb +1 -1
  134. data/lib/openapi_client/models/card_function.rb +1 -1
  135. data/lib/openapi_client/models/card_info.rb +1 -1
  136. data/lib/openapi_client/models/card_info_lookup_request.rb +1 -1
  137. data/lib/openapi_client/models/card_info_lookup_response.rb +1 -1
  138. data/lib/openapi_client/models/card_verification_request.rb +1 -1
  139. data/lib/openapi_client/models/china_domestic.rb +1 -1
  140. data/lib/openapi_client/models/china_domestic_payment_method.rb +1 -1
  141. data/lib/openapi_client/models/china_domestic_payment_method_all_of.rb +1 -1
  142. data/lib/openapi_client/models/china_pn_r_sale_transaction.rb +1 -1
  143. data/lib/openapi_client/models/china_pn_r_sale_transaction_all_of.rb +1 -1
  144. data/lib/openapi_client/models/classic_mode.rb +278 -0
  145. data/lib/openapi_client/models/clearing_details.rb +329 -0
  146. data/lib/openapi_client/models/clearing_element.rb +218 -0
  147. data/lib/openapi_client/models/client_locale.rb +1 -1
  148. data/lib/openapi_client/models/client_registration.rb +1 -1
  149. data/lib/openapi_client/models/combined_mode.rb +224 -0
  150. data/lib/openapi_client/models/connect_mode.rb +36 -0
  151. data/lib/openapi_client/models/contact.rb +1 -1
  152. data/lib/openapi_client/models/content.rb +214 -0
  153. data/lib/openapi_client/models/country_profile.rb +1 -1
  154. data/lib/openapi_client/models/create_payment_token.rb +1 -1
  155. data/lib/openapi_client/models/currency_conversion.rb +1 -1
  156. data/lib/openapi_client/models/customer.rb +1 -1
  157. data/lib/openapi_client/models/customer_address.rb +1 -1
  158. data/lib/openapi_client/models/dcc.rb +1 -1
  159. data/lib/openapi_client/models/dcc_all_of.rb +1 -1
  160. data/lib/openapi_client/models/dcc_exchange_rate_request.rb +1 -1
  161. data/lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb +1 -1
  162. data/lib/openapi_client/models/decrypted_apple_pay.rb +1 -1
  163. data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb +1 -1
  164. data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb +1 -1
  165. data/lib/openapi_client/models/decrypted_google_pay.rb +1 -1
  166. data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb +1 -1
  167. data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb +1 -1
  168. data/lib/openapi_client/models/decrypted_samsung_pay.rb +1 -1
  169. data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb +1 -1
  170. data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb +1 -1
  171. data/lib/openapi_client/models/{void_transaction_all_of.rb → delete_branding_style_configuration_response.rb} +46 -35
  172. data/lib/openapi_client/models/device.rb +1 -1
  173. data/lib/openapi_client/models/disbursement.rb +1 -1
  174. data/lib/openapi_client/models/disbursement_transaction_type.rb +1 -1
  175. data/lib/openapi_client/models/disbursement_transaction_type_all_of.rb +1 -1
  176. data/lib/openapi_client/models/document.rb +1 -1
  177. data/lib/openapi_client/models/dynamic_pricing.rb +1 -1
  178. data/lib/openapi_client/models/dynamic_pricing_all_of.rb +1 -1
  179. data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request.rb +1 -1
  180. data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request_all_of.rb +1 -1
  181. data/lib/openapi_client/models/encrypted_apple_pay.rb +1 -1
  182. data/lib/openapi_client/models/encrypted_apple_pay_header.rb +1 -1
  183. data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method.rb +14 -14
  184. data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method_all_of.rb +14 -14
  185. data/lib/openapi_client/models/encrypted_google_pay.rb +1 -1
  186. data/lib/openapi_client/models/encrypted_google_pay_data.rb +1 -1
  187. data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method.rb +1 -1
  188. data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of.rb +1 -1
  189. data/lib/openapi_client/models/encrypted_samsung_pay.rb +1 -1
  190. data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method.rb +1 -1
  191. data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of.rb +1 -1
  192. data/lib/openapi_client/models/endpoint_response.rb +252 -0
  193. data/lib/openapi_client/models/error.rb +1 -1
  194. data/lib/openapi_client/models/error_details.rb +1 -1
  195. data/lib/openapi_client/models/error_message.rb +1 -1
  196. data/lib/openapi_client/models/error_response.rb +1 -1
  197. data/lib/openapi_client/models/exchange_rate_request.rb +1 -1
  198. data/lib/openapi_client/models/exchange_rate_response.rb +1 -1
  199. data/lib/openapi_client/models/expiration.rb +11 -11
  200. data/lib/openapi_client/models/font_face.rb +39 -0
  201. data/lib/openapi_client/models/font_properties.rb +243 -0
  202. data/lib/openapi_client/models/font_weight.rb +36 -0
  203. data/lib/openapi_client/models/footer.rb +214 -0
  204. data/lib/openapi_client/models/fraud_address.rb +1 -1
  205. data/lib/openapi_client/models/fraud_order.rb +1 -1
  206. data/lib/openapi_client/models/fraud_order_items.rb +1 -1
  207. data/lib/openapi_client/models/fraud_registration.rb +1 -1
  208. data/lib/openapi_client/models/fraud_registration_card.rb +1 -1
  209. data/lib/openapi_client/models/fraud_registration_device.rb +1 -1
  210. data/lib/openapi_client/models/fraud_registration_device_items.rb +1 -1
  211. data/lib/openapi_client/models/fraud_registration_error.rb +1 -1
  212. data/lib/openapi_client/models/fraud_registration_response.rb +1 -1
  213. data/lib/openapi_client/models/fraud_score.rb +1 -1
  214. data/lib/openapi_client/models/fraud_settings.rb +1 -1
  215. data/lib/openapi_client/models/fraud_settings_response.rb +1 -1
  216. data/lib/openapi_client/models/frequency.rb +1 -1
  217. data/lib/openapi_client/models/funding_transaction_type.rb +1 -1
  218. data/lib/openapi_client/models/funding_transaction_type_all_of.rb +1 -1
  219. data/lib/openapi_client/models/header.rb +214 -0
  220. data/lib/openapi_client/models/hover.rb +214 -0
  221. data/lib/openapi_client/models/industry_specific_extensions.rb +14 -5
  222. data/lib/openapi_client/models/initiate_clearing_response.rb +289 -0
  223. data/lib/openapi_client/models/initiate_clearing_response_all_of.rb +281 -0
  224. data/lib/openapi_client/models/installment_options.rb +1 -1
  225. data/lib/openapi_client/models/issuer_response.rb +1 -1
  226. data/lib/openapi_client/models/items.rb +1 -1
  227. data/lib/openapi_client/models/location.rb +1 -1
  228. data/lib/openapi_client/models/lockout_time.rb +1 -1
  229. data/lib/openapi_client/models/lodging.rb +1 -1
  230. data/lib/openapi_client/models/lodging_extra_charges.rb +1 -1
  231. data/lib/openapi_client/models/logo.rb +267 -0
  232. data/lib/openapi_client/models/loyalty.rb +1 -1
  233. data/lib/openapi_client/models/maximum_purchase_amount.rb +1 -1
  234. data/lib/openapi_client/models/mcc6012.rb +338 -0
  235. data/lib/openapi_client/models/merchant.rb +1 -1
  236. data/lib/openapi_client/models/method.rb +1 -1
  237. data/lib/openapi_client/models/mobile.rb +207 -0
  238. data/lib/openapi_client/models/mobile_header_area.rb +214 -0
  239. data/lib/openapi_client/models/order.rb +1 -1
  240. data/lib/openapi_client/models/order_error_response.rb +1 -1
  241. data/lib/openapi_client/models/order_response.rb +1 -1
  242. data/lib/openapi_client/models/pay_pal.rb +1 -1
  243. data/lib/openapi_client/models/pay_pal_payment_method.rb +1 -1
  244. data/lib/openapi_client/models/pay_pal_payment_method_all_of.rb +1 -1
  245. data/lib/openapi_client/models/payment.rb +1 -1
  246. data/lib/openapi_client/models/payment_card.rb +2 -11
  247. data/lib/openapi_client/models/payment_card_credit_transaction.rb +1 -1
  248. data/lib/openapi_client/models/payment_card_disbursement_transaction.rb +1 -1
  249. data/lib/openapi_client/models/payment_card_disbursement_transaction_all_of.rb +1 -1
  250. data/lib/openapi_client/models/payment_card_forced_ticket_transaction.rb +1 -1
  251. data/lib/openapi_client/models/payment_card_forced_ticket_transaction_all_of.rb +1 -1
  252. data/lib/openapi_client/models/payment_card_payer_auth_transaction.rb +1 -1
  253. data/lib/openapi_client/models/payment_card_payer_auth_transaction_all_of.rb +1 -1
  254. data/lib/openapi_client/models/payment_card_payment_method.rb +1 -1
  255. data/lib/openapi_client/models/payment_card_payment_method_all_of.rb +1 -1
  256. data/lib/openapi_client/models/payment_card_payment_tokenization_request.rb +1 -1
  257. data/lib/openapi_client/models/payment_card_payment_tokenization_request_all_of.rb +1 -1
  258. data/lib/openapi_client/models/payment_card_pre_auth_transaction.rb +23 -5
  259. data/lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb +23 -5
  260. data/lib/openapi_client/models/payment_card_sale_transaction.rb +23 -5
  261. data/lib/openapi_client/models/payment_card_sale_transaction_all_of.rb +23 -5
  262. data/lib/openapi_client/models/payment_device.rb +1 -1
  263. data/lib/openapi_client/models/payment_device_credit_transaction.rb +1 -1
  264. data/lib/openapi_client/models/payment_device_credit_transaction_all_of.rb +1 -1
  265. data/lib/openapi_client/models/payment_device_disbursement_transaction.rb +1 -1
  266. data/lib/openapi_client/models/payment_device_disbursement_transaction_all_of.rb +1 -1
  267. data/lib/openapi_client/models/payment_device_payment_method.rb +1 -1
  268. data/lib/openapi_client/models/payment_device_payment_method_all_of.rb +1 -1
  269. data/lib/openapi_client/models/payment_device_payment_tokenization_request.rb +1 -1
  270. data/lib/openapi_client/models/payment_device_payment_tokenization_request_all_of.rb +1 -1
  271. data/lib/openapi_client/models/payment_device_pre_auth_transaction.rb +1 -1
  272. data/lib/openapi_client/models/payment_device_pre_auth_transaction_all_of.rb +1 -1
  273. data/lib/openapi_client/models/payment_device_sale_transaction.rb +1 -1
  274. data/lib/openapi_client/models/payment_device_sale_transaction_all_of.rb +1 -1
  275. data/lib/openapi_client/models/payment_facilitator.rb +1 -1
  276. data/lib/openapi_client/models/payment_method_details.rb +1 -1
  277. data/lib/openapi_client/models/payment_method_payment_schedules_request.rb +1 -1
  278. data/lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb +1 -1
  279. data/lib/openapi_client/models/payment_method_type.rb +1 -1
  280. data/lib/openapi_client/models/payment_registration.rb +1 -1
  281. data/lib/openapi_client/models/payment_schedules_error_response.rb +1 -1
  282. data/lib/openapi_client/models/payment_schedules_request.rb +1 -1
  283. data/lib/openapi_client/models/payment_schedules_response.rb +1 -1
  284. data/lib/openapi_client/models/payment_token_credit_transaction.rb +1 -1
  285. data/lib/openapi_client/models/payment_token_credit_transaction_all_of.rb +1 -1
  286. data/lib/openapi_client/models/payment_token_details.rb +1 -1
  287. data/lib/openapi_client/models/payment_token_details_all_of.rb +1 -1
  288. data/lib/openapi_client/models/payment_token_disbursement_transaction.rb +1 -1
  289. data/lib/openapi_client/models/payment_token_disbursement_transaction_all_of.rb +1 -1
  290. data/lib/openapi_client/models/payment_token_payment_method.rb +1 -1
  291. data/lib/openapi_client/models/payment_token_payment_method_all_of.rb +1 -1
  292. data/lib/openapi_client/models/payment_token_pre_auth_transaction.rb +23 -5
  293. data/lib/openapi_client/models/payment_token_pre_auth_transaction_all_of.rb +23 -5
  294. data/lib/openapi_client/models/payment_token_sale_transaction.rb +23 -5
  295. data/lib/openapi_client/models/payment_token_sale_transaction_all_of.rb +23 -5
  296. data/lib/openapi_client/models/payment_tokenization_error_response.rb +1 -1
  297. data/lib/openapi_client/models/payment_tokenization_request.rb +1 -1
  298. data/lib/openapi_client/models/payment_tokenization_response.rb +1 -1
  299. data/lib/openapi_client/models/payment_url_detail.rb +1 -1
  300. data/lib/openapi_client/models/payment_url_detail_response.rb +1 -1
  301. data/lib/openapi_client/models/payment_url_error_response.rb +1 -1
  302. data/lib/openapi_client/models/payment_url_request.rb +1 -1
  303. data/lib/openapi_client/models/payment_url_response.rb +1 -1
  304. data/lib/openapi_client/models/payment_url_status.rb +1 -1
  305. data/lib/openapi_client/models/paypal_credit_transaction.rb +1 -1
  306. data/lib/openapi_client/models/paypal_credit_transaction_all_of.rb +1 -1
  307. data/lib/openapi_client/models/phone.rb +1 -1
  308. data/lib/openapi_client/models/post_auth_transaction.rb +11 -2
  309. data/lib/openapi_client/models/post_auth_transaction_all_of.rb +11 -2
  310. data/lib/openapi_client/models/primary.rb +214 -0
  311. data/lib/openapi_client/models/primary_transaction.rb +1 -1
  312. data/lib/openapi_client/models/processor_data.rb +1 -1
  313. data/lib/openapi_client/models/properties.rb +270 -0
  314. data/lib/openapi_client/models/purchase_cards.rb +1 -1
  315. data/lib/openapi_client/models/purchase_cards_level2.rb +1 -1
  316. data/lib/openapi_client/models/purchase_cards_level3.rb +1 -1
  317. data/lib/openapi_client/models/purchase_cards_level3_line_items.rb +1 -1
  318. data/lib/openapi_client/models/receiver_info.rb +39 -30
  319. data/lib/openapi_client/models/recurring_payment_details.rb +1 -1
  320. data/lib/openapi_client/models/recurring_payment_details_response.rb +1 -1
  321. data/lib/openapi_client/models/referenced_order_payment_schedules_request.rb +1 -1
  322. data/lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb +1 -1
  323. data/lib/openapi_client/models/referenced_order_payment_tokenization_request.rb +1 -1
  324. data/lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb +1 -1
  325. data/lib/openapi_client/models/registration_method.rb +1 -1
  326. data/lib/openapi_client/models/remove_fraud_blocked_items_response.rb +1 -1
  327. data/lib/openapi_client/models/response_amount_components.rb +1 -1
  328. data/lib/openapi_client/models/response_amount_components_all_of.rb +1 -1
  329. data/lib/openapi_client/models/response_type.rb +1 -1
  330. data/lib/openapi_client/models/return_transaction.rb +11 -2
  331. data/lib/openapi_client/models/return_transaction_all_of.rb +11 -2
  332. data/lib/openapi_client/models/score_only_request.rb +1 -1
  333. data/lib/openapi_client/models/score_only_response.rb +1 -1
  334. data/lib/openapi_client/models/score_only_response_fraud_score.rb +3 -13
  335. data/lib/openapi_client/models/score_only_response_fraud_score_explanations.rb +1 -1
  336. data/lib/openapi_client/models/secondary_transaction.rb +14 -5
  337. data/lib/openapi_client/models/{secure3d_authentication_request.rb → secure3_d10_authentication_request.rb} +14 -14
  338. data/lib/openapi_client/models/secure3_d10_authentication_result.rb +11 -11
  339. data/lib/openapi_client/models/secure3_d10_authentication_result_all_of.rb +9 -9
  340. data/lib/openapi_client/models/{secure3d_authentication_verification_request.rb → secure3_d10_authentication_update_request.rb} +28 -28
  341. data/lib/openapi_client/models/{secure3d_authentication_verification_request_all_of.rb → secure3_d10_authentication_update_request_all_of.rb} +25 -25
  342. data/lib/openapi_client/models/secure3_d21_authentication_request.rb +298 -0
  343. data/lib/openapi_client/models/secure3_d21_authentication_request_all_of.rb +285 -0
  344. data/lib/openapi_client/models/secure3_d21_authentication_result.rb +12 -12
  345. data/lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb +10 -10
  346. data/lib/openapi_client/models/secure3_d21_authentication_update_request.rb +297 -0
  347. data/lib/openapi_client/models/secure3_d21_authentication_update_request_all_of.rb +284 -0
  348. data/lib/openapi_client/models/{authentication_redirect.rb → secure3_d_authentication_response.rb} +39 -18
  349. data/lib/openapi_client/models/secure3_d_authentication_response_params.rb +248 -0
  350. data/lib/openapi_client/models/secure3_d_authentication_response_secure3d_method.rb +208 -0
  351. data/lib/openapi_client/models/secure3d_response.rb +1 -1
  352. data/lib/openapi_client/models/sender_info.rb +39 -30
  353. data/lib/openapi_client/models/sepa.rb +1 -1
  354. data/lib/openapi_client/models/sepa_mandate.rb +1 -1
  355. data/lib/openapi_client/models/sepa_payment_method.rb +1 -1
  356. data/lib/openapi_client/models/sepa_payment_method_all_of.rb +1 -1
  357. data/lib/openapi_client/models/sepa_sale_transaction.rb +1 -1
  358. data/lib/openapi_client/models/sepa_sale_transaction_all_of.rb +1 -1
  359. data/lib/openapi_client/models/shared_secret_configuration_request.rb +1 -1
  360. data/lib/openapi_client/models/shared_secret_configuration_response.rb +1 -1
  361. data/lib/openapi_client/models/ship_to_address.rb +1 -1
  362. data/lib/openapi_client/models/shipping.rb +1 -1
  363. data/lib/openapi_client/models/soft_descriptor.rb +1 -1
  364. data/lib/openapi_client/models/split_shipment.rb +1 -1
  365. data/lib/openapi_client/models/store_branding_style_configuration.rb +220 -0
  366. data/lib/openapi_client/models/store_fraud_settings.rb +1 -1
  367. data/lib/openapi_client/models/store_fraud_settings_result.rb +1 -1
  368. data/lib/openapi_client/models/store_url_configuration.rb +1 -1
  369. data/lib/openapi_client/models/store_url_configuration_request.rb +1 -1
  370. data/lib/openapi_client/models/store_url_configuration_response.rb +1 -1
  371. data/lib/openapi_client/models/store_url_configuration_result.rb +1 -1
  372. data/lib/openapi_client/models/stored_credential.rb +7 -7
  373. data/lib/openapi_client/models/sub_merchant_data.rb +1 -1
  374. data/lib/openapi_client/models/sub_merchant_split.rb +1 -1
  375. data/lib/openapi_client/models/text.rb +206 -0
  376. data/lib/openapi_client/models/title.rb +214 -0
  377. data/lib/openapi_client/models/token_identifier.rb +1 -1
  378. data/lib/openapi_client/models/top_bar.rb +214 -0
  379. data/lib/openapi_client/models/transaction_error_response.rb +8 -8
  380. data/lib/openapi_client/models/transaction_origin.rb +1 -1
  381. data/lib/openapi_client/models/transaction_response.rb +8 -8
  382. data/lib/openapi_client/models/transaction_type.rb +1 -1
  383. data/lib/openapi_client/models/union_pay_authentication_request.rb +10 -10
  384. data/lib/openapi_client/models/union_pay_authentication_request_all_of.rb +8 -8
  385. data/lib/openapi_client/models/{union_pay_authentication_verification_request.rb → union_pay_authentication_update_request.rb} +28 -28
  386. data/lib/openapi_client/models/{union_pay_authentication_verification_request_all_of.rb → union_pay_authentication_update_request_all_of.rb} +25 -25
  387. data/lib/openapi_client/models/update_fraud_settings_request.rb +1 -1
  388. data/lib/openapi_client/models/update_fraud_settings_response.rb +1 -1
  389. data/lib/openapi_client/models/use_payment_token.rb +1 -1
  390. data/lib/openapi_client/models/verification3ds.rb +1 -1
  391. data/lib/openapi_client/models/verification_avs.rb +1 -1
  392. data/lib/openapi_client/models/verification_cvv.rb +1 -1
  393. data/lib/openapi_client/models/void_transaction.rb +4 -50
  394. data/lib/openapi_client/models/wallet_payment_method.rb +1 -1
  395. data/lib/openapi_client/models/wallet_pre_auth_transaction.rb +1 -1
  396. data/lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb +1 -1
  397. data/lib/openapi_client/models/wallet_sale_transaction.rb +1 -1
  398. data/lib/openapi_client/models/wallet_sale_transaction_all_of.rb +1 -1
  399. data/lib/openapi_client/version.rb +2 -2
  400. data/lib/openapi_client.rb +52 -10
  401. data/lib/simple/gateway.rb +20 -2
  402. data/spec/api/authentication_api_spec.rb +2 -1
  403. data/spec/api/card_info_lookup_api_spec.rb +1 -1
  404. data/spec/api/card_verification_api_spec.rb +1 -1
  405. data/spec/api/currency_conversion_api_spec.rb +1 -1
  406. data/spec/api/fraud_detect_api_spec.rb +1 -1
  407. data/spec/api/order_api_spec.rb +1 -1
  408. data/spec/api/payment_api_spec.rb +2 -2
  409. data/spec/api/payment_schedules_api_spec.rb +1 -1
  410. data/spec/api/payment_token_api_spec.rb +21 -1
  411. data/spec/api/payment_url_api_spec.rb +1 -1
  412. data/spec/api_client_spec.rb +1 -1
  413. data/spec/configuration_spec.rb +1 -1
  414. data/spec/models/access_token_request_spec.rb +53 -0
  415. data/spec/models/access_token_response_spec.rb +28 -8
  416. data/spec/models/account_updater_response_spec.rb +1 -1
  417. data/spec/models/acs_response_spec.rb +41 -0
  418. data/spec/models/additional_amount_rate_spec.rb +1 -1
  419. data/spec/models/additional_details_spec.rb +19 -1
  420. data/spec/models/additional_transaction_details_spec.rb +1 -1
  421. data/spec/models/address_spec.rb +1 -1
  422. data/spec/models/airline_ancillary_service_category_spec.rb +1 -1
  423. data/spec/models/airline_spec.rb +1 -1
  424. data/spec/models/airline_travel_route_spec.rb +1 -1
  425. data/spec/models/ali_pay_payment_method_all_of_spec.rb +1 -1
  426. data/spec/models/ali_pay_payment_method_spec.rb +1 -1
  427. data/spec/models/ali_pay_sale_transaction_all_of_spec.rb +1 -1
  428. data/spec/models/ali_pay_sale_transaction_spec.rb +1 -1
  429. data/spec/models/ali_pay_spec.rb +1 -1
  430. data/spec/models/amount_components_spec.rb +1 -1
  431. data/spec/models/amount_spec.rb +1 -1
  432. data/spec/models/authentication_request_spec.rb +41 -0
  433. data/spec/models/{authentication_spec.rb → authentication_result_spec.rb} +8 -8
  434. data/spec/models/{authentication_redirect_params_spec.rb → authentication_update_request_spec.rb} +10 -10
  435. data/spec/models/avs_response_spec.rb +1 -1
  436. data/spec/models/background_color_spec.rb +53 -0
  437. data/spec/models/{authentication_verification_request_spec.rb → background_spec.rb} +11 -11
  438. data/spec/models/bancontact_qr_spec.rb +1 -1
  439. data/spec/models/basic_response_spec.rb +1 -1
  440. data/spec/models/billing_address_spec.rb +1 -1
  441. data/spec/models/billing_spec.rb +1 -1
  442. data/spec/models/block_card_spec.rb +1 -1
  443. data/spec/models/block_domain_spec.rb +1 -1
  444. data/spec/models/block_ip_address_spec.rb +1 -1
  445. data/spec/models/block_name_spec.rb +1 -1
  446. data/spec/models/blocked_card_number_spec.rb +1 -1
  447. data/spec/models/blocked_items_spec.rb +1 -1
  448. data/spec/models/body_spec.rb +41 -0
  449. data/spec/models/borders_spec.rb +41 -0
  450. data/spec/models/branding_style_configuration_request_spec.rb +41 -0
  451. data/spec/models/branding_style_configuration_response_spec.rb +59 -0
  452. data/spec/models/branding_style_configuration_result_spec.rb +47 -0
  453. data/spec/models/button_spec.rb +47 -0
  454. data/spec/models/car_rental_extra_charges_spec.rb +1 -1
  455. data/spec/models/car_rental_spec.rb +1 -1
  456. data/spec/models/card_function_spec.rb +1 -1
  457. data/spec/models/card_info_lookup_request_spec.rb +1 -1
  458. data/spec/models/card_info_lookup_response_spec.rb +1 -1
  459. data/spec/models/card_info_spec.rb +1 -1
  460. data/spec/models/card_spec.rb +1 -1
  461. data/spec/models/card_verification_request_spec.rb +1 -1
  462. data/spec/models/china_domestic_payment_method_all_of_spec.rb +1 -1
  463. data/spec/models/china_domestic_payment_method_spec.rb +1 -1
  464. data/spec/models/china_domestic_spec.rb +1 -1
  465. data/spec/models/china_pn_r_sale_transaction_all_of_spec.rb +1 -1
  466. data/spec/models/china_pn_r_sale_transaction_spec.rb +1 -1
  467. data/spec/models/classic_mode_spec.rb +95 -0
  468. data/spec/models/clearing_details_spec.rb +65 -0
  469. data/spec/models/clearing_element_spec.rb +53 -0
  470. data/spec/models/client_locale_spec.rb +1 -1
  471. data/spec/models/client_registration_spec.rb +1 -1
  472. data/spec/models/combined_mode_spec.rb +59 -0
  473. data/spec/models/connect_mode_spec.rb +35 -0
  474. data/spec/models/contact_spec.rb +1 -1
  475. data/spec/models/content_spec.rb +41 -0
  476. data/spec/models/country_profile_spec.rb +1 -1
  477. data/spec/models/create_payment_token_spec.rb +1 -1
  478. data/spec/models/currency_conversion_spec.rb +1 -1
  479. data/spec/models/customer_address_spec.rb +1 -1
  480. data/spec/models/customer_spec.rb +1 -1
  481. data/spec/models/dcc_all_of_spec.rb +1 -1
  482. data/spec/models/dcc_exchange_rate_request_all_of_spec.rb +1 -1
  483. data/spec/models/dcc_exchange_rate_request_spec.rb +1 -1
  484. data/spec/models/dcc_spec.rb +1 -1
  485. data/spec/models/decrypted_apple_pay_spec.rb +1 -1
  486. data/spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb +1 -1
  487. data/spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb +1 -1
  488. data/spec/models/decrypted_google_pay_spec.rb +1 -1
  489. data/spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb +1 -1
  490. data/spec/models/decrypted_google_pay_wallet_payment_method_spec.rb +1 -1
  491. data/spec/models/decrypted_samsung_pay_spec.rb +1 -1
  492. data/spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +1 -1
  493. data/spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb +1 -1
  494. data/spec/models/delete_branding_style_configuration_response_spec.rb +65 -0
  495. data/spec/models/device_spec.rb +1 -1
  496. data/spec/models/disbursement_spec.rb +1 -1
  497. data/spec/models/disbursement_transaction_type_spec.rb +1 -1
  498. data/spec/models/document_spec.rb +1 -1
  499. data/spec/models/dynamic_pricing_all_of_spec.rb +1 -1
  500. data/spec/models/dynamic_pricing_exchange_rate_request_all_of_spec.rb +1 -1
  501. data/spec/models/dynamic_pricing_exchange_rate_request_spec.rb +1 -1
  502. data/spec/models/dynamic_pricing_spec.rb +1 -1
  503. data/spec/models/encrypted_apple_pay_header_spec.rb +1 -1
  504. data/spec/models/encrypted_apple_pay_spec.rb +1 -1
  505. data/spec/models/encrypted_apple_pay_wallet_payment_method_all_of_spec.rb +1 -1
  506. data/spec/models/encrypted_apple_pay_wallet_payment_method_spec.rb +1 -1
  507. data/spec/models/encrypted_google_pay_data_spec.rb +1 -1
  508. data/spec/models/encrypted_google_pay_spec.rb +1 -1
  509. data/spec/models/encrypted_google_pay_wallet_payment_method_all_of_spec.rb +1 -1
  510. data/spec/models/encrypted_google_pay_wallet_payment_method_spec.rb +1 -1
  511. data/spec/models/encrypted_samsung_pay_spec.rb +1 -1
  512. data/spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +1 -1
  513. data/spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb +1 -1
  514. data/spec/models/{authentication_redirect_spec.rb → endpoint_response_spec.rb} +14 -14
  515. data/spec/models/error_details_spec.rb +1 -1
  516. data/spec/models/error_message_spec.rb +1 -1
  517. data/spec/models/error_response_spec.rb +1 -1
  518. data/spec/models/error_spec.rb +1 -1
  519. data/spec/models/exchange_rate_request_spec.rb +1 -1
  520. data/spec/models/exchange_rate_response_spec.rb +1 -1
  521. data/spec/models/expiration_spec.rb +1 -1
  522. data/spec/models/font_face_spec.rb +35 -0
  523. data/spec/models/font_properties_spec.rb +59 -0
  524. data/spec/models/font_weight_spec.rb +35 -0
  525. data/spec/models/footer_spec.rb +41 -0
  526. data/spec/models/fraud_address_spec.rb +1 -1
  527. data/spec/models/fraud_order_items_spec.rb +1 -1
  528. data/spec/models/fraud_order_spec.rb +1 -1
  529. data/spec/models/fraud_registration_card_spec.rb +1 -1
  530. data/spec/models/fraud_registration_device_items_spec.rb +1 -1
  531. data/spec/models/fraud_registration_device_spec.rb +1 -1
  532. data/spec/models/fraud_registration_error_spec.rb +1 -1
  533. data/spec/models/fraud_registration_response_spec.rb +1 -1
  534. data/spec/models/fraud_registration_spec.rb +1 -1
  535. data/spec/models/fraud_score_spec.rb +1 -1
  536. data/spec/models/fraud_settings_response_spec.rb +1 -1
  537. data/spec/models/fraud_settings_spec.rb +1 -1
  538. data/spec/models/frequency_spec.rb +1 -1
  539. data/spec/models/funding_transaction_type_spec.rb +1 -1
  540. data/spec/models/header_spec.rb +41 -0
  541. data/spec/models/hover_spec.rb +41 -0
  542. data/spec/models/industry_specific_extensions_spec.rb +7 -1
  543. data/spec/models/initiate_clearing_response_all_of_spec.rb +57 -0
  544. data/spec/models/initiate_clearing_response_spec.rb +75 -0
  545. data/spec/models/installment_options_spec.rb +1 -1
  546. data/spec/models/issuer_response_spec.rb +1 -1
  547. data/spec/models/items_spec.rb +1 -1
  548. data/spec/models/location_spec.rb +1 -1
  549. data/spec/models/lockout_time_spec.rb +1 -1
  550. data/spec/models/lodging_extra_charges_spec.rb +1 -1
  551. data/spec/models/lodging_spec.rb +1 -1
  552. data/spec/models/logo_spec.rb +57 -0
  553. data/spec/models/loyalty_spec.rb +1 -1
  554. data/spec/models/maximum_purchase_amount_spec.rb +1 -1
  555. data/spec/models/mcc6012_spec.rb +71 -0
  556. data/spec/models/merchant_spec.rb +1 -1
  557. data/spec/models/method_spec.rb +1 -1
  558. data/spec/models/mobile_header_area_spec.rb +41 -0
  559. data/spec/models/mobile_spec.rb +47 -0
  560. data/spec/models/order_error_response_spec.rb +1 -1
  561. data/spec/models/order_response_spec.rb +1 -1
  562. data/spec/models/order_spec.rb +1 -1
  563. data/spec/models/pay_pal_payment_method_all_of_spec.rb +1 -1
  564. data/spec/models/pay_pal_payment_method_spec.rb +1 -1
  565. data/spec/models/pay_pal_spec.rb +1 -1
  566. data/spec/models/payment_card_credit_transaction_spec.rb +1 -1
  567. data/spec/models/payment_card_disbursement_transaction_all_of_spec.rb +1 -1
  568. data/spec/models/payment_card_disbursement_transaction_spec.rb +1 -1
  569. data/spec/models/payment_card_forced_ticket_transaction_all_of_spec.rb +1 -1
  570. data/spec/models/payment_card_forced_ticket_transaction_spec.rb +1 -1
  571. data/spec/models/payment_card_payer_auth_transaction_all_of_spec.rb +1 -1
  572. data/spec/models/payment_card_payer_auth_transaction_spec.rb +1 -1
  573. data/spec/models/payment_card_payment_method_all_of_spec.rb +1 -1
  574. data/spec/models/payment_card_payment_method_spec.rb +1 -1
  575. data/spec/models/payment_card_payment_tokenization_request_all_of_spec.rb +1 -1
  576. data/spec/models/payment_card_payment_tokenization_request_spec.rb +1 -1
  577. data/spec/models/payment_card_pre_auth_transaction_all_of_spec.rb +13 -1
  578. data/spec/models/payment_card_pre_auth_transaction_spec.rb +13 -1
  579. data/spec/models/payment_card_sale_transaction_all_of_spec.rb +13 -1
  580. data/spec/models/payment_card_sale_transaction_spec.rb +13 -1
  581. data/spec/models/payment_card_spec.rb +1 -7
  582. data/spec/models/payment_device_credit_transaction_all_of_spec.rb +1 -1
  583. data/spec/models/payment_device_credit_transaction_spec.rb +1 -1
  584. data/spec/models/payment_device_disbursement_transaction_all_of_spec.rb +1 -1
  585. data/spec/models/payment_device_disbursement_transaction_spec.rb +1 -1
  586. data/spec/models/payment_device_payment_method_all_of_spec.rb +1 -1
  587. data/spec/models/payment_device_payment_method_spec.rb +1 -1
  588. data/spec/models/payment_device_payment_tokenization_request_all_of_spec.rb +1 -1
  589. data/spec/models/payment_device_payment_tokenization_request_spec.rb +1 -1
  590. data/spec/models/payment_device_pre_auth_transaction_all_of_spec.rb +1 -1
  591. data/spec/models/payment_device_pre_auth_transaction_spec.rb +1 -1
  592. data/spec/models/payment_device_sale_transaction_all_of_spec.rb +1 -1
  593. data/spec/models/payment_device_sale_transaction_spec.rb +1 -1
  594. data/spec/models/payment_device_spec.rb +1 -1
  595. data/spec/models/payment_facilitator_spec.rb +1 -1
  596. data/spec/models/payment_method_details_spec.rb +1 -1
  597. data/spec/models/payment_method_payment_schedules_request_all_of_spec.rb +1 -1
  598. data/spec/models/payment_method_payment_schedules_request_spec.rb +1 -1
  599. data/spec/models/payment_method_type_spec.rb +1 -1
  600. data/spec/models/payment_registration_spec.rb +1 -1
  601. data/spec/models/payment_schedules_error_response_spec.rb +1 -1
  602. data/spec/models/payment_schedules_request_spec.rb +1 -1
  603. data/spec/models/payment_schedules_response_spec.rb +1 -1
  604. data/spec/models/payment_spec.rb +1 -1
  605. data/spec/models/payment_token_credit_transaction_all_of_spec.rb +1 -1
  606. data/spec/models/payment_token_credit_transaction_spec.rb +1 -1
  607. data/spec/models/payment_token_details_all_of_spec.rb +1 -1
  608. data/spec/models/payment_token_details_spec.rb +1 -1
  609. data/spec/models/payment_token_disbursement_transaction_all_of_spec.rb +1 -1
  610. data/spec/models/payment_token_disbursement_transaction_spec.rb +1 -1
  611. data/spec/models/payment_token_payment_method_all_of_spec.rb +1 -1
  612. data/spec/models/payment_token_payment_method_spec.rb +1 -1
  613. data/spec/models/payment_token_pre_auth_transaction_all_of_spec.rb +13 -1
  614. data/spec/models/payment_token_pre_auth_transaction_spec.rb +13 -1
  615. data/spec/models/payment_token_sale_transaction_all_of_spec.rb +13 -1
  616. data/spec/models/payment_token_sale_transaction_spec.rb +13 -1
  617. data/spec/models/payment_tokenization_error_response_spec.rb +1 -1
  618. data/spec/models/payment_tokenization_request_spec.rb +1 -1
  619. data/spec/models/payment_tokenization_response_spec.rb +1 -1
  620. data/spec/models/payment_url_detail_response_spec.rb +1 -1
  621. data/spec/models/payment_url_detail_spec.rb +1 -1
  622. data/spec/models/payment_url_error_response_spec.rb +1 -1
  623. data/spec/models/payment_url_request_spec.rb +1 -1
  624. data/spec/models/payment_url_response_spec.rb +1 -1
  625. data/spec/models/payment_url_status_spec.rb +1 -1
  626. data/spec/models/paypal_credit_transaction_all_of_spec.rb +1 -1
  627. data/spec/models/paypal_credit_transaction_spec.rb +1 -1
  628. data/spec/models/phone_spec.rb +1 -1
  629. data/spec/models/post_auth_transaction_all_of_spec.rb +1 -1
  630. data/spec/models/post_auth_transaction_spec.rb +1 -1
  631. data/spec/models/primary_spec.rb +41 -0
  632. data/spec/models/primary_transaction_spec.rb +1 -1
  633. data/spec/models/processor_data_spec.rb +1 -1
  634. data/spec/models/properties_spec.rb +65 -0
  635. data/spec/models/purchase_cards_level2_spec.rb +1 -1
  636. data/spec/models/purchase_cards_level3_line_items_spec.rb +1 -1
  637. data/spec/models/purchase_cards_level3_spec.rb +1 -1
  638. data/spec/models/purchase_cards_spec.rb +1 -1
  639. data/spec/models/receiver_info_spec.rb +1 -1
  640. data/spec/models/recurring_payment_details_response_spec.rb +1 -1
  641. data/spec/models/recurring_payment_details_spec.rb +1 -1
  642. data/spec/models/referenced_order_payment_schedules_request_all_of_spec.rb +1 -1
  643. data/spec/models/referenced_order_payment_schedules_request_spec.rb +1 -1
  644. data/spec/models/referenced_order_payment_tokenization_request_all_of_spec.rb +1 -1
  645. data/spec/models/referenced_order_payment_tokenization_request_spec.rb +1 -1
  646. data/spec/models/registration_method_spec.rb +1 -1
  647. data/spec/models/remove_fraud_blocked_items_response_spec.rb +1 -1
  648. data/spec/models/response_amount_components_all_of_spec.rb +1 -1
  649. data/spec/models/response_amount_components_spec.rb +1 -1
  650. data/spec/models/response_type_spec.rb +1 -1
  651. data/spec/models/return_transaction_all_of_spec.rb +1 -1
  652. data/spec/models/return_transaction_spec.rb +1 -1
  653. data/spec/models/score_only_request_spec.rb +1 -1
  654. data/spec/models/score_only_response_fraud_score_explanations_spec.rb +1 -1
  655. data/spec/models/score_only_response_fraud_score_spec.rb +1 -1
  656. data/spec/models/score_only_response_spec.rb +1 -1
  657. data/spec/models/secondary_transaction_spec.rb +7 -1
  658. data/spec/models/{secure3d_authentication_request_spec.rb → secure3_d10_authentication_request_spec.rb} +7 -7
  659. data/spec/models/secure3_d10_authentication_result_all_of_spec.rb +1 -1
  660. data/spec/models/secure3_d10_authentication_result_spec.rb +1 -1
  661. data/spec/models/{secure3d_authentication_verification_request_all_of_spec.rb → secure3_d10_authentication_update_request_all_of_spec.rb} +13 -7
  662. data/spec/models/{secure3d_authentication_verification_request_spec.rb → secure3_d10_authentication_update_request_spec.rb} +13 -7
  663. data/spec/models/secure3_d21_authentication_request_all_of_spec.rb +67 -0
  664. data/spec/models/secure3_d21_authentication_request_spec.rb +67 -0
  665. data/spec/models/secure3_d21_authentication_result_all_of_spec.rb +1 -1
  666. data/spec/models/secure3_d21_authentication_result_spec.rb +1 -1
  667. data/spec/models/secure3_d21_authentication_update_request_all_of_spec.rb +51 -0
  668. data/spec/models/secure3_d21_authentication_update_request_spec.rb +51 -0
  669. data/spec/models/secure3_d_authentication_response_params_spec.rb +71 -0
  670. data/spec/models/secure3_d_authentication_response_secure3d_method_spec.rb +47 -0
  671. data/spec/models/secure3_d_authentication_response_spec.rb +67 -0
  672. data/spec/models/secure3d_response_spec.rb +1 -1
  673. data/spec/models/sender_info_spec.rb +1 -1
  674. data/spec/models/sepa_mandate_spec.rb +1 -1
  675. data/spec/models/sepa_payment_method_all_of_spec.rb +1 -1
  676. data/spec/models/sepa_payment_method_spec.rb +1 -1
  677. data/spec/models/sepa_sale_transaction_all_of_spec.rb +1 -1
  678. data/spec/models/sepa_sale_transaction_spec.rb +1 -1
  679. data/spec/models/sepa_spec.rb +1 -1
  680. data/spec/models/shared_secret_configuration_request_spec.rb +1 -1
  681. data/spec/models/shared_secret_configuration_response_spec.rb +1 -1
  682. data/spec/models/ship_to_address_spec.rb +1 -1
  683. data/spec/models/shipping_spec.rb +1 -1
  684. data/spec/models/soft_descriptor_spec.rb +1 -1
  685. data/spec/models/split_shipment_spec.rb +1 -1
  686. data/spec/models/store_branding_style_configuration_spec.rb +53 -0
  687. data/spec/models/store_fraud_settings_result_spec.rb +1 -1
  688. data/spec/models/store_fraud_settings_spec.rb +1 -1
  689. data/spec/models/store_url_configuration_request_spec.rb +1 -1
  690. data/spec/models/store_url_configuration_response_spec.rb +1 -1
  691. data/spec/models/store_url_configuration_result_spec.rb +1 -1
  692. data/spec/models/store_url_configuration_spec.rb +1 -1
  693. data/spec/models/stored_credential_spec.rb +1 -1
  694. data/spec/models/sub_merchant_data_spec.rb +1 -1
  695. data/spec/models/sub_merchant_split_spec.rb +1 -1
  696. data/spec/models/text_spec.rb +47 -0
  697. data/spec/models/title_spec.rb +41 -0
  698. data/spec/models/token_identifier_spec.rb +1 -1
  699. data/spec/models/top_bar_spec.rb +41 -0
  700. data/spec/models/transaction_error_response_spec.rb +2 -2
  701. data/spec/models/transaction_origin_spec.rb +1 -1
  702. data/spec/models/transaction_response_spec.rb +2 -2
  703. data/spec/models/transaction_type_spec.rb +1 -1
  704. data/spec/models/union_pay_authentication_request_all_of_spec.rb +1 -1
  705. data/spec/models/union_pay_authentication_request_spec.rb +1 -1
  706. data/spec/models/{union_pay_authentication_verification_request_all_of_spec.rb → union_pay_authentication_update_request_all_of_spec.rb} +13 -7
  707. data/spec/models/{union_pay_authentication_verification_request_spec.rb → union_pay_authentication_update_request_spec.rb} +13 -7
  708. data/spec/models/update_fraud_settings_request_spec.rb +1 -1
  709. data/spec/models/update_fraud_settings_response_spec.rb +1 -1
  710. data/spec/models/use_payment_token_spec.rb +1 -1
  711. data/spec/models/verification3ds_spec.rb +1 -1
  712. data/spec/models/verification_avs_spec.rb +1 -1
  713. data/spec/models/verification_cvv_spec.rb +1 -1
  714. data/spec/models/void_transaction_spec.rb +1 -1
  715. data/spec/models/wallet_payment_method_spec.rb +1 -1
  716. data/spec/models/wallet_pre_auth_transaction_all_of_spec.rb +1 -1
  717. data/spec/models/wallet_pre_auth_transaction_spec.rb +1 -1
  718. data/spec/models/wallet_sale_transaction_all_of_spec.rb +1 -1
  719. data/spec/models/wallet_sale_transaction_spec.rb +1 -1
  720. data/spec/spec_helper.rb +1 -1
  721. metadata +206 -40
  722. data/docs/Authentication.md +0 -17
  723. data/docs/AuthenticationRedirect.md +0 -21
  724. data/docs/AuthenticationRedirectParams.md +0 -21
  725. data/docs/AuthenticationVerificationRequest.md +0 -23
  726. data/docs/UnionPayAuthenticationVerificationRequest.md +0 -17
  727. data/docs/UnionPayAuthenticationVerificationRequestAllOf.md +0 -17
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
5
 
6
- The version of the OpenAPI document: 6.9.1.20191223.002
6
+ The version of the OpenAPI document: 6.10.1.20200226.002
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: unset
@@ -13,16 +13,18 @@ OpenAPI Generator version: unset
13
13
  require 'date'
14
14
 
15
15
  module OpenapiClient
16
- # Authentication redirect details.
17
- class AuthenticationRedirect
16
+ # Encapsulates 3DS authentication details in transaction responses.
17
+ class Secure3DAuthenticationResponse
18
18
  # The type of authentication.
19
19
  attr_accessor :type
20
20
 
21
- # The URL for the authentication redirect for the merchant.
22
- attr_accessor :target_url
21
+ # The version of 3DS used to authenticate.
22
+ attr_accessor :version
23
23
 
24
24
  attr_accessor :params
25
25
 
26
+ attr_accessor :secure3d_method
27
+
26
28
  class EnumAttributeValidator
27
29
  attr_reader :datatype
28
30
  attr_reader :allowable_values
@@ -49,8 +51,9 @@ module OpenapiClient
49
51
  def self.attribute_map
50
52
  {
51
53
  :'type' => :'type',
52
- :'target_url' => :'targetUrl',
53
- :'params' => :'params'
54
+ :'version' => :'version',
55
+ :'params' => :'params',
56
+ :'secure3d_method' => :'secure3dMethod'
54
57
  }
55
58
  end
56
59
 
@@ -58,8 +61,9 @@ module OpenapiClient
58
61
  def self.openapi_types
59
62
  {
60
63
  :'type' => :'String',
61
- :'target_url' => :'String',
62
- :'params' => :'AuthenticationRedirectParams'
64
+ :'version' => :'String',
65
+ :'params' => :'Secure3DAuthenticationResponseParams',
66
+ :'secure3d_method' => :'Secure3DAuthenticationResponseSecure3dMethod'
63
67
  }
64
68
  end
65
69
 
@@ -67,13 +71,13 @@ module OpenapiClient
67
71
  # @param [Hash] attributes Model attributes in the form of hash
68
72
  def initialize(attributes = {})
69
73
  if (!attributes.is_a?(Hash))
70
- fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::AuthenticationRedirect` initialize method"
74
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Secure3DAuthenticationResponse` initialize method"
71
75
  end
72
76
 
73
77
  # check to see if the attribute exists and convert string to symbol for hash key
74
78
  attributes = attributes.each_with_object({}) { |(k, v), h|
75
79
  if (!self.class.attribute_map.key?(k.to_sym))
76
- fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::AuthenticationRedirect`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
80
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Secure3DAuthenticationResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
77
81
  end
78
82
  h[k.to_sym] = v
79
83
  }
@@ -82,13 +86,17 @@ module OpenapiClient
82
86
  self.type = attributes[:'type']
83
87
  end
84
88
 
85
- if attributes.key?(:'target_url')
86
- self.target_url = attributes[:'target_url']
89
+ if attributes.key?(:'version')
90
+ self.version = attributes[:'version']
87
91
  end
88
92
 
89
93
  if attributes.key?(:'params')
90
94
  self.params = attributes[:'params']
91
95
  end
96
+
97
+ if attributes.key?(:'secure3d_method')
98
+ self.secure3d_method = attributes[:'secure3d_method']
99
+ end
92
100
  end
93
101
 
94
102
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -101,29 +109,42 @@ module OpenapiClient
101
109
  # Check to see if the all the properties in the model are valid
102
110
  # @return true if the model is valid
103
111
  def valid?
104
- type_validator = EnumAttributeValidator.new('String', ["SECURE_3D"])
112
+ type_validator = EnumAttributeValidator.new('String', ["3D_SECURE"])
105
113
  return false unless type_validator.valid?(@type)
114
+ version_validator = EnumAttributeValidator.new('String', ["1.0", "2.1"])
115
+ return false unless version_validator.valid?(@version)
106
116
  true
107
117
  end
108
118
 
109
119
  # Custom attribute writer method checking allowed values (enum).
110
120
  # @param [Object] type Object to be assigned
111
121
  def type=(type)
112
- validator = EnumAttributeValidator.new('String', ["SECURE_3D"])
122
+ validator = EnumAttributeValidator.new('String', ["3D_SECURE"])
113
123
  unless validator.valid?(type)
114
124
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
115
125
  end
116
126
  @type = type
117
127
  end
118
128
 
129
+ # Custom attribute writer method checking allowed values (enum).
130
+ # @param [Object] version Object to be assigned
131
+ def version=(version)
132
+ validator = EnumAttributeValidator.new('String', ["1.0", "2.1"])
133
+ unless validator.valid?(version)
134
+ fail ArgumentError, "invalid value for \"version\", must be one of #{validator.allowable_values}."
135
+ end
136
+ @version = version
137
+ end
138
+
119
139
  # Checks equality by comparing each attribute.
120
140
  # @param [Object] Object to be compared
121
141
  def ==(o)
122
142
  return true if self.equal?(o)
123
143
  self.class == o.class &&
124
144
  type == o.type &&
125
- target_url == o.target_url &&
126
- params == o.params
145
+ version == o.version &&
146
+ params == o.params &&
147
+ secure3d_method == o.secure3d_method
127
148
  end
128
149
 
129
150
  # @see the `==` method
@@ -135,7 +156,7 @@ module OpenapiClient
135
156
  # Calculates hash code according to all attributes.
136
157
  # @return [Integer] Hash code
137
158
  def hash
138
- [type, target_url, params].hash
159
+ [type, version, params, secure3d_method].hash
139
160
  end
140
161
 
141
162
  # Builds the object from hash
@@ -0,0 +1,248 @@
1
+ =begin
2
+ #Payment Gateway API Specification.
3
+
4
+ #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
+
6
+ The version of the OpenAPI document: 6.10.1.20200226.002
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: unset
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module OpenapiClient
16
+ # Additional parameters for authentication redirect.
17
+ class Secure3DAuthenticationResponseParams
18
+ # Message sent from merchant server to authenticate the cardholder.
19
+ attr_accessor :payer_authentication_request
20
+
21
+ # Terminal URL for processing request.
22
+ attr_accessor :term_url
23
+
24
+ # Formatted string encoding transaction time, order ID, and return URL data.
25
+ attr_accessor :merchant_data
26
+
27
+ # The URL for the authentication redirect for the merchant.
28
+ attr_accessor :acs_url
29
+
30
+ # The CReq message initiates cardholder interaction in a 3DS 2.1 challenge flow and carries authentication data from the cardholder.
31
+ attr_accessor :c_req
32
+
33
+ # Customer web browser session data.
34
+ attr_accessor :session_data
35
+
36
+ # Attribute mapping from ruby-style variable name to JSON key.
37
+ def self.attribute_map
38
+ {
39
+ :'payer_authentication_request' => :'payerAuthenticationRequest',
40
+ :'term_url' => :'termURL',
41
+ :'merchant_data' => :'merchantData',
42
+ :'acs_url' => :'acsURL',
43
+ :'c_req' => :'cReq',
44
+ :'session_data' => :'sessionData'
45
+ }
46
+ end
47
+
48
+ # Attribute type mapping.
49
+ def self.openapi_types
50
+ {
51
+ :'payer_authentication_request' => :'String',
52
+ :'term_url' => :'String',
53
+ :'merchant_data' => :'String',
54
+ :'acs_url' => :'String',
55
+ :'c_req' => :'String',
56
+ :'session_data' => :'String'
57
+ }
58
+ end
59
+
60
+ # Initializes the object
61
+ # @param [Hash] attributes Model attributes in the form of hash
62
+ def initialize(attributes = {})
63
+ if (!attributes.is_a?(Hash))
64
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Secure3DAuthenticationResponseParams` initialize method"
65
+ end
66
+
67
+ # check to see if the attribute exists and convert string to symbol for hash key
68
+ attributes = attributes.each_with_object({}) { |(k, v), h|
69
+ if (!self.class.attribute_map.key?(k.to_sym))
70
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Secure3DAuthenticationResponseParams`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
71
+ end
72
+ h[k.to_sym] = v
73
+ }
74
+
75
+ if attributes.key?(:'payer_authentication_request')
76
+ self.payer_authentication_request = attributes[:'payer_authentication_request']
77
+ end
78
+
79
+ if attributes.key?(:'term_url')
80
+ self.term_url = attributes[:'term_url']
81
+ end
82
+
83
+ if attributes.key?(:'merchant_data')
84
+ self.merchant_data = attributes[:'merchant_data']
85
+ end
86
+
87
+ if attributes.key?(:'acs_url')
88
+ self.acs_url = attributes[:'acs_url']
89
+ end
90
+
91
+ if attributes.key?(:'c_req')
92
+ self.c_req = attributes[:'c_req']
93
+ end
94
+
95
+ if attributes.key?(:'session_data')
96
+ self.session_data = attributes[:'session_data']
97
+ end
98
+ end
99
+
100
+ # Show invalid properties with the reasons. Usually used together with valid?
101
+ # @return Array for valid properties with the reasons
102
+ def list_invalid_properties
103
+ invalid_properties = Array.new
104
+ invalid_properties
105
+ end
106
+
107
+ # Check to see if the all the properties in the model are valid
108
+ # @return true if the model is valid
109
+ def valid?
110
+ true
111
+ end
112
+
113
+ # Checks equality by comparing each attribute.
114
+ # @param [Object] Object to be compared
115
+ def ==(o)
116
+ return true if self.equal?(o)
117
+ self.class == o.class &&
118
+ payer_authentication_request == o.payer_authentication_request &&
119
+ term_url == o.term_url &&
120
+ merchant_data == o.merchant_data &&
121
+ acs_url == o.acs_url &&
122
+ c_req == o.c_req &&
123
+ session_data == o.session_data
124
+ end
125
+
126
+ # @see the `==` method
127
+ # @param [Object] Object to be compared
128
+ def eql?(o)
129
+ self == o
130
+ end
131
+
132
+ # Calculates hash code according to all attributes.
133
+ # @return [Integer] Hash code
134
+ def hash
135
+ [payer_authentication_request, term_url, merchant_data, acs_url, c_req, session_data].hash
136
+ end
137
+
138
+ # Builds the object from hash
139
+ # @param [Hash] attributes Model attributes in the form of hash
140
+ # @return [Object] Returns the model itself
141
+ def self.build_from_hash(attributes)
142
+ new.build_from_hash(attributes)
143
+ end
144
+
145
+ # Builds the object from hash
146
+ # @param [Hash] attributes Model attributes in the form of hash
147
+ # @return [Object] Returns the model itself
148
+ def build_from_hash(attributes)
149
+ return nil unless attributes.is_a?(Hash)
150
+ self.class.openapi_types.each_pair do |key, type|
151
+ if type =~ /\AArray<(.*)>/i
152
+ # check to ensure the input is an array given that the attribute
153
+ # is documented as an array but the input is not
154
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
155
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
156
+ end
157
+ elsif !attributes[self.class.attribute_map[key]].nil?
158
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
159
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
160
+ end
161
+
162
+ self
163
+ end
164
+
165
+ # Deserializes the data based on type
166
+ # @param string type Data type
167
+ # @param string value Value to be deserialized
168
+ # @return [Object] Deserialized data
169
+ def _deserialize(type, value)
170
+ case type.to_sym
171
+ when :DateTime
172
+ DateTime.parse(value)
173
+ when :Date
174
+ Date.parse(value)
175
+ when :String
176
+ value.to_s
177
+ when :Integer
178
+ value.to_i
179
+ when :Float
180
+ value.to_f
181
+ when :Boolean
182
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
183
+ true
184
+ else
185
+ false
186
+ end
187
+ when :Object
188
+ # generic object (usually a Hash), return directly
189
+ value
190
+ when /\AArray<(?<inner_type>.+)>\z/
191
+ inner_type = Regexp.last_match[:inner_type]
192
+ value.map { |v| _deserialize(inner_type, v) }
193
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
194
+ k_type = Regexp.last_match[:k_type]
195
+ v_type = Regexp.last_match[:v_type]
196
+ {}.tap do |hash|
197
+ value.each do |k, v|
198
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
199
+ end
200
+ end
201
+ else # model
202
+ OpenapiClient.const_get(type).build_from_hash(value)
203
+ end
204
+ end
205
+
206
+ # Returns the string representation of the object
207
+ # @return [String] String presentation of the object
208
+ def to_s
209
+ to_hash.to_s
210
+ end
211
+
212
+ # to_body is an alias to to_hash (backward compatibility)
213
+ # @return [Hash] Returns the object in the form of hash
214
+ def to_body
215
+ to_hash
216
+ end
217
+
218
+ # Returns the object in the form of hash
219
+ # @return [Hash] Returns the object in the form of hash
220
+ def to_hash
221
+ hash = {}
222
+ self.class.attribute_map.each_pair do |attr, param|
223
+ value = self.send(attr)
224
+ next if value.nil?
225
+ hash[param] = _to_hash(value)
226
+ end
227
+ hash
228
+ end
229
+
230
+ # Outputs non-array value in the form of hash
231
+ # For object, use to_hash. Otherwise, just return the value
232
+ # @param [Object] value Any valid value
233
+ # @return [Hash] Returns the value in the form of hash
234
+ def _to_hash(value)
235
+ if value.is_a?(Array)
236
+ value.compact.map { |v| _to_hash(v) }
237
+ elsif value.is_a?(Hash)
238
+ {}.tap do |hash|
239
+ value.each { |k, v| hash[k] = _to_hash(v) }
240
+ end
241
+ elsif value.respond_to? :to_hash
242
+ value.to_hash
243
+ else
244
+ value
245
+ end
246
+ end
247
+ end
248
+ end
@@ -0,0 +1,208 @@
1
+ =begin
2
+ #Payment Gateway API Specification.
3
+
4
+ #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
+
6
+ The version of the OpenAPI document: 6.10.1.20200226.002
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: unset
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module OpenapiClient
16
+ # Encapsulates the 3DS method form and unique transaction identifier.
17
+ class Secure3DAuthenticationResponseSecure3dMethod
18
+ # An iframe to be hidden in the browser used to collect browser data for the issuers. This information adds to the overall consumer profile and helps in identifying potentially fraudulent transactions.
19
+ attr_accessor :method_form
20
+
21
+ # A unique transaction identifier supplied by the ACS.
22
+ attr_accessor :secure3d_trans_id
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'method_form' => :'methodForm',
28
+ :'secure3d_trans_id' => :'secure3dTransId'
29
+ }
30
+ end
31
+
32
+ # Attribute type mapping.
33
+ def self.openapi_types
34
+ {
35
+ :'method_form' => :'String',
36
+ :'secure3d_trans_id' => :'String'
37
+ }
38
+ end
39
+
40
+ # Initializes the object
41
+ # @param [Hash] attributes Model attributes in the form of hash
42
+ def initialize(attributes = {})
43
+ if (!attributes.is_a?(Hash))
44
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Secure3DAuthenticationResponseSecure3dMethod` initialize method"
45
+ end
46
+
47
+ # check to see if the attribute exists and convert string to symbol for hash key
48
+ attributes = attributes.each_with_object({}) { |(k, v), h|
49
+ if (!self.class.attribute_map.key?(k.to_sym))
50
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Secure3DAuthenticationResponseSecure3dMethod`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
51
+ end
52
+ h[k.to_sym] = v
53
+ }
54
+
55
+ if attributes.key?(:'method_form')
56
+ self.method_form = attributes[:'method_form']
57
+ end
58
+
59
+ if attributes.key?(:'secure3d_trans_id')
60
+ self.secure3d_trans_id = attributes[:'secure3d_trans_id']
61
+ end
62
+ end
63
+
64
+ # Show invalid properties with the reasons. Usually used together with valid?
65
+ # @return Array for valid properties with the reasons
66
+ def list_invalid_properties
67
+ invalid_properties = Array.new
68
+ invalid_properties
69
+ end
70
+
71
+ # Check to see if the all the properties in the model are valid
72
+ # @return true if the model is valid
73
+ def valid?
74
+ true
75
+ end
76
+
77
+ # Checks equality by comparing each attribute.
78
+ # @param [Object] Object to be compared
79
+ def ==(o)
80
+ return true if self.equal?(o)
81
+ self.class == o.class &&
82
+ method_form == o.method_form &&
83
+ secure3d_trans_id == o.secure3d_trans_id
84
+ end
85
+
86
+ # @see the `==` method
87
+ # @param [Object] Object to be compared
88
+ def eql?(o)
89
+ self == o
90
+ end
91
+
92
+ # Calculates hash code according to all attributes.
93
+ # @return [Integer] Hash code
94
+ def hash
95
+ [method_form, secure3d_trans_id].hash
96
+ end
97
+
98
+ # Builds the object from hash
99
+ # @param [Hash] attributes Model attributes in the form of hash
100
+ # @return [Object] Returns the model itself
101
+ def self.build_from_hash(attributes)
102
+ new.build_from_hash(attributes)
103
+ end
104
+
105
+ # Builds the object from hash
106
+ # @param [Hash] attributes Model attributes in the form of hash
107
+ # @return [Object] Returns the model itself
108
+ def build_from_hash(attributes)
109
+ return nil unless attributes.is_a?(Hash)
110
+ self.class.openapi_types.each_pair do |key, type|
111
+ if type =~ /\AArray<(.*)>/i
112
+ # check to ensure the input is an array given that the attribute
113
+ # is documented as an array but the input is not
114
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
115
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
116
+ end
117
+ elsif !attributes[self.class.attribute_map[key]].nil?
118
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
119
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
120
+ end
121
+
122
+ self
123
+ end
124
+
125
+ # Deserializes the data based on type
126
+ # @param string type Data type
127
+ # @param string value Value to be deserialized
128
+ # @return [Object] Deserialized data
129
+ def _deserialize(type, value)
130
+ case type.to_sym
131
+ when :DateTime
132
+ DateTime.parse(value)
133
+ when :Date
134
+ Date.parse(value)
135
+ when :String
136
+ value.to_s
137
+ when :Integer
138
+ value.to_i
139
+ when :Float
140
+ value.to_f
141
+ when :Boolean
142
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
143
+ true
144
+ else
145
+ false
146
+ end
147
+ when :Object
148
+ # generic object (usually a Hash), return directly
149
+ value
150
+ when /\AArray<(?<inner_type>.+)>\z/
151
+ inner_type = Regexp.last_match[:inner_type]
152
+ value.map { |v| _deserialize(inner_type, v) }
153
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
154
+ k_type = Regexp.last_match[:k_type]
155
+ v_type = Regexp.last_match[:v_type]
156
+ {}.tap do |hash|
157
+ value.each do |k, v|
158
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
159
+ end
160
+ end
161
+ else # model
162
+ OpenapiClient.const_get(type).build_from_hash(value)
163
+ end
164
+ end
165
+
166
+ # Returns the string representation of the object
167
+ # @return [String] String presentation of the object
168
+ def to_s
169
+ to_hash.to_s
170
+ end
171
+
172
+ # to_body is an alias to to_hash (backward compatibility)
173
+ # @return [Hash] Returns the object in the form of hash
174
+ def to_body
175
+ to_hash
176
+ end
177
+
178
+ # Returns the object in the form of hash
179
+ # @return [Hash] Returns the object in the form of hash
180
+ def to_hash
181
+ hash = {}
182
+ self.class.attribute_map.each_pair do |attr, param|
183
+ value = self.send(attr)
184
+ next if value.nil?
185
+ hash[param] = _to_hash(value)
186
+ end
187
+ hash
188
+ end
189
+
190
+ # Outputs non-array value in the form of hash
191
+ # For object, use to_hash. Otherwise, just return the value
192
+ # @param [Object] value Any valid value
193
+ # @return [Hash] Returns the value in the form of hash
194
+ def _to_hash(value)
195
+ if value.is_a?(Array)
196
+ value.compact.map { |v| _to_hash(v) }
197
+ elsif value.is_a?(Hash)
198
+ {}.tap do |hash|
199
+ value.each { |k, v| hash[k] = _to_hash(v) }
200
+ end
201
+ elsif value.respond_to? :to_hash
202
+ value.to_hash
203
+ else
204
+ value
205
+ end
206
+ end
207
+ end
208
+ end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
5
5
 
6
- The version of the OpenAPI document: 6.9.1.20191223.002
6
+ The version of the OpenAPI document: 6.10.1.20200226.002
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: unset