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
@@ -62,7 +62,7 @@ module OpenapiClient
62
62
  # The endpoint redirection URL.
63
63
  attr_accessor :redirect_url
64
64
 
65
- attr_accessor :authentication_redirect
65
+ attr_accessor :authentication_response
66
66
 
67
67
  # The transaction ID received from schemes for the initial transaction of card on file flows.
68
68
  attr_accessor :scheme_transaction_id
@@ -118,7 +118,7 @@ module OpenapiClient
118
118
  :'transaction_state' => :'transactionState',
119
119
  :'secure3d_response' => :'secure3dResponse',
120
120
  :'redirect_url' => :'redirectURL',
121
- :'authentication_redirect' => :'authenticationRedirect',
121
+ :'authentication_response' => :'authenticationResponse',
122
122
  :'scheme_transaction_id' => :'schemeTransactionId',
123
123
  :'processor' => :'processor',
124
124
  :'additional_details' => :'additionalDetails',
@@ -148,7 +148,7 @@ module OpenapiClient
148
148
  :'transaction_state' => :'String',
149
149
  :'secure3d_response' => :'Secure3dResponse',
150
150
  :'redirect_url' => :'String',
151
- :'authentication_redirect' => :'AuthenticationRedirect',
151
+ :'authentication_response' => :'Secure3DAuthenticationResponse',
152
152
  :'scheme_transaction_id' => :'String',
153
153
  :'processor' => :'ProcessorData',
154
154
  :'additional_details' => :'AdditionalTransactionDetails',
@@ -251,8 +251,8 @@ module OpenapiClient
251
251
  self.redirect_url = attributes[:'redirect_url']
252
252
  end
253
253
 
254
- if attributes.key?(:'authentication_redirect')
255
- self.authentication_redirect = attributes[:'authentication_redirect']
254
+ if attributes.key?(:'authentication_response')
255
+ self.authentication_response = attributes[:'authentication_response']
256
256
  end
257
257
 
258
258
  if attributes.key?(:'scheme_transaction_id')
@@ -366,7 +366,7 @@ module OpenapiClient
366
366
  transaction_state == o.transaction_state &&
367
367
  secure3d_response == o.secure3d_response &&
368
368
  redirect_url == o.redirect_url &&
369
- authentication_redirect == o.authentication_redirect &&
369
+ authentication_response == o.authentication_response &&
370
370
  scheme_transaction_id == o.scheme_transaction_id &&
371
371
  processor == o.processor &&
372
372
  additional_details == o.additional_details &&
@@ -383,7 +383,7 @@ module OpenapiClient
383
383
  # Calculates hash code according to all attributes.
384
384
  # @return [Integer] Hash code
385
385
  def hash
386
- [client_request_id, api_trace_id, response_type, ipg_transaction_id, order_id, transaction_type, payment_token, transaction_origin, payment_method_details, country, terminal_id, merchant_transaction_id, transaction_time, approved_amount, transaction_status, transaction_state, secure3d_response, redirect_url, authentication_redirect, scheme_transaction_id, processor, additional_details, account_updater_response, error].hash
386
+ [client_request_id, api_trace_id, response_type, ipg_transaction_id, order_id, transaction_type, payment_token, transaction_origin, payment_method_details, country, terminal_id, merchant_transaction_id, transaction_time, approved_amount, transaction_status, transaction_state, secure3d_response, redirect_url, authentication_response, scheme_transaction_id, processor, additional_details, account_updater_response, error].hash
387
387
  end
388
388
 
389
389
  # Builds the object from hash
@@ -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
@@ -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
@@ -62,7 +62,7 @@ module OpenapiClient
62
62
  # The endpoint redirection URL.
63
63
  attr_accessor :redirect_url
64
64
 
65
- attr_accessor :authentication_redirect
65
+ attr_accessor :authentication_response
66
66
 
67
67
  # The transaction ID received from schemes for the initial transaction of card on file flows.
68
68
  attr_accessor :scheme_transaction_id
@@ -116,7 +116,7 @@ module OpenapiClient
116
116
  :'transaction_state' => :'transactionState',
117
117
  :'secure3d_response' => :'secure3dResponse',
118
118
  :'redirect_url' => :'redirectURL',
119
- :'authentication_redirect' => :'authenticationRedirect',
119
+ :'authentication_response' => :'authenticationResponse',
120
120
  :'scheme_transaction_id' => :'schemeTransactionId',
121
121
  :'processor' => :'processor',
