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
@@ -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
@@ -15,24 +15,24 @@ require 'date'
15
15
  module OpenapiClient
16
16
  # Wallet payment method containing encrypted Apple Pay information.
17
17
  class EncryptedApplePayWalletPaymentMethod < WalletPaymentMethod
18
+ attr_accessor :encrypted_apple_pay
19
+
18
20
  # Type of wallet.
19
21
  attr_accessor :wallet_type
20
22
 
21
- attr_accessor :encrypted_apple_pay
22
-
23
23
  # Attribute mapping from ruby-style variable name to JSON key.
24
24
  def self.attribute_map
25
25
  {
26
- :'wallet_type' => :'walletType',
27
- :'encrypted_apple_pay' => :'encryptedApplePay'
26
+ :'encrypted_apple_pay' => :'encryptedApplePay',
27
+ :'wallet_type' => :'walletType'
28
28
  }
29
29
  end
30
30
 
31
31
  # Attribute type mapping.
32
32
  def self.openapi_types
33
33
  {
34
- :'wallet_type' => :'String',
35
- :'encrypted_apple_pay' => :'EncryptedApplePay'
34
+ :'encrypted_apple_pay' => :'EncryptedApplePay',
35
+ :'wallet_type' => :'String'
36
36
  }
37
37
  end
38
38
 
@@ -62,13 +62,13 @@ module OpenapiClient
62
62
  # call parent's initialize
63
63
  super(attributes)
64
64
 
65
- if attributes.key?(:'wallet_type')
66
- self.wallet_type = attributes[:'wallet_type']
67
- end
68
-
69
65
  if attributes.key?(:'encrypted_apple_pay')
70
66
  self.encrypted_apple_pay = attributes[:'encrypted_apple_pay']
71
67
  end
68
+
69
+ if attributes.key?(:'wallet_type')
70
+ self.wallet_type = attributes[:'wallet_type']
71
+ end
72
72
  end
73
73
 
74
74
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -94,8 +94,8 @@ module OpenapiClient
94
94
  def ==(o)
95
95
  return true if self.equal?(o)
96
96
  self.class == o.class &&
97
- wallet_type == o.wallet_type &&
98
- encrypted_apple_pay == o.encrypted_apple_pay && super(o)
97
+ encrypted_apple_pay == o.encrypted_apple_pay &&
98
+ wallet_type == o.wallet_type && super(o)
99
99
  end
100
100
 
101
101
  # @see the `==` method
@@ -107,7 +107,7 @@ module OpenapiClient
107
107
  # Calculates hash code according to all attributes.
108
108
  # @return [Integer] Hash code
109
109
  def hash
110
- [wallet_type, encrypted_apple_pay].hash
110
+ [encrypted_apple_pay, wallet_type].hash
111
111
  end
112
112
 
113
113
  # 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
@@ -14,24 +14,24 @@ require 'date'
14
14
 
15
15
  module OpenapiClient
16
16
  class EncryptedApplePayWalletPaymentMethodAllOf
17
+ attr_accessor :encrypted_apple_pay
18
+
17
19
  # Type of wallet.
18
20
  attr_accessor :wallet_type
19
21
 
20
- attr_accessor :encrypted_apple_pay
21
-
22
22
  # Attribute mapping from ruby-style variable name to JSON key.
23
23
  def self.attribute_map
24
24
  {
25
- :'wallet_type' => :'walletType',
26
- :'encrypted_apple_pay' => :'encryptedApplePay'
25
+ :'encrypted_apple_pay' => :'encryptedApplePay',
26
+ :'wallet_type' => :'walletType'
27
27
  }
28
28
  end
29
29
 
30
30
  # Attribute type mapping.
31
31
  def self.openapi_types
32
32
  {
33
- :'wallet_type' => :'String',
34
- :'encrypted_apple_pay' => :'EncryptedApplePay'
33
+ :'encrypted_apple_pay' => :'EncryptedApplePay',
34
+ :'wallet_type' => :'String'
35
35
  }
36
36
  end
37
37
 
@@ -50,13 +50,13 @@ module OpenapiClient
50
50
  h[k.to_sym] = v
51
51
  }
