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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e395887e4ef136ffff73121ee483d626f251e11
4
- data.tar.gz: 0715b15c69f6ed49c31592d3f078612c34690b12
3
+ metadata.gz: 30d6089cbae6cdc001f2276226a3aa67a9b9e0fd
4
+ data.tar.gz: c142eba3c209e1b7e0745be11776e1a59fd25ffe
5
5
  SHA512:
6
- metadata.gz: 26829911e6a930bead9d35fb92d2141f58c36a659061bdef4881e9b3ed96433ea1a357e2b4d36b4d118f87810d043c760e3c8b662db00c43a8644f8e358cbb19
7
- data.tar.gz: dcbbf14c44f2aa8aca43adc1f5e35fa507f71990472019d796062e41b9986ac10f76d6d433433ad2fa7363410abaf454f78da3cd89e0fc9e8ceea8636d375f49
6
+ metadata.gz: 731958df5b5a7bf6508bf1b62064b924665a6dcd9b4278ffe8c0fd3958659b063591059fec6e995e2f07855929584f33fc6af2c093900a99d8b937e6caf2affb
7
+ data.tar.gz: 67b50cf4e59b2548e4d4ac8cf0b4393b0585197fc43a775ef1d6074dc8dbf467560feb069ab01475173c7c1f701a5727eeb3a964a60be5ff26d5c58af03fc37e
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # FirstApiClient
2
2
 
3
- This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
3
+ Payment Gateway API Specification.
4
+ - API version: 6.10.0
4
5
 
5
6
  ## Installation
6
7
 
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::ACSResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **c_res** | **String** | The ACS response to the CReq message. It can indicate the result of cardholder authentication or, in the case of an app-based model, also signal that further cardholder interaction is required to complete the authentication. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::ACSResponse.new(c_res: ewogICAiYWNzUmVmZXJlbmNlTnVtYmVyIiA6ICJBQ1NFbXUyIiwKICAgImFjc1RyYW5zSUQiIDogIjAwMDAwMDAwLTAwMDUtNWE1YS04MDAwLTAxNmZhNTU2MzgzMiIsCiAgICJtZXNzYWdlVHlwZSIgOiAiQ1JlcyIsCiAgICJtZXNzYWdlVmVyc2lvbiIgOiAiMi4xLjAiLAogICAidGhyZWVEU1NlcnZlclRyYW5zSUQiIDogImRlZjlmYmQ4LWY5MzUtNWM3Mi04MDAwLTAwMDAwMDA4MjllZCIsCiAgICJ0cmFuc1N0YXR1cyIgOiAiWSIKfQ)
15
+ ```
16
+
17
+
@@ -0,0 +1,21 @@
1
+ # OpenapiClient::AccessTokenRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **domain** | **String** | Domain name. |
8
+ **token** | **String** | The token value. |
9
+ **public_key_required** | **Boolean** | Indicates whether public key is requested or not. |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OpenapiClient'
15
+
16
+ instance = OpenapiClient::AccessTokenRequest.new(domain: somedomain.com,
17
+ token: gfgF92JHDJFjxcJHCQ23IbI12D,
18
+ public_key_required: true)
19
+ ```
20
+
21
+
@@ -4,18 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **access_token** | **String** | Access token for authentication. | [optional]
7
+ **token_id** | **String** | Access token for authentication. | [optional]
8
+ **status** | **String** | The token status. | [optional]
9
+ **issued_on** | **String** | Access token issued time in milliseconds. | [optional]
10
+ **expires_in_seconds** | **String** | Access token expiration time. | [optional]
11
+ **public_key_base64** | **String** | Public key to encrypt data. | [optional]
12
+ **algorithm** | **String** | Encyption algorithym. One way ECDH 256 bit key. | [optional]
8
13
  **client_request_id** | **String** | Echoes back the value from the request header for tracking. | [optional]