122
122
  :'additional_details' => :'additionalDetails',
@@ -145,7 +145,7 @@ module OpenapiClient
145
145
  :'transaction_state' => :'String',
146
146
  :'secure3d_response' => :'Secure3dResponse',
147
147
  :'redirect_url' => :'String',
148
- :'authentication_redirect' => :'AuthenticationRedirect',
148
+ :'authentication_response' => :'Secure3DAuthenticationResponse',
149
149
  :'scheme_transaction_id' => :'String',
150
150
  :'processor' => :'ProcessorData',
151
151
  :'additional_details' => :'AdditionalTransactionDetails',
@@ -247,8 +247,8 @@ module OpenapiClient
247
247
  self.redirect_url = attributes[:'redirect_url']
248
248
  end
249
249
 
250
- if attributes.key?(:'authentication_redirect')
251
- self.authentication_redirect = attributes[:'authentication_redirect']
250
+ if attributes.key?(:'authentication_response')
251
+ self.authentication_response = attributes[:'authentication_response']
252
252
  end
253
253
 
254
254
  if attributes.key?(:'scheme_transaction_id')
@@ -358,7 +358,7 @@ module OpenapiClient
358
358
  transaction_state == o.transaction_state &&
359
359
  secure3d_response == o.secure3d_response &&
360
360
  redirect_url == o.redirect_url &&
361
- authentication_redirect == o.authentication_redirect &&
361
+ authentication_response == o.authentication_response &&
362
362
  scheme_transaction_id == o.scheme_transaction_id &&
363
363
  processor == o.processor &&
364
364
  additional_details == o.additional_details &&
@@ -374,7 +374,7 @@ module OpenapiClient
374
374
  # Calculates hash code according to all attributes.
375
375
  # @return [Integer] Hash code
376
376
  def hash
377
- [client_request_id, api_trace_id, response_type, ipg_transaction_id, order_id, transaction_type, payment_token, transaction_origin, payment_method_details, country, terminal_id, merchant_transaction_id, transaction_time, approved_amount, transaction_status, transaction_state, secure3d_response, redirect_url, authentication_redirect, scheme_transaction_id, processor, additional_details, account_updater_response].hash
377
+ [client_request_id, api_trace_id, response_type, ipg_transaction_id, order_id, transaction_type, payment_token, transaction_origin, payment_method_details, country, terminal_id, merchant_transaction_id, transaction_time, approved_amount, transaction_status, transaction_state, secure3d_response, redirect_url, authentication_response, scheme_transaction_id, processor, additional_details, account_updater_response].hash
378
378
  end
379
379
 
380
380
  # Builds the object from hash
@@ -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
@@ -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
@@ -14,9 +14,9 @@ require 'date'
14
14
 
15
15
  module OpenapiClient
16
16
  # Request authentication of the payment card using the UnionPay SMS scheme.
17
- class UnionPayAuthenticationRequest < Authentication
17
+ class UnionPayAuthenticationRequest < AuthenticationRequest
18
18
  # Indicates what kind of authentication scheme the merchant wants to use on the card.
19
- attr_accessor :request_type
19
+ attr_accessor :authentication_type
20
20
 
21
21
  # Mobile number for SMS verification.
22
22
  attr_accessor :sms_phone_number
@@ -24,7 +24,7 @@ module OpenapiClient
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
25
25
  def self.attribute_map
26
26
  {
27
- :'request_type' => :'requestType',
27
+ :'authentication_type' => :'authenticationType',
28
28
  :'sms_phone_number' => :'smsPhoneNumber'
29
29
  }
30
30
  end
@@ -32,7 +32,7 @@ module OpenapiClient
32
32
  # Attribute type mapping.
33
33
  def self.openapi_types
34
34
  {
35
- :'request_type' => :'String',
35
+ :'authentication_type' => :'String',
36
36
  :'sms_phone_number' => :'String'
37
37
  }
38
38
  end
@@ -40,7 +40,7 @@ module OpenapiClient
40
40
  # List of class defined in allOf (OpenAPI v3)
41
41
  def self.openapi_all_of
42
42
  [
43
- :'Authentication',
43
+ :'AuthenticationRequest',
44
44
  :'UnionPayAuthenticationRequestAllOf'
45
45
  ]
46
46
  end
@@ -63,8 +63,8 @@ module OpenapiClient
63
63
  # call parent's initialize
64
64
  super(attributes)
65
65
 