52
52
 
53
- if attributes.key?(:'wallet_type')
54
- self.wallet_type = attributes[:'wallet_type']
55
- end
56
-
57
53
  if attributes.key?(:'encrypted_apple_pay')
58
54
  self.encrypted_apple_pay = attributes[:'encrypted_apple_pay']
59
55
  end
56
+
57
+ if attributes.key?(:'wallet_type')
58
+ self.wallet_type = attributes[:'wallet_type']
59
+ end
60
60
  end
61
61
 
62
62
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -82,8 +82,8 @@ module OpenapiClient
82
82
  def ==(o)
83
83
  return true if self.equal?(o)
84
84
  self.class == o.class &&
85
- wallet_type == o.wallet_type &&
86
- encrypted_apple_pay == o.encrypted_apple_pay
85
+ encrypted_apple_pay == o.encrypted_apple_pay &&
86
+ wallet_type == o.wallet_type
87
87
  end
88
88
 
89
89
  # @see the `==` method
@@ -95,7 +95,7 @@ module OpenapiClient
95
95
  # Calculates hash code according to all attributes.
96
96
  # @return [Integer] Hash code
97
97
  def hash
98
- [wallet_type, encrypted_apple_pay].hash
98
+ [encrypted_apple_pay, wallet_type].hash
99
99
  end
100
100
 
101
101
  # 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