9
- **request_status** | **String** | The result of the requested operation. If this is anything other than 'SUCCESS', please refer to the 400s HTTP error codes. See ErrorResponse object for details. | [optional]
10
14
 
11
15
  ## Code Sample
12
16
 
13
17
  ```ruby
14
18
  require 'OpenapiClient'
15
19
 
16
- instance = OpenapiClient::AccessTokenResponse.new(access_token: Rft3dqrs56Blirls56a,
17
- client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66,
18
- request_status: null)
20
+ instance = OpenapiClient::AccessTokenResponse.new(token_id: gliF92ypj9cKRWUP8lpRIbI3bhNf,
21
+ status: ACTIVE,
22
+ issued_on: 1579021570941,
23
+ expires_in_seconds: 899,
24
+ public_key_base64: LS0tLS1CRUdJTiBQLbnFSNXRnVmc4U08LS1FTkQgUFVCTElDIEtFWS0tLS0t,
25
+ algorithm: RSA/NONE/PKCS1PADDING,
26
+ client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66)
19
27
  ```
20
28
 
21
29
 
@@ -7,6 +7,9 @@ Name | Type | Description | Notes
7
7
  **comments** | **String** | Comments for the payment. | [optional]
8
8
  **invoice_number** | **String** | Invoice number. | [optional]
9
9
  **purchase_order_number** | **String** | Purchase order number. | [optional]
10
+ **operator_id** | **String** | The operator ID. | [optional]
11
+ **sales_system_id** | **String** | The sales system ID. | [optional]
12
+ **ipg_deferred_auth** | **Boolean** | Indicates if the particular transaction is a deferred authorization. | [optional]
10
13
 
11
14
  ## Code Sample
12
15
 
@@ -15,7 +18,10 @@ require 'OpenapiClient'
15
18
 