66
- if attributes.key?(:'request_type')
67
- self.request_type = attributes[:'request_type']
66
+ if attributes.key?(:'authentication_type')
67
+ self.authentication_type = attributes[:'authentication_type']
68
68
  end
69
69
 
70
70
  if attributes.key?(:'sms_phone_number')
@@ -125,7 +125,7 @@ module OpenapiClient
125
125
  def ==(o)
126
126
  return true if self.equal?(o)
127
127
  self.class == o.class &&
128
- request_type == o.request_type &&
128
+ authentication_type == o.authentication_type &&
129
129
  sms_phone_number == o.sms_phone_number && super(o)
130
130
  end
131
131
 
@@ -138,7 +138,7 @@ module OpenapiClient
138
138
  # Calculates hash code according to all attributes.
139
139
  # @return [Integer] Hash code
140
140
  def hash
141
- [request_type, sms_phone_number].hash
141
+ [authentication_type, sms_phone_number].hash
142
142
  end
143
143
 
144
144
  # Builds the object from hash
@@ -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
@@ -15,7 +15,7 @@ require 'date'
15
15
  module OpenapiClient
16
16
  class UnionPayAuthenticationRequestAllOf
17
17
  # Indicates what kind of authentication scheme the merchant wants to use on the card.
18
- attr_accessor :request_type
18
+ attr_accessor :authentication_type
19
19
 
20
20
  # Mobile number for SMS verification.
21
21
  attr_accessor :sms_phone_number
@@ -23,7 +23,7 @@ module OpenapiClient
23
23
  # Attribute mapping from ruby-style variable name to JSON key.
24
24
  def self.attribute_map
25
25
  {
26
- :'request_type' => :'requestType',
26
+ :'authentication_type' => :'authenticationType',
27
27
  :'sms_phone_number' => :'smsPhoneNumber'
28
28
  }
29
29
  end
@@ -31,7 +31,7 @@ module OpenapiClient
31
31
  # Attribute type mapping.
32
32
  def self.openapi_types
33
33
  {
34
- :'request_type' => :'String',
34
+ :'authentication_type' => :'String',
35
35
  :'sms_phone_number' => :'String'
36
36
  }
37
37
  end
@@ -51,8 +51,8 @@ module OpenapiClient
51
51
  h[k.to_sym] = v
52
52
  }
53
53
 
54
- if attributes.key?(:'request_type')
55
- self.request_type = attributes[:'request_type']
54
+ if attributes.key?(:'authentication_type')
55
+ self.authentication_type = attributes[:'authentication_type']
56
56
  end
57
57
 
58
58
  if attributes.key?(:'sms_phone_number')
@@ -113,7 +113,7 @@ module OpenapiClient
113
113
  def ==(o)
114
114
  return true if self.equal?(o)
115
115
  self.class == o.class &&
116
- request_type == o.request_type &&
116
+ authentication_type == o.authentication_type &&
117
117
  sms_phone_number == o.sms_phone_number
118
118
  end
119
119
 
@@ -126,7 +126,7 @@ module OpenapiClient
126
126
  # Calculates hash code according to all attributes.
127
127
  # @return [Integer] Hash code
128
128
  def hash
129
- [request_type, sms_phone_number].hash
129
+ [authentication_type, sms_phone_number].hash
130
130
  end
131
131
 
132
132
  # Builds the object from hash
@@ -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,30 +13,30 @@ OpenAPI Generator version: unset
13
13
  require 'date'
14
14
 
15
15
  module OpenapiClient
16
- # Authentication verification request specific to UnionPay transactions.
17
- class UnionPayAuthenticationVerificationRequest < AuthenticationVerificationRequest
16
+ # Authentication update request specific to UnionPay transactions.
17
+ class UnionPayAuthenticationUpdateRequest < AuthenticationUpdateRequest
18
18
  # An optional Outlet ID for clients that support multiple stores in the same developer app.
19
19
  attr_accessor :store_id
20
20
 
21
- # Object name of the authentication verification request.
22
- attr_accessor :request_type
23
-
24
- # Card security code if required by merchant.
25
- attr_accessor :security_code
21
+ # Object name of the authentication update request.
22
+ attr_accessor :authentication_type
26
23
 
27
24
  attr_accessor :billing_address
28
25
 
29
26
  # Customer mobile number for SMS verification.
30
27
  attr_accessor :sms_verification_code
31
28
 
29
+ # Card security code if required by merchant.
30
+ attr_accessor :security_code
31
+
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
35
  :'store_id' => :'storeId',