@@ -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
@@ -0,0 +1,252 @@
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
+ # Provides clearing response information for the specific endpoint.
17
+ class EndpointResponse
18
+ # Specifies the identifier of an endpoint.
19
+ attr_accessor :endpoint_id
20
+
21
+ # Defines the clearing status of an endpoint.
22
+ attr_accessor :status
23
+
24
+ # Defines the batch number of an endpoint clearing process.
25
+ attr_accessor :batch_number
26
+
27
+ class EnumAttributeValidator
28
+ attr_reader :datatype
29
+ attr_reader :allowable_values
30
+
31
+ def initialize(datatype, allowable_values)
32
+ @allowable_values = allowable_values.map do |value|
33
+ case datatype.to_s
34
+ when /Integer/i
35
+ value.to_i
36
+ when /Float/i
37
+ value.to_f
38
+ else
39
+ value
40
+ end
41
+ end
42
+ end
43
+
44
+ def valid?(value)
45
+ !value || allowable_values.include?(value)
46
+ end
47
+ end
48
+
49
+ # Attribute mapping from ruby-style variable name to JSON key.
50
+ def self.attribute_map
51
+ {
52
+ :'endpoint_id' => :'endpointID',
53
+ :'status' => :'status',
54
+ :'batch_number' => :'batchNumber'
55
+ }
56
+ end
57
+
58
+ # Attribute type mapping.
59
+ def self.openapi_types
60
+ {
61
+ :'endpoint_id' => :'String',
62
+ :'status' => :'String',
63
+ :'batch_number' => :'String'
64
+ }
65
+ end
66
+
67
+ # Initializes the object
68
+ # @param [Hash] attributes Model attributes in the form of hash
69
+ def initialize(attributes = {})
70
+ if (!attributes.is_a?(Hash))
71
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::EndpointResponse` initialize method"
72
+ end
73
+
74
+ # check to see if the attribute exists and convert string to symbol for hash key
75
+ attributes = attributes.each_with_object({}) { |(k, v), h|
76
+ if (!self.class.attribute_map.key?(k.to_sym))
77
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::EndpointResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
78
+ end
79
+ h[k.to_sym] = v
80
+ }
81
+
82
+ if attributes.key?(:'endpoint_id')
83
+ self.endpoint_id = attributes[:'endpoint_id']
84
+ end
85
+
86
+ if attributes.key?(:'status')
87
+ self.status = attributes[:'status']
88
+ end
89
+
90
+ if attributes.key?(:'batch_number')
91
+ self.batch_number = attributes[:'batch_number']
92
+ end
93
+ end
94
+
95
+ # Show invalid properties with the reasons. Usually used together with valid?
96
+ # @return Array for valid properties with the reasons
97
+ def list_invalid_properties
98
+ invalid_properties = Array.new
99
+ invalid_properties
100
+ end
101
+
102
+ # Check to see if the all the properties in the model are valid
103
+ # @return true if the model is valid
104
+ def valid?
105
+ status_validator = EnumAttributeValidator.new('String', ["APPROVED", "DECLINED", "FAILED"])
106
+ return false unless status_validator.valid?(@status)
107
+ true
108
+ end
109
+
110
+ # Custom attribute writer method checking allowed values (enum).
111
+ # @param [Object] status Object to be assigned
112
+ def status=(status)
113
+ validator = EnumAttributeValidator.new('String', ["APPROVED", "DECLINED", "FAILED"])
114
+ unless validator.valid?(status)
115
+ fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
116
+ end
117
+ @status = status
118
+ end
119
+
120
+ # Checks equality by comparing each attribute.
121
+ # @param [Object] Object to be compared
122
+ def ==(o)
123
+ return true if self.equal?(o)
124
+ self.class == o.class &&
125
+ endpoint_id == o.endpoint_id &&
126
+ status == o.status &&
127
+ batch_number == o.batch_number
128
+ end
129
+
130
+ # @see the `==` method
131
+ # @param [Object] Object to be compared
132
+ def eql?(o)
133
+ self == o
134
+ end
135
+
136
+ # Calculates hash code according to all attributes.
137
+ # @return [Integer] Hash code
138
+ def hash
139
+ [endpoint_id, status, batch_number].hash
140
+ end
141
+
142
+ # Builds the object from hash
143
+ # @param [Hash] attributes Model attributes in the form of hash
144
+ # @return [Object] Returns the model itself
145
+ def self.build_from_hash(attributes)
146
+ new.build_from_hash(attributes)
147
+ end
148
+
149
+ # Builds the object from hash
150
+ # @param [Hash] attributes Model attributes in the form of hash
151
+ # @return [Object] Returns the model itself
152
+ def build_from_hash(attributes)
153
+ return nil unless attributes.is_a?(Hash)
154
+ self.class.openapi_types.each_pair do |key, type|
155
+ if type =~ /\AArray<(.*)>/i
156
+ # check to ensure the input is an array given that the attribute
157
+ # is documented as an array but the input is not
158
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
159
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
160
+ end
161
+ elsif !attributes[self.class.attribute_map[key]].nil?
162
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
163
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
164
+ end
165
+
166
+ self
167
+ end
168
+
169
+ # Deserializes the data based on type
170
+ # @param string type Data type
171
+ # @param string value Value to be deserialized
172
+ # @return [Object] Deserialized data
173
+ def _deserialize(type, value)
174
+ case type.to_sym
175
+ when :DateTime
176
+ DateTime.parse(value)
177
+ when :Date
178
+ Date.parse(value)
179
+ when :String
180
+ value.to_s
181
+ when :Integer
182
+ value.to_i
183
+ when :Float
184
+ value.to_f
185
+ when :Boolean
186
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
187
+ true
188
+ else
189
+ false
190
+ end
191
+ when :Object
192
+ # generic object (usually a Hash), return directly
193
+ value
194
+ when /\AArray<(?<inner_type>.+)>\z/
195
+ inner_type = Regexp.last_match[:inner_type]
196
+ value.map { |v| _deserialize(inner_type, v) }
197
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
198
+ k_type = Regexp.last_match[:k_type]
199
+ v_type = Regexp.last_match[:v_type]
200
+ {}.tap do |hash|
201
+ value.each do |k, v|
202
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
203
+ end
204
+ end
205
+ else # model
206
+ OpenapiClient.const_get(type).build_from_hash(value)
207
+ end
208
+ end
209
+
210
+ # Returns the string representation of the object
211
+ # @return [String] String presentation of the object
212
+ def to_s
213
+ to_hash.to_s
214
+ end
215
+
216
+ # to_body is an alias to to_hash (backward compatibility)
217
+ # @return [Hash] Returns the object in the form of hash
218
+ def to_body
219
+ to_hash
220
+ end
221
+
222
+ # Returns the object in the form of hash
223
+ # @return [Hash] Returns the object in the form of hash
224
+ def to_hash
225
+ hash = {}
226
+ self.class.attribute_map.each_pair do |attr, param|
227
+ value = self.send(attr)
228
+ next if value.nil?
229
+ hash[param] = _to_hash(value)
230
+ end
231
+ hash
232
+ end
233
+
234
+ # Outputs non-array value in the form of hash
235
+ # For object, use to_hash. Otherwise, just return the value
236
+ # @param [Object] value Any valid value
237
+ # @return [Hash] Returns the value in the form of hash
238
+ def _to_hash(value)
239
+ if value.is_a?(Array)
240
+ value.compact.map { |v| _to_hash(v) }
241
+ elsif value.is_a?(Hash)
242
+ {}.tap do |hash|
243
+ value.each { |k, v| hash[k] = _to_hash(v) }
244
+ end
245
+ elsif value.respond_to? :to_hash
246
+ value.to_hash
247
+ else
248
+ value
249
+ end
250
+ end
251
+ end
252
+ 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
@@ -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
@@ -18,7 +18,7 @@ module OpenapiClient
18
18
  # Month of the card expiration date in MM format.
19
19
  attr_accessor :month
20
20
 
21
- # Year of the card expiration date in YY or YYYY format.
21
+ # Year of the card expiration date in YY format.
22
22
  attr_accessor :year
23
23
 
24
24
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -78,10 +78,10 @@ module OpenapiClient
78
78
  invalid_properties.push('invalid value for "year", year cannot be nil.')
79
79
  end
80
80
 
81
- pattern = Regexp.new(/^(\d{2})(\d{2})?$/)
82
- if @year !~ pattern
83
- invalid_properties.push("invalid value for \"year\", must conform to the pattern #{pattern}.")
84
- end
81
+ # pattern = Regexp.new(/^([0-9]{2})$/)
82
+ # if @year !~ pattern
83
+ # invalid_properties.push("invalid value for \"year\", must conform to the pattern #{pattern}.")
84
+ # end
85
85
 
86
86
  invalid_properties
87
87
  end
@@ -92,7 +92,7 @@ module OpenapiClient
92
92
  return false if @month.nil?
93
93
  return false if @month !~ Regexp.new(/^(0[1-9]|1[012])$/)
94
94
  return false if @year.nil?
95
- return false if @year !~ Regexp.new(/^(\d{2})(\d{2})?$/)
95
+ return false if @year !~ Regexp.new(/^([0-9]{2})$/)
96
96
  true
97
97
  end
98
98
 
@@ -118,10 +118,10 @@ module OpenapiClient
118
118
  fail ArgumentError, 'year cannot be nil'
119
119
  end
120
120
 
121
- pattern = Regexp.new(/^(\d{2})(\d{2})?$/)
122
- if year !~ pattern
123
- fail ArgumentError, "invalid value for \"year\", must conform to the pattern #{pattern}."
124
- end
121
+ # pattern = Regexp.new(/^([0-9]{2})$/)
122
+ # if year !~ pattern
123
+ # fail ArgumentError, "invalid value for \"year\", must conform to the pattern #{pattern}."
124
+ # end
125
125
 
126
126
  @year = year
127
127
  end
@@ -0,0 +1,39 @@
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
+ class FontFace
17
+ ARIAL = "arial".freeze
18
+ COURIER_NEW = "courier new".freeze
19
+ TIMES_NEW_ROMAN = "times new roman".freeze
20
+ TREBUCHET_MS = "trebuchet ms".freeze
21
+ VERDANA = "verdana".freeze
22
+
23
+ # Builds the enum from string
24
+ # @param [String] The enum value in the form of the string
25
+ # @return [String] The enum value
26
+ def self.build_from_hash(value)
27
+ new.build_from_hash(value)
28
+ end
29
+
30
+ # Builds the enum from string
31
+ # @param [String] The enum value in the form of the string
32
+ # @return [String] The enum value
33
+ def build_from_hash(value)
34
+ constantValues = FontFace.constants.select { |c| FontFace::const_get(c) == value }
35
+ raise "Invalid ENUM value #{value} for class #FontFace" if constantValues.empty?
36
+ value
37
+ end
38
+ end
39
+ end