16
19
  instance = OpenapiClient::AdditionalDetails.new(comments: This is a comment,
17
20
  invoice_number: 551294633441,
18
- purchase_order_number: 1223456)
21
+ purchase_order_number: 1223456,
22
+ operator_id: null,
23
+ sales_system_id: null,
24
+ ipg_deferred_auth: true)
19
25
  ```
20
26
 
21
27
 
@@ -10,7 +10,7 @@ Method | HTTP request | Description
10
10
 
11
11
  ## authentication_access_tokens_post
12
12
 
13
- > AccessTokenResponse authentication_access_tokens_post(content_type, client_request_id, api_key, timestamp, opts)
13
+ > AccessTokenResponse authentication_access_tokens_post(content_type, client_request_id, api_key, timestamp, access_token_request, opts)
14
14
 
15
15
  Generate an access token for user authentication.
16
16
 
@@ -27,13 +27,14 @@ content_type = 'application/json' # String | Content type.
27
27
  client_request_id = 'client_request_id_example' # String | A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
28
28
  api_key = 'api_key_example' # String | Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
29
29
  timestamp = 56 # Integer | Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
30
+ access_token_request = OpenapiClient::AccessTokenRequest.new # AccessTokenRequest | Access token request
30
31
  opts = {
31
32
  message_signature: 'message_signature_example' # String | Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
32
33
  }
33
34
 
34
35
  begin
35
36
  #Generate an access token for user authentication.
36
- result = api_instance.authentication_access_tokens_post(content_type, client_request_id, api_key, timestamp, opts)
37
+ result = api_instance.authentication_access_tokens_post(content_type, client_request_id, api_key, timestamp, access_token_request, opts)
37
38
  p result
38
39
  rescue OpenapiClient::ApiError => e
39
40
  puts "Exception when calling AuthenticationApi->authentication_access_tokens_post: #{e}"
@@ -49,6 +50,7 @@ Name | Type | Description | Notes
49
50
  **client_request_id** | **String**| A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format. |
50
51
  **api_key** | **String**| Key given to merchant after boarding associating their requests with the appropriate app in Apigee. |
51
52
  **timestamp** | **Integer**| Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins). |
53
+ **access_token_request** | [**AccessTokenRequest**](AccessTokenRequest.md)| Access token request |
52
54
  **message_signature** | **String**| Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal. | [optional]
53
55
 
54
56
  ### Return type
@@ -61,6 +63,6 @@ No authorization required
61
63
 
62
64
  ### HTTP request headers
63
65
 
64
- - **Content-Type**: Not defined
66
+ - **Content-Type**: application/json
65
67
  - **Accept**: application/json
66
68
 
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::AuthenticationRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **authentication_type** | **String** | Indicates what kind of authentication scheme the merchant wants to use on the card. |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::AuthenticationRequest.new(authentication_type: UnionPayAuthenticationRequest)
15
+ ```
16
+
17
+
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::AuthenticationResult
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **authentication_type** | **String** | Specifies the version of 3DS to be used where authentication was managed outside of the gateway. |
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::AuthenticationResult.new(authentication_type: Secure3D10AuthenticationResult)
15
+ ```
16
+
17
+
@@ -0,0 +1,21 @@
1
+ # OpenapiClient::AuthenticationUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **store_id** | **String** | An optional Outlet ID for clients that support multiple stores in the same developer app. | [optional]
8
+ **authentication_type** | **String** | Object name of the authentication update request. |
9
+ **billing_address** | [**Address**](Address.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OpenapiClient'
15
+
16
+ instance = OpenapiClient::AuthenticationUpdateRequest.new(store_id: 12345500000,
17
+ authentication_type: Secure3D10AuthenticationUpdateRequest,
18
+ billing_address: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,23 @@
1
+ # OpenapiClient::Background
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **top_bar** | [**TopBar**](TopBar.md) | | [optional]
8
+ **body** | [**Body**](Body.md) | | [optional]
9
+ **content** | [**Content**](Content.md) | | [optional]
10
+ **borders** | [**Borders**](Borders.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OpenapiClient'
16
+
17
+ instance = OpenapiClient::Background.new(top_bar: null,
18
+ body: null,
19
+ content: null,
20
+ borders: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,21 @@
1
+ # OpenapiClient::BackgroundColor
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **header** | [**Header**](Header.md) | | [optional]
8
+ **content** | [**Content**](Content.md) | | [optional]
9
+ **footer** | [**Footer**](Footer.md) | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OpenapiClient'
15
+
16
+ instance = OpenapiClient::BackgroundColor.new(header: null,
17
+ content: null,
18
+ footer: null)
19
+ ```
20
+
21
+
data/docs/Body.md ADDED
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::Body
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **color** | **String** | Hexadecimal color value. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::Body.new(color: #FFEE00)
15
+ ```
16
+
17
+
data/docs/Borders.md ADDED
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::Borders
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **color** | **String** | Hexadecimal color value. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::Borders.new(color: #FFEE00)
15
+ ```
16
+
17
+
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::BrandingStyleConfigurationRequest
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **stores** | [**Array<StoreBrandingStyleConfiguration>**](StoreBrandingStyleConfiguration.md) | | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::BrandingStyleConfigurationRequest.new(stores: null)
15
+ ```
16
+
17
+
@@ -0,0 +1,23 @@
1
+ # OpenapiClient::BrandingStyleConfigurationResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional]
8
+ **api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional]
9
+ **response_type** | [**ResponseType**](ResponseType.md) | | [optional]
10
+ **stores** | [**Array<BrandingStyleConfigurationResult>**](BrandingStyleConfigurationResult.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OpenapiClient'
16
+
17
+ instance = OpenapiClient::BrandingStyleConfigurationResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66,
18
+ api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7,
19
+ response_type: null,
20
+ stores: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,19 @@
1
+ # OpenapiClient::BrandingStyleConfigurationResult
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **id** | **String** | An optional outlet id for clients that support multiple stores in the same developer app. | [optional]
8
+ **status** | **String** | Status from branding style configuration process. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'OpenapiClient'
14
+
15
+ instance = OpenapiClient::BrandingStyleConfigurationResult.new(id: 12345500000,
16
+ status: SUCCESS. Style properties were changed successfully.)
17
+ ```
18
+
19
+
data/docs/Button.md ADDED
@@ -0,0 +1,19 @@
1
+ # OpenapiClient::Button
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **primary** | [**Primary**](Primary.md) | | [optional]
8
+ **hover** | [**Hover**](Hover.md) | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'OpenapiClient'
14
+
15
+ instance = OpenapiClient::Button.new(primary: null,
16
+ hover: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,35 @@
1
+ # OpenapiClient::ClassicMode
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **background_color** | [**BackgroundColor**](BackgroundColor.md) | | [optional]
8
+ **mobile** | [**Mobile**](Mobile.md) | | [optional]
9
+ **amount_title** | [**FontProperties**](FontProperties.md) | | [optional]
10
+ **superscription** | [**FontProperties**](FontProperties.md) | | [optional]
11
+ **individual_text** | [**FontProperties**](FontProperties.md) | | [optional]
12
+ **label** | [**FontProperties**](FontProperties.md) | | [optional]
13
+ **normal_text** | [**FontProperties**](FontProperties.md) | | [optional]
14
+ **buttons** | [**Properties**](Properties.md) | | [optional]
15
+ **anchor** | [**Properties**](Properties.md) | | [optional]
16
+ **system_messages** | [**Properties**](Properties.md) | | [optional]
17
+
18
+ ## Code Sample
19
+
20
+ ```ruby
21
+ require 'OpenapiClient'
22
+
23
+ instance = OpenapiClient::ClassicMode.new(background_color: null,
24
+ mobile: null,
25
+ amount_title: null,
26
+ superscription: null,
27
+ individual_text: null,
28
+ label: null,
29
+ normal_text: null,
30
+ buttons: null,
31
+ anchor: null,
32
+ system_messages: null)
33
+ ```
34
+
35
+
@@ -0,0 +1,25 @@
1
+ # OpenapiClient::ClearingDetails
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **clearing_elements** | [**Array<ClearingElement>**](ClearingElement.md) | The array contains information about the clearing elements. | [optional]
8
+ **batch_time_stamp** | **String** | Timestamp when the clearing has been processed. The used format is \"YYYYMMDDhhmmss\". | [optional]
9
+ **receipt_number_from** | **Integer** | Start receipt number for the clearing process. | [optional]
10
+ **receipt_number_to** | **Integer** | End receipt number for the clearing process. | [optional]
11
+ **trace_number** | **Integer** | Trace number for the clearing process. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'OpenapiClient'
17
+
18
+ instance = OpenapiClient::ClearingDetails.new(clearing_elements: [{"clearingElement":{"brand":"VISA","value":"1234","count":"1234"}},{"clearingElement":{"brand":"AMEX","value":"4321","count":"999"}}],
19
+ batch_time_stamp: 20190501094321,
20
+ receipt_number_from: 2520,
21
+ receipt_number_to: 2567,
22
+ trace_number: 113744)
23
+ ```
24
+
25
+
@@ -0,0 +1,21 @@
1
+ # OpenapiClient::ClearingElement
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **brand** | **String** | Contains the brand of the card. | [optional]
8
+ **value** | **Integer** | Holds the total clearing value computed for a specific brand. | [optional]
9
+ **count** | **Integer** | Specifies the amount of clearing elements for a given brand. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OpenapiClient'
15
+
16
+ instance = OpenapiClient::ClearingElement.new(brand: VISA,
17
+ value: 1234,
18
+ count: 1234)
19
+ ```
20
+
21
+
@@ -0,0 +1,23 @@
1
+ # OpenapiClient::CombinedMode
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **logo** | [**Logo**](Logo.md) | | [optional]
8
+ **background** | [**Background**](Background.md) | | [optional]
9
+ **text** | [**Text**](Text.md) | | [optional]
10
+ **button** | [**Button**](Button.md) | | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OpenapiClient'
16
+
17
+ instance = OpenapiClient::CombinedMode.new(logo: null,
18
+ background: null,
19
+ text: null,
20
+ button: null)
21
+ ```
22
+
23
+
@@ -1,4 +1,4 @@
1
- # OpenapiClient::Secure3dAuthenticationRequest
1
+ # OpenapiClient::ConnectMode
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  ```ruby
11
11
  require 'OpenapiClient'
12
12
 
13
- instance = OpenapiClient::Secure3dAuthenticationRequest.new()
13
+ instance = OpenapiClient::ConnectMode.new()
14
14
  ```
15
15
 
16
16
 
data/docs/Content.md ADDED
@@ -0,0 +1,17 @@
1
+ # OpenapiClient::Content
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **color** | **String** | Hexadecimal color value. | [optional]
8
+
9
+ ## Code Sample
10
+
11
+ ```ruby
12
+ require 'OpenapiClient'
13
+
14
+ instance = OpenapiClient::Content.new(color: #FFEE00)
15
+ ```
16
+
17
+
@@ -0,0 +1,25 @@
1
+ # OpenapiClient::DeleteBrandingStyleConfigurationResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional]
8
+ **api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional]
9
+ **response_type** | [**ResponseType**](ResponseType.md) | | [optional]
10
+ **store_id** | **String** | Store ID number. | [optional]
11
+ **status** | **String** | Status from delete branding style configuration process. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'OpenapiClient'
17
+
18
+ instance = OpenapiClient::DeleteBrandingStyleConfigurationResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66,
19
+ api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7,
20
+ response_type: null,
21
+ store_id: 12345500000,
22
+ status: SUCCESS. Style properties were successfully reset to default.)
23
+ ```
24
+
25
+
@@ -0,0 +1,21 @@
1
+ # OpenapiClient::EndpointResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **endpoint_id** | **String** | Specifies the identifier of an endpoint. | [optional]
8
+ **status** | **String** | Defines the clearing status of an endpoint. | [optional]
9
+ **batch_number** | **String** | Defines the batch number of an endpoint clearing process. | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'OpenapiClient'
15
+
16
+ instance = OpenapiClient::EndpointResponse.new(endpoint_id: CAFEX VISA,
17
+ status: APPROVED,
18
+ batch_number: 000)
19
+ ```
20
+
21
+
data/docs/Expiration.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **month** | **String** | Month of the card expiration date in MM format. |
8
- **year** | **String** | Year of the card expiration date in YY or YYYY format. |
8
+ **year** | **String** | Year of the card expiration date in YY format. |
9
9
 
10
10
  ## Code Sample
11
11
 
data/docs/FontFace.md ADDED
@@ -0,0 +1,16 @@
1
+ # OpenapiClient::FontFace
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'OpenapiClient'
12
+
13
+ instance = OpenapiClient::FontFace.new()
14
+ ```
15
+
16
+
@@ -0,0 +1,23 @@
1
+ # OpenapiClient::FontProperties
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **font_face** | [**FontFace**](FontFace.md) | | [optional]
8
+ **font_size** | **String** | Font size property. | [optional]
9
+ **font_weight** | [**FontWeight**](FontWeight.md) | | [optional]
10
+ **font_color** | **String** | Hexadecimal color value. | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'OpenapiClient'
16
+
17
+ instance = OpenapiClient::FontProperties.new(font_face: null,
18
+ font_size: xx-small,
19
+ font_weight: null,
20
+ font_color: #FFEE00)
21
+ ```
22
+
23
+
@@ -0,0 +1,16 @@
1
+ # OpenapiClient::FontWeight
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'OpenapiClient'
12
+
13
+ instance = OpenapiClient::FontWeight.new()
14
+ ```
15
+
16
+