36
- :'request_type' => :'requestType',
37
- :'security_code' => :'securityCode',
36
+ :'authentication_type' => :'authenticationType',
38
37
  :'billing_address' => :'billingAddress',
39
- :'sms_verification_code' => :'smsVerificationCode'
38
+ :'sms_verification_code' => :'smsVerificationCode',
39
+ :'security_code' => :'securityCode'
40
40
  }
41
41
  end
42
42
 
@@ -44,18 +44,18 @@ module OpenapiClient
44
44
  def self.openapi_types
45
45
  {
46
46
  :'store_id' => :'String',
47
- :'request_type' => :'String',
48
- :'security_code' => :'String',
47
+ :'authentication_type' => :'String',
49
48
  :'billing_address' => :'Address',
50
- :'sms_verification_code' => :'String'
49
+ :'sms_verification_code' => :'String',
50
+ :'security_code' => :'String'
51
51
  }
52
52
  end
53
53
 
54
54
  # List of class defined in allOf (OpenAPI v3)
55
55
  def self.openapi_all_of
56
56
  [
57
- :'AuthenticationVerificationRequest',
58
- :'UnionPayAuthenticationVerificationRequestAllOf'
57
+ :'AuthenticationUpdateRequest',
58
+ :'UnionPayAuthenticationUpdateRequestAllOf'
59
59
  ]
60
60
  end
61
61
 
@@ -63,13 +63,13 @@ module OpenapiClient
63
63
  # @param [Hash] attributes Model attributes in the form of hash
64
64
  def initialize(attributes = {})
65
65
  if (!attributes.is_a?(Hash))
66
- fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::UnionPayAuthenticationVerificationRequest` initialize method"
66
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::UnionPayAuthenticationUpdateRequest` initialize method"
67
67
  end
68
68
 
69
69
  # check to see if the attribute exists and convert string to symbol for hash key
70
70
  attributes = attributes.each_with_object({}) { |(k, v), h|
71
71
  if (!self.class.attribute_map.key?(k.to_sym))
72
- fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::UnionPayAuthenticationVerificationRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
72
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::UnionPayAuthenticationUpdateRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
73
73
  end
74
74
  h[k.to_sym] = v
75
75
  }
@@ -81,12 +81,8 @@ module OpenapiClient
81
81
  self.store_id = attributes[:'store_id']
82
82
  end
83
83
 
84
- if attributes.key?(:'request_type')
85
- self.request_type = attributes[:'request_type']
86
- end
87
-
88
- if attributes.key?(:'security_code')
89
- self.security_code = attributes[:'security_code']
84
+ if attributes.key?(:'authentication_type')
85
+ self.authentication_type = attributes[:'authentication_type']
90
86
  end
91
87
 
92
88
  if attributes.key?(:'billing_address')
@@ -96,6 +92,10 @@ module OpenapiClient
96
92
  if attributes.key?(:'sms_verification_code')
97
93
  self.sms_verification_code = attributes[:'sms_verification_code']
98
94
  end
95
+
96
+ if attributes.key?(:'security_code')
97
+ self.security_code = attributes[:'security_code']
98
+ end
99
99
  end
100
100
 
101
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -158,10 +158,10 @@ module OpenapiClient
158
158
  return true if self.equal?(o)
159
159
  self.class == o.class &&
160
160
  store_id == o.store_id &&
161
- request_type == o.request_type &&
162
- security_code == o.security_code &&
161
+ authentication_type == o.authentication_type &&
163
162
  billing_address == o.billing_address &&
164
- sms_verification_code == o.sms_verification_code && super(o)
163
+ sms_verification_code == o.sms_verification_code &&
164
+ security_code == o.security_code && super(o)
165
165
  end
166
166
 
167
167
  # @see the `==` method
@@ -173,7 +173,7 @@ module OpenapiClient
173
173
  # Calculates hash code according to all attributes.
174
174
  # @return [Integer] Hash code
175
175
  def hash
176
- [store_id, request_type, security_code, billing_address, sms_verification_code].hash
176
+ [store_id, authentication_type, billing_address, sms_verification_code, security_code].hash
177
177
  end
178
178
 
179
179
  # Builds the object from hash
@@ -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,29 +13,29 @@ OpenAPI Generator version: unset
13
13
  require 'date'
14
14
 
15
15
  module OpenapiClient
