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
@@ -0,0 +1,214 @@
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 Content
17
+ # Hexadecimal color value.
18
+ attr_accessor :color
19
+
20
+ # Attribute mapping from ruby-style variable name to JSON key.
21
+ def self.attribute_map
22
+ {
23
+ :'color' => :'color'
24
+ }
25
+ end
26
+
27
+ # Attribute type mapping.
28
+ def self.openapi_types
29
+ {
30
+ :'color' => :'String'
31
+ }
32
+ end
33
+
34
+ # Initializes the object
35
+ # @param [Hash] attributes Model attributes in the form of hash
36
+ def initialize(attributes = {})
37
+ if (!attributes.is_a?(Hash))
38
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::Content` initialize method"
39
+ end
40
+
41
+ # check to see if the attribute exists and convert string to symbol for hash key
42
+ attributes = attributes.each_with_object({}) { |(k, v), h|
43
+ if (!self.class.attribute_map.key?(k.to_sym))
44
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::Content`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
45
+ end
46
+ h[k.to_sym] = v
47
+ }
48
+
49
+ if attributes.key?(:'color')
50
+ self.color = attributes[:'color']
51
+ end
52
+ end
53
+
54
+ # Show invalid properties with the reasons. Usually used together with valid?
55
+ # @return Array for valid properties with the reasons
56
+ def list_invalid_properties
57
+ invalid_properties = Array.new
58
+ pattern = Regexp.new(/(^(0[xX]){1}[A-Fa-f0-9]+$)|(^#[A-Fa-f0-9]{6}$)/)
59
+ if !@color.nil? && @color !~ pattern
60
+ invalid_properties.push("invalid value for \"color\", must conform to the pattern #{pattern}.")
61
+ end
62
+
63
+ invalid_properties
64
+ end
65
+
66
+ # Check to see if the all the properties in the model are valid
67
+ # @return true if the model is valid
68
+ def valid?
69
+ return false if !@color.nil? && @color !~ Regexp.new(/(^(0[xX]){1}[A-Fa-f0-9]+$)|(^#[A-Fa-f0-9]{6}$)/)
70
+ true
71
+ end
72
+
73
+ # Custom attribute writer method with validation
74
+ # @param [Object] color Value to be assigned
75
+ def color=(color)
76
+ pattern = Regexp.new(/(^(0[xX]){1}[A-Fa-f0-9]+$)|(^#[A-Fa-f0-9]{6}$)/)
77
+ if !color.nil? && color !~ pattern
78
+ fail ArgumentError, "invalid value for \"color\", must conform to the pattern #{pattern}."
79
+ end
80
+
81
+ @color = color
82
+ end
83
+
84
+ # Checks equality by comparing each attribute.
85
+ # @param [Object] Object to be compared
86
+ def ==(o)
87
+ return true if self.equal?(o)
88
+ self.class == o.class &&
89
+ color == o.color
90
+ end
91
+
92
+ # @see the `==` method
93
+ # @param [Object] Object to be compared
94
+ def eql?(o)
95
+ self == o
96
+ end
97
+
98
+ # Calculates hash code according to all attributes.
99
+ # @return [Integer] Hash code
100
+ def hash
101
+ [color].hash
102
+ end
103
+
104
+ # Builds the object from hash
105
+ # @param [Hash] attributes Model attributes in the form of hash
106
+ # @return [Object] Returns the model itself
107
+ def self.build_from_hash(attributes)
108
+ new.build_from_hash(attributes)
109
+ end
110
+
111
+ # Builds the object from hash
112
+ # @param [Hash] attributes Model attributes in the form of hash
113
+ # @return [Object] Returns the model itself
114
+ def build_from_hash(attributes)
115
+ return nil unless attributes.is_a?(Hash)
116
+ self.class.openapi_types.each_pair do |key, type|
117
+ if type =~ /\AArray<(.*)>/i
118
+ # check to ensure the input is an array given that the attribute
119
+ # is documented as an array but the input is not
120
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
121
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
122
+ end
123
+ elsif !attributes[self.class.attribute_map[key]].nil?
124
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
125
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
126
+ end
127
+
128
+ self
129
+ end
130
+
131
+ # Deserializes the data based on type
132
+ # @param string type Data type
133
+ # @param string value Value to be deserialized
134
+ # @return [Object] Deserialized data
135
+ def _deserialize(type, value)
136
+ case type.to_sym
137
+ when :DateTime
138
+ DateTime.parse(value)
139
+ when :Date
140
+ Date.parse(value)
141
+ when :String
142
+ value.to_s
143
+ when :Integer
144
+ value.to_i
145
+ when :Float
146
+ value.to_f
147
+ when :Boolean
148
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
149
+ true
150
+ else
151
+ false
152
+ end
153
+ when :Object
154
+ # generic object (usually a Hash), return directly
155
+ value
156
+ when /\AArray<(?<inner_type>.+)>\z/
157
+ inner_type = Regexp.last_match[:inner_type]
158
+ value.map { |v| _deserialize(inner_type, v) }
159
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
160
+ k_type = Regexp.last_match[:k_type]
161
+ v_type = Regexp.last_match[:v_type]
162
+ {}.tap do |hash|
163
+ value.each do |k, v|
164
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
165
+ end
166
+ end
167
+ else # model
168
+ OpenapiClient.const_get(type).build_from_hash(value)
169
+ end
170
+ end
171
+
172
+ # Returns the string representation of the object
173
+ # @return [String] String presentation of the object
174
+ def to_s
175
+ to_hash.to_s
176
+ end
177
+
178
+ # to_body is an alias to to_hash (backward compatibility)
179
+ # @return [Hash] Returns the object in the form of hash
180
+ def to_body
181
+ to_hash
182
+ end
183
+
184
+ # Returns the object in the form of hash
185
+ # @return [Hash] Returns the object in the form of hash
186
+ def to_hash
187
+ hash = {}
188
+ self.class.attribute_map.each_pair do |attr, param|
189
+ value = self.send(attr)
190
+ next if value.nil?
191
+ hash[param] = _to_hash(value)
192
+ end
193
+ hash
194
+ end
195
+
196
+ # Outputs non-array value in the form of hash
197
+ # For object, use to_hash. Otherwise, just return the value
198
+ # @param [Object] value Any valid value
199
+ # @return [Hash] Returns the value in the form of hash
200
+ def _to_hash(value)
201
+ if value.is_a?(Array)
202
+ value.compact.map { |v| _to_hash(v) }
203
+ elsif value.is_a?(Hash)
204
+ {}.tap do |hash|
205
+ value.each { |k, v| hash[k] = _to_hash(v) }
206
+ end
207
+ elsif value.respond_to? :to_hash
208
+ value.to_hash
209
+ else
210
+ value
211
+ end
212
+ end
213
+ end
214
+ 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
@@ -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
@@ -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
@@ -13,59 +13,83 @@ OpenAPI Generator version: unset
13
13
  require 'date'
14
14
 
15
15
  module OpenapiClient
16
- class VoidTransactionAllOf
17
- # Object name of the secondary transaction request.
18
- attr_accessor :request_type
16
+ class DeleteBrandingStyleConfigurationResponse
17
+ # Echoes back the value in the request header for tracking.
18
+ attr_accessor :client_request_id
19
19
 
20
- # An optional outlet ID for clients that support multiple stores in the same developer app.
20
+ # Request identifier in API, can be used to request logs from the support team.
21
+ attr_accessor :api_trace_id
22
+
23
+ attr_accessor :response_type
24
+
25
+ # Store ID number.
21
26
  attr_accessor :store_id
22
27
 
23
- # Comment for the secondary transaction.
24
- attr_accessor :comments
28
+ # Status from delete branding style configuration process.
29
+ attr_accessor :status
25
30
 
26
31
  # Attribute mapping from ruby-style variable name to JSON key.
27
32
  def self.attribute_map
28
33
  {
29
- :'request_type' => :'requestType',
34
+ :'client_request_id' => :'clientRequestId',
35
+ :'api_trace_id' => :'apiTraceId',
36
+ :'response_type' => :'responseType',
30
37
  :'store_id' => :'storeId',
31
- :'comments' => :'comments'
38
+ :'status' => :'status'
32
39
  }
33
40
  end
34
41
 
35
42
  # Attribute type mapping.
36
43
  def self.openapi_types
37
44
  {
38
- :'request_type' => :'String',
45
+ :'client_request_id' => :'String',
46
+ :'api_trace_id' => :'String',
47
+ :'response_type' => :'ResponseType',
39
48
  :'store_id' => :'String',
40
- :'comments' => :'String'
49
+ :'status' => :'String'
41
50
  }
42
51
  end
43
52
 
53
+ # List of class defined in allOf (OpenAPI v3)
54
+ def self.openapi_all_of
55
+ [
56
+ :'BasicResponse'
57
+ ]
58
+ end
59
+
44
60
  # Initializes the object
45
61
  # @param [Hash] attributes Model attributes in the form of hash
46
62
  def initialize(attributes = {})
47
63
  if (!attributes.is_a?(Hash))
48
- fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::VoidTransactionAllOf` initialize method"
64
+ fail ArgumentError, "The input argument (attributes) must be a hash in `OpenapiClient::DeleteBrandingStyleConfigurationResponse` initialize method"
49
65
  end
50
66
 
51
67
  # check to see if the attribute exists and convert string to symbol for hash key
52
68
  attributes = attributes.each_with_object({}) { |(k, v), h|
53
69
  if (!self.class.attribute_map.key?(k.to_sym))
54
- fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::VoidTransactionAllOf`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
70
+ fail ArgumentError, "`#{k}` is not a valid attribute in `OpenapiClient::DeleteBrandingStyleConfigurationResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
71
  end
56
72
  h[k.to_sym] = v
57
73
  }
58
74
 
59
- if attributes.key?(:'request_type')
60
- self.request_type = attributes[:'request_type']
75
+ if attributes.key?(:'client_request_id')
76
+ self.client_request_id = attributes[:'client_request_id']
77
+ end
78
+
79
+ if attributes.key?(:'api_trace_id')
80
+ self.api_trace_id = attributes[:'api_trace_id']
81
+ end
82
+
83
+ if attributes.key?(:'response_type')
84
+ self.response_type = attributes[:'response_type']
61
85
  end
62
86
 
63
87
  if attributes.key?(:'store_id')
64
88
  self.store_id = attributes[:'store_id']
65
89
  end
66
90
 
67
- if attributes.key?(:'comments')
68
- self.comments = attributes[:'comments']
91
+ if attributes.key?(:'status')
92
+ self.status = attributes[:'status']
69
93
  end
70
94
  end
71
95
 
@@ -73,38 +97,25 @@ module OpenapiClient
73
97
  # @return Array for valid properties with the reasons
74
98
  def list_invalid_properties
75
99
  invalid_properties = Array.new
76
- if !@store_id.nil? && @store_id.to_s.length > 20
77
- invalid_properties.push('invalid value for "store_id", the character length must be smaller than or equal to 20.')
78
- end
79
-
80
100
  invalid_properties
81
101
  end
82
102
 
83
103
  # Check to see if the all the properties in the model are valid
84
104
  # @return true if the model is valid
85
105
  def valid?
86
- return false if !@store_id.nil? && @store_id.to_s.length > 20
87
106
  true
88
107
  end
89
108
 
90
- # Custom attribute writer method with validation
91
- # @param [Object] store_id Value to be assigned
92
- def store_id=(store_id)
93
- if !store_id.nil? && store_id.to_s.length > 20
94
- fail ArgumentError, 'invalid value for "store_id", the character length must be smaller than or equal to 20.'
95
- end
96
-
97
- @store_id = store_id
98
- end
99
-
100
109
  # Checks equality by comparing each attribute.
101
110
  # @param [Object] Object to be compared
102
111
  def ==(o)
103
112
  return true if self.equal?(o)
104
113
  self.class == o.class &&
105
- request_type == o.request_type &&
114
+ client_request_id == o.client_request_id &&
115
+ api_trace_id == o.api_trace_id &&
116
+ response_type == o.response_type &&
106
117
  store_id == o.store_id &&
107
- comments == o.comments
118
+ status == o.status
108
119
  end
109
120
 
110
121
  # @see the `==` method
@@ -116,7 +127,7 @@ module OpenapiClient
116
127
  # Calculates hash code according to all attributes.
117
128
  # @return [Integer] Hash code
118
129
  def hash
119
- [request_type, store_id, comments].hash
130
+ [client_request_id, api_trace_id, response_type, store_id, status].hash
120
131
  end
121
132
 
122
133
  # 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
@@ -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