16
- class UnionPayAuthenticationVerificationRequestAllOf
16
+ class UnionPayAuthenticationUpdateRequestAllOf
17
17
  # An optional Outlet ID for clients that support multiple stores in the same developer app.
18
18
  attr_accessor :store_id
19
19
 
20
- # Object name of the authentication verification request.
21
- attr_accessor :request_type
22
-
23
- # Card security code if required by merchant.
24
- attr_accessor :security_code
20
+ # Object name of the authentication update request.
21
+ attr_accessor :authentication_type
25
22
 
26
23
  attr_accessor :billing_address
27
24
 
28
25
  # Customer mobile number for SMS verification.
29
26
  attr_accessor :sms_verification_code
30
27
 
28
+ # Card security code if required by merchant.
29
+ attr_accessor :security_code
30
+
31
31
  # Attribute mapping from ruby-style variable name to JSON key.
32
32
  def self.attribute_map
33
33
  {
34
34
  :'store_id' => :'storeId',
35
- :'request_type' => :'requestType',
36
- :'security_code' => :'securityCode',
35
+ :'authentication_type' => :'authenticationType',
37
36
  :'billing_address' => :'billingAddress',
38
- :'sms_verification_code' => :'smsVerificationCode'
37
+ :'sms_verification_code' => :'smsVerificationCode',
38
+ :'security_code' => :'securityCode'
39
39
  }
40
40
  end
41
41
 
@@ -43,10 +43,10 @@ module OpenapiClient
43
43
  def self.openapi_types
44
44
  {
45
45
  :'store_id' => :'String',
46
- :'request_type' => :'String',
47
- :'security_code' => :'String',
46
+ :'authentication_type' => :'String',
48
47
  :'billing_address' => :'Address',
49
- :'sms_verification_code' => :'String'
48
+ :'sms_verification_code' => :'String',
49
+ :'security_code' => :'String'
50
50
  }
51
51
  end
52
52
 
@@ -54,13 +54,13 @@ module OpenapiClient
54
54
  # @param [Hash] attributes Model attributes in the form of hash
55
55
  def initialize(attributes = {})
56
56
  if (!attributes.is_a?(Hash))
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::UnionPayAuthenticationVerificationRequestAllOf` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::UnionPayAuthenticationUpdateRequestAllOf` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
61
61
  attributes = attributes.each_with_object({}) { |(k, v), h|
62
62
  if (!self.class.attribute_map.key?(k.to_sym))
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::UnionPayAuthenticationVerificationRequestAllOf`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::UnionPayAuthenticationUpdateRequestAllOf`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -69,12 +69,8 @@ module OpenapiClient
69
69
  self.store_id = attributes[:'store_id']
70
70
  end
71
71
 
72
- if attributes.key?(:'request_type')
73
- self.request_type = attributes[:'request_type']
74
- end
75
-
76
- if attributes.key?(:'security_code')
77
- self.security_code = attributes[:'security_code']
72
+ if attributes.key?(:'authentication_type')
73
+ self.authentication_type = attributes[:'authentication_type']
78
74
  end
79
75
 
80
76
  if attributes.key?(:'billing_address')
@@ -84,6 +80,10 @@ module OpenapiClient
84
80
  if attributes.key?(:'sms_verification_code')
85
81
  self.sms_verification_code = attributes[:'sms_verification_code']
86
82
  end
83
+
84
+ if attributes.key?(:'security_code')
85
+ self.security_code = attributes[:'security_code']
86
+ end
87
87
  end
88
88
 
89
89
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -146,10 +146,10 @@ module OpenapiClient
146
146
  return true if self.equal?(o)
147
147
  self.class == o.class &&
148
148
  store_id == o.store_id &&
149
- request_type == o.request_type &&
150
- security_code == o.security_code &&
149
+ authentication_type == o.authentication_type &&
151
150
  billing_address == o.billing_address &&
152
- sms_verification_code == o.sms_verification_code
151
+ sms_verification_code == o.sms_verification_code &&
152
+ security_code == o.security_code
153
153
  end
154
154
 
155
155
  # @see the `==` method
@@ -161,7 +161,7 @@ module OpenapiClient
161
161
  # Calculates hash code according to all attributes.
162
162
  # @return [Integer] Hash code
163
163
  def hash
164
- [store_id, request_type, security_code, billing_address, sms_verification_code].hash
164
+ [store_id, authentication_type, billing_address, sms_verification_code, security_code].hash
165
165
  end
166
166
 
167
167
  # Builds the object from hash
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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