react-native-hyperpay-sdk 0.13.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/README.md +13 -0
  2. package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
  3. package/android/.gradle/{6.8/fileHashes/resourceHashesCache.bin → 7.4.2/checksums/md5-checksums.bin} +0 -0
  4. package/android/.gradle/{6.8/fileHashes/fileHashes.bin → 7.4.2/checksums/sha1-checksums.bin} +0 -0
  5. package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
  6. package/android/.gradle/{6.8 → 7.4.2/dependencies-accessors}/gc.properties +0 -0
  7. package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
  8. package/android/.gradle/{6.8 → 7.4.2}/fileChanges/last-build.bin +0 -0
  9. package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
  10. package/android/.gradle/{7.1.1/dependencies-accessors → 7.4.2}/gc.properties +0 -0
  11. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  12. package/android/.gradle/buildOutputCleanup/cache.properties +2 -2
  13. package/ios/HyperPay.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  14. package/ios/HyperPay.xcodeproj/project.xcworkspace/xcuserdata/r.mabrouk.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  15. package/ios/HyperPay.xcodeproj/xcuserdata/r.mabrouk.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  16. package/lib/typescript/PaymentStatus.d.ts +39 -0
  17. package/package.json +1 -1
  18. package/react-native-hyperpay-sdk.podspec +3 -3
  19. package/src/index.tsx +18 -4
  20. package/src/paymentStatus/groups.ts +37 -0
  21. package/src/paymentStatus/index.ts +21 -0
  22. package/src/paymentStatus/paymentStatus.ts +3106 -0
  23. package/src/paymentStatus/script.js +16 -0
  24. package/src/paymentStatus/status.json +2460 -0
  25. package/OPPWAMobile.framework/.DS_Store +0 -0
  26. package/OPPWAMobile.framework/Headers/OPPAlipayPaymentParams.h +0 -49
  27. package/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
  28. package/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
  29. package/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
  30. package/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -171
  31. package/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
  32. package/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -251
  33. package/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -130
  34. package/OPPWAMobile.framework/Headers/OPPCheckoutPaymentMethod.h +0 -51
  35. package/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -197
  36. package/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -185
  37. package/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -268
  38. package/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  39. package/OPPWAMobile.framework/Headers/OPPErrors.h +0 -183
  40. package/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
  41. package/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
  42. package/OPPWAMobile.framework/Headers/OPPPayPalPaymentParams.h +0 -48
  43. package/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
  44. package/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -79
  45. package/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -100
  46. package/OPPWAMobile.framework/Headers/OPPPaymentParamsBrand.h +0 -57
  47. package/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -132
  48. package/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -87
  49. package/OPPWAMobile.framework/Headers/OPPToken.h +0 -95
  50. package/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -180
  51. package/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -77
  52. package/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -48
  53. package/OPPWAMobile.framework/OPPWAMobile +0 -0
  54. package/OPPWAMobile.framework/Resources/.DS_Store +0 -0
  55. package/OPPWAMobile.framework/Resources/Klarna.json +0 -67
  56. package/OPPWAMobile.framework/Resources/OPPBrandCollectionViewCell.nib +0 -0
  57. package/OPPWAMobile.framework/Resources/OPPCardDetailsViewController.nib +0 -0
  58. package/OPPWAMobile.framework/Resources/OPPCardsTableViewCell.nib +0 -0
  59. package/OPPWAMobile.framework/Resources/OPPCheckoutTextFieldView.nib +0 -0
  60. package/OPPWAMobile.framework/Resources/OPPChinaUnionPayDetailsViewController.nib +0 -0
  61. package/OPPWAMobile.framework/Resources/OPPDirectDebitDetailsViewController.nib +0 -0
  62. package/OPPWAMobile.framework/Resources/OPPGiropayDetailsViewController.nib +0 -0
  63. package/OPPWAMobile.framework/Resources/OPPIkanoDetailsViewController.nib +0 -0
  64. package/OPPWAMobile.framework/Resources/OPPKlarnaDetailsViewController.nib +0 -0
  65. package/OPPWAMobile.framework/Resources/OPPKlarnaTableViewCell.nib +0 -0
  66. package/OPPWAMobile.framework/Resources/OPPListDetailsViewController.nib +0 -0
  67. package/OPPWAMobile.framework/Resources/OPPMBWAYDetailsViewController.nib +0 -0
  68. package/OPPWAMobile.framework/Resources/OPPPaymentFormHeaderView.nib +0 -0
  69. package/OPPWAMobile.framework/Resources/OPPPaymentProcessingViewController.nib +0 -0
  70. package/OPPWAMobile.framework/Resources/OPPPaymentSchemeTableViewCell.nib +0 -0
  71. package/OPPWAMobile.framework/Resources/OPPPaymentSchemeViewController.nib +0 -0
  72. package/OPPWAMobile.framework/Resources/OPPStorePaymentDetailsView.nib +0 -0
  73. package/OPPWAMobile.framework/Resources/OPPTokenCollectionViewCell.nib +0 -0
  74. package/OPPWAMobile.framework/Resources/OPPTokensTableViewCell.nib +0 -0
  75. package/OPPWAMobile.framework/Resources/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  76. package/OPPWAMobile.framework/Resources/OPPTotalAmountView.nib/runtime.nib +0 -0
  77. package/OPPWAMobile.framework/Resources/alipay.png +0 -0
  78. package/OPPWAMobile.framework/Resources/alipay@2x.png +0 -0
  79. package/OPPWAMobile.framework/Resources/alipay@3x.png +0 -0
  80. package/OPPWAMobile.framework/Resources/amex.png +0 -0
  81. package/OPPWAMobile.framework/Resources/amex@2x.png +0 -0
  82. package/OPPWAMobile.framework/Resources/amex@3x.png +0 -0
  83. package/OPPWAMobile.framework/Resources/applepay.png +0 -0
  84. package/OPPWAMobile.framework/Resources/applepay@2x.png +0 -0
  85. package/OPPWAMobile.framework/Resources/applepay@3x.png +0 -0
  86. package/OPPWAMobile.framework/Resources/ar.lproj/OPPCheckout.strings +0 -89
  87. package/OPPWAMobile.framework/Resources/arrow_down.png +0 -0
  88. package/OPPWAMobile.framework/Resources/arrow_up.png +0 -0
  89. package/OPPWAMobile.framework/Resources/boleto.png +0 -0
  90. package/OPPWAMobile.framework/Resources/boleto@2x.png +0 -0
  91. package/OPPWAMobile.framework/Resources/boleto@3x.png +0 -0
  92. package/OPPWAMobile.framework/Resources/ca.lproj/OPPCheckout.strings +0 -90
  93. package/OPPWAMobile.framework/Resources/camera_icon.png +0 -0
  94. package/OPPWAMobile.framework/Resources/camera_icon@2x.png +0 -0
  95. package/OPPWAMobile.framework/Resources/camera_icon@3x.png +0 -0
  96. package/OPPWAMobile.framework/Resources/card.png +0 -0
  97. package/OPPWAMobile.framework/Resources/card@2x.png +0 -0
  98. package/OPPWAMobile.framework/Resources/card@3x.png +0 -0
  99. package/OPPWAMobile.framework/Resources/cartebleue.png +0 -0
  100. package/OPPWAMobile.framework/Resources/cartebleue@2x.png +0 -0
  101. package/OPPWAMobile.framework/Resources/cartebleue@3x.png +0 -0
  102. package/OPPWAMobile.framework/Resources/dankort.png +0 -0
  103. package/OPPWAMobile.framework/Resources/dankort@2x.png +0 -0
  104. package/OPPWAMobile.framework/Resources/dankort@3x.png +0 -0
  105. package/OPPWAMobile.framework/Resources/de.lproj/OPPCheckout.strings +0 -99
  106. package/OPPWAMobile.framework/Resources/diners.png +0 -0
  107. package/OPPWAMobile.framework/Resources/diners@2x.png +0 -0
  108. package/OPPWAMobile.framework/Resources/diners@3x.png +0 -0
  109. package/OPPWAMobile.framework/Resources/directdebit_sepa.png +0 -0
  110. package/OPPWAMobile.framework/Resources/directdebit_sepa@2x.png +0 -0
  111. package/OPPWAMobile.framework/Resources/directdebit_sepa@3x.png +0 -0
  112. package/OPPWAMobile.framework/Resources/discover.png +0 -0
  113. package/OPPWAMobile.framework/Resources/discover@2x.png +0 -0
  114. package/OPPWAMobile.framework/Resources/discover@3x.png +0 -0
  115. package/OPPWAMobile.framework/Resources/en.lproj/OPPCheckout.strings +0 -145
  116. package/OPPWAMobile.framework/Resources/es.lproj/OPPCheckout.strings +0 -92
  117. package/OPPWAMobile.framework/Resources/eu-ES.lproj/OPPCheckout.strings +0 -92
  118. package/OPPWAMobile.framework/Resources/fr-CA.lproj/OPPCheckout.strings +0 -93
  119. package/OPPWAMobile.framework/Resources/fr.lproj/OPPCheckout.strings +0 -93
  120. package/OPPWAMobile.framework/Resources/giropay.png +0 -0
  121. package/OPPWAMobile.framework/Resources/giropay@2x.png +0 -0
  122. package/OPPWAMobile.framework/Resources/giropay@3x.png +0 -0
  123. package/OPPWAMobile.framework/Resources/gl-ES.lproj/OPPCheckout.strings +0 -92
  124. package/OPPWAMobile.framework/Resources/ideal.png +0 -0
  125. package/OPPWAMobile.framework/Resources/ideal@2x.png +0 -0
  126. package/OPPWAMobile.framework/Resources/ideal@3x.png +0 -0
  127. package/OPPWAMobile.framework/Resources/it.lproj/OPPCheckout.strings +0 -94
  128. package/OPPWAMobile.framework/Resources/ja.lproj/OPPCheckout.strings +0 -74
  129. package/OPPWAMobile.framework/Resources/jcb.png +0 -0
  130. package/OPPWAMobile.framework/Resources/jcb@2x.png +0 -0
  131. package/OPPWAMobile.framework/Resources/jcb@3x.png +0 -0
  132. package/OPPWAMobile.framework/Resources/klarna.png +0 -0
  133. package/OPPWAMobile.framework/Resources/klarna@2x.png +0 -0
  134. package/OPPWAMobile.framework/Resources/klarna@3x.png +0 -0
  135. package/OPPWAMobile.framework/Resources/klarna_detail_logo.png +0 -0
  136. package/OPPWAMobile.framework/Resources/klarna_detail_logo@2x.png +0 -0
  137. package/OPPWAMobile.framework/Resources/klarna_detail_logo@3x.png +0 -0
  138. package/OPPWAMobile.framework/Resources/klarna_nl_agreement.png +0 -0
  139. package/OPPWAMobile.framework/Resources/klarna_nl_agreement@2x.png +0 -0
  140. package/OPPWAMobile.framework/Resources/klarna_nl_agreement@3x.png +0 -0
  141. package/OPPWAMobile.framework/Resources/klarna_payments_billpay.png +0 -0
  142. package/OPPWAMobile.framework/Resources/klarna_payments_billpay@2x.png +0 -0
  143. package/OPPWAMobile.framework/Resources/klarna_payments_billpay@3x.png +0 -0
  144. package/OPPWAMobile.framework/Resources/klarna_payments_paylater.png +0 -0
  145. package/OPPWAMobile.framework/Resources/klarna_payments_paylater@2x.png +0 -0
  146. package/OPPWAMobile.framework/Resources/klarna_payments_paylater@3x.png +0 -0
  147. package/OPPWAMobile.framework/Resources/klarna_payments_sliceit.png +0 -0
  148. package/OPPWAMobile.framework/Resources/klarna_payments_sliceit@2x.png +0 -0
  149. package/OPPWAMobile.framework/Resources/klarna_payments_sliceit@3x.png +0 -0
  150. package/OPPWAMobile.framework/Resources/mada.png +0 -0
  151. package/OPPWAMobile.framework/Resources/mada@2x.png +0 -0
  152. package/OPPWAMobile.framework/Resources/mada@3x.png +0 -0
  153. package/OPPWAMobile.framework/Resources/maestro.png +0 -0
  154. package/OPPWAMobile.framework/Resources/maestro@2x.png +0 -0
  155. package/OPPWAMobile.framework/Resources/maestro@3x.png +0 -0
  156. package/OPPWAMobile.framework/Resources/master.png +0 -0
  157. package/OPPWAMobile.framework/Resources/master@2x.png +0 -0
  158. package/OPPWAMobile.framework/Resources/master@3x.png +0 -0
  159. package/OPPWAMobile.framework/Resources/masterdebit.png +0 -0
  160. package/OPPWAMobile.framework/Resources/masterdebit@2x.png +0 -0
  161. package/OPPWAMobile.framework/Resources/masterdebit@3x.png +0 -0
  162. package/OPPWAMobile.framework/Resources/masterpass.png +0 -0
  163. package/OPPWAMobile.framework/Resources/masterpass@2x.png +0 -0
  164. package/OPPWAMobile.framework/Resources/masterpass@3x.png +0 -0
  165. package/OPPWAMobile.framework/Resources/nl.lproj/OPPCheckout.strings +0 -91
  166. package/OPPWAMobile.framework/Resources/paydirekt.png +0 -0
  167. package/OPPWAMobile.framework/Resources/paydirekt@2x.png +0 -0
  168. package/OPPWAMobile.framework/Resources/paydirekt@3x.png +0 -0
  169. package/OPPWAMobile.framework/Resources/paypal.png +0 -0
  170. package/OPPWAMobile.framework/Resources/paypal@2x.png +0 -0
  171. package/OPPWAMobile.framework/Resources/paypal@3x.png +0 -0
  172. package/OPPWAMobile.framework/Resources/paysafecard.png +0 -0
  173. package/OPPWAMobile.framework/Resources/paysafecard@2x.png +0 -0
  174. package/OPPWAMobile.framework/Resources/paysafecard@3x.png +0 -0
  175. package/OPPWAMobile.framework/Resources/paytrail.png +0 -0
  176. package/OPPWAMobile.framework/Resources/paytrail@2x.png +0 -0
  177. package/OPPWAMobile.framework/Resources/paytrail@3x.png +0 -0
  178. package/OPPWAMobile.framework/Resources/pf_karte_direct.png +0 -0
  179. package/OPPWAMobile.framework/Resources/pf_karte_direct@2x.png +0 -0
  180. package/OPPWAMobile.framework/Resources/pf_karte_direct@3x.png +0 -0
  181. package/OPPWAMobile.framework/Resources/przelewy.png +0 -0
  182. package/OPPWAMobile.framework/Resources/przelewy@2x.png +0 -0
  183. package/OPPWAMobile.framework/Resources/przelewy@3x.png +0 -0
  184. package/OPPWAMobile.framework/Resources/pt.lproj/OPPCheckout.strings +0 -91
  185. package/OPPWAMobile.framework/Resources/ratenkauf.png +0 -0
  186. package/OPPWAMobile.framework/Resources/ratenkauf@2x.png +0 -0
  187. package/OPPWAMobile.framework/Resources/ratenkauf@3x.png +0 -0
  188. package/OPPWAMobile.framework/Resources/ru.lproj/OPPCheckout.strings +0 -91
  189. package/OPPWAMobile.framework/Resources/sibs_multibanco.png +0 -0
  190. package/OPPWAMobile.framework/Resources/sibs_multibanco@2x.png +0 -0
  191. package/OPPWAMobile.framework/Resources/sibs_multibanco@3x.png +0 -0
  192. package/OPPWAMobile.framework/Resources/sofortueberweisung.png +0 -0
  193. package/OPPWAMobile.framework/Resources/sofortueberweisung@2x.png +0 -0
  194. package/OPPWAMobile.framework/Resources/sofortueberweisung@3x.png +0 -0
  195. package/OPPWAMobile.framework/Resources/th.lproj/OPPCheckout.strings +0 -91
  196. package/OPPWAMobile.framework/Resources/trustly.png +0 -0
  197. package/OPPWAMobile.framework/Resources/trustly@2x.png +0 -0
  198. package/OPPWAMobile.framework/Resources/trustly@3x.png +0 -0
  199. package/OPPWAMobile.framework/Resources/unionpay.png +0 -0
  200. package/OPPWAMobile.framework/Resources/unionpay@2x.png +0 -0
  201. package/OPPWAMobile.framework/Resources/unionpay@3x.png +0 -0
  202. package/OPPWAMobile.framework/Resources/version.plist +0 -0
  203. package/OPPWAMobile.framework/Resources/visa.png +0 -0
  204. package/OPPWAMobile.framework/Resources/visa@2x.png +0 -0
  205. package/OPPWAMobile.framework/Resources/visa@3x.png +0 -0
  206. package/OPPWAMobile.framework/Resources/visadebit.png +0 -0
  207. package/OPPWAMobile.framework/Resources/visadebit@2x.png +0 -0
  208. package/OPPWAMobile.framework/Resources/visadebit@3x.png +0 -0
  209. package/OPPWAMobile.framework/Resources/visaelectron.png +0 -0
  210. package/OPPWAMobile.framework/Resources/visaelectron@2x.png +0 -0
  211. package/OPPWAMobile.framework/Resources/visaelectron@3x.png +0 -0
  212. package/OPPWAMobile.framework/Resources/yandex.png +0 -0
  213. package/OPPWAMobile.framework/Resources/yandex@2x.png +0 -0
  214. package/OPPWAMobile.framework/Resources/yandex@3x.png +0 -0
  215. package/OPPWAMobile.framework/Resources/zh-Hans.lproj/OPPCheckout.strings +0 -92
  216. package/OPPWAMobile.framework/Versions/.DS_Store +0 -0
  217. package/OPPWAMobile.framework/Versions/2.47.0/.DS_Store +0 -0
  218. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPAlipayPaymentParams.h +0 -49
  219. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPApplePayPaymentParams.h +0 -64
  220. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPApplePayRequestStatus.h +0 -117
  221. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPBankAccount.h +0 -58
  222. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPBankAccountPaymentParams.h +0 -171
  223. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCard.h +0 -68
  224. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCardPaymentParams.h +0 -251
  225. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutInfo.h +0 -130
  226. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutPaymentMethod.h +0 -51
  227. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutProvider.h +0 -197
  228. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutSettings.h +0 -185
  229. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPCheckoutTheme.h +0 -268
  230. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  231. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPErrors.h +0 -183
  232. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPIkanoOiPaymentParams.h +0 -74
  233. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPMBWayPaymentParams.h +0 -66
  234. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPayPalPaymentParams.h +0 -48
  235. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentBrandsConfig.h +0 -56
  236. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentButton.h +0 -79
  237. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentParams.h +0 -100
  238. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentParamsBrand.h +0 -57
  239. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPPaymentProvider.h +0 -132
  240. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPSecurityPolicy.h +0 -87
  241. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPToken.h +0 -95
  242. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPTokenPaymentParams.h +0 -180
  243. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPTransaction.h +0 -77
  244. package/OPPWAMobile.framework/Versions/2.47.0/Headers/OPPWAMobile.h +0 -48
  245. package/OPPWAMobile.framework/Versions/2.47.0/OPPWAMobile +0 -0
  246. package/OPPWAMobile.framework/Versions/2.47.0/Resources/Info.plist +0 -0
  247. package/OPPWAMobile.framework/Versions/Current/.DS_Store +0 -0
  248. package/OPPWAMobile.framework/Versions/Current/Headers/OPPAlipayPaymentParams.h +0 -49
  249. package/OPPWAMobile.framework/Versions/Current/Headers/OPPApplePayPaymentParams.h +0 -64
  250. package/OPPWAMobile.framework/Versions/Current/Headers/OPPApplePayRequestStatus.h +0 -117
  251. package/OPPWAMobile.framework/Versions/Current/Headers/OPPBankAccount.h +0 -58
  252. package/OPPWAMobile.framework/Versions/Current/Headers/OPPBankAccountPaymentParams.h +0 -171
  253. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCard.h +0 -68
  254. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCardPaymentParams.h +0 -251
  255. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutInfo.h +0 -130
  256. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutPaymentMethod.h +0 -51
  257. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutProvider.h +0 -197
  258. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutSettings.h +0 -185
  259. package/OPPWAMobile.framework/Versions/Current/Headers/OPPCheckoutTheme.h +0 -268
  260. package/OPPWAMobile.framework/Versions/Current/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  261. package/OPPWAMobile.framework/Versions/Current/Headers/OPPErrors.h +0 -183
  262. package/OPPWAMobile.framework/Versions/Current/Headers/OPPIkanoOiPaymentParams.h +0 -74
  263. package/OPPWAMobile.framework/Versions/Current/Headers/OPPMBWayPaymentParams.h +0 -66
  264. package/OPPWAMobile.framework/Versions/Current/Headers/OPPPayPalPaymentParams.h +0 -48
  265. package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentBrandsConfig.h +0 -56
  266. package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentButton.h +0 -79
  267. package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentParams.h +0 -100
  268. package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentParamsBrand.h +0 -57
  269. package/OPPWAMobile.framework/Versions/Current/Headers/OPPPaymentProvider.h +0 -132
  270. package/OPPWAMobile.framework/Versions/Current/Headers/OPPSecurityPolicy.h +0 -87
  271. package/OPPWAMobile.framework/Versions/Current/Headers/OPPToken.h +0 -95
  272. package/OPPWAMobile.framework/Versions/Current/Headers/OPPTokenPaymentParams.h +0 -180
  273. package/OPPWAMobile.framework/Versions/Current/Headers/OPPTransaction.h +0 -77
  274. package/OPPWAMobile.framework/Versions/Current/Headers/OPPWAMobile.h +0 -48
  275. package/OPPWAMobile.framework/Versions/Current/OPPWAMobile +0 -0
  276. package/OPPWAMobile.framework/Versions/Current/Resources/Info.plist +0 -0
  277. package/android/.gradle/6.8/executionHistory/executionHistory.bin +0 -0
  278. package/android/.gradle/6.8/executionHistory/executionHistory.lock +0 -0
  279. package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
  280. package/android/.gradle/6.8/javaCompile/javaCompile.lock +0 -0
  281. package/android/.gradle/7.1.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  282. package/android/.gradle/7.1.1/executionHistory/executionHistory.lock +0 -0
  283. package/android/.gradle/7.1.1/fileChanges/last-build.bin +0 -0
  284. package/android/.gradle/7.1.1/fileHashes/fileHashes.lock +0 -0
  285. package/android/.gradle/7.1.1/gc.properties +0 -0
@@ -1,87 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
-
13
- #import <Foundation/Foundation.h>
14
-
15
- /// An enumeration for the possible modes of security policy.
16
- typedef NS_ENUM(NSInteger, OPPSecurityPolicyMode) {
17
- /// Device authentication is required to complete payment. Payment method won't be displayed in the list if neither Touch ID/FACE ID nor passcode are set.
18
- OPPSecurityPolicyModeDeviceAuthRequired,
19
- /// Require device authentication only if Touch ID, Face ID or passcode are set.
20
- OPPSecurityPolicyModeDeviceAuthRequiredIfAvailable,
21
- /// Shopper don't have to provide Touch ID, Face ID or passcode to complete payment.
22
- OPPSecurityPolicyModeDeviceAuthNotRequired
23
- };
24
-
25
- /**
26
- Class which is used to apply security policy mode for the set of payment methods.
27
- */
28
- NS_ASSUME_NONNULL_BEGIN
29
- @interface OPPSecurityPolicy : NSObject
30
-
31
- /// @name Initialization
32
-
33
- /**
34
- Creates security policy for the list of payment methods with specified mode.
35
- @param paymentBrands List of payment brands. Note that Apple Pay will be ignored, because device authentication is mandatory for this payment method.
36
- @param mode Mode of security policy which will be applied to the `paymentBrands`.
37
- */
38
- + (instancetype)securityPolicyWithPaymentBrands:(NSArray<NSString *> *)paymentBrands mode:(OPPSecurityPolicyMode)mode;
39
-
40
- /**
41
- Creates security policy for tokens with specified mode.
42
- @param mode Mode of security policy which will be applied for all tokens.
43
- */
44
- + (instancetype)securityPolicyForTokensWithMode:(OPPSecurityPolicyMode)mode;
45
-
46
- /// :nodoc:
47
- - (instancetype)init NS_UNAVAILABLE;
48
-
49
-
50
- /// @name Properties
51
-
52
- /**
53
- The mode of security policy.
54
- */
55
- @property (nonatomic, readonly) OPPSecurityPolicyMode mode;
56
-
57
- /**
58
- The list of payment brands.
59
- */
60
- @property (nonatomic, copy, readonly, nullable) NSArray<NSString *> *paymentBrands;
61
-
62
- /**
63
- The flag that defines whether mode is applied to `paymentBrands` or to all tokens.
64
- */
65
- @property (nonatomic, readonly, getter=isTokenPolicy) BOOL tokenPolicy;
66
-
67
- /// @name Deprecated Properties
68
-
69
- /**
70
- The list of payment methods.
71
- @warning **Deprecated:** Use `paymentBrands` instead
72
- */
73
- @property (nonatomic, copy, readonly, nullable) NSArray<NSNumber *> *paymentMethods DEPRECATED_ATTRIBUTE;
74
-
75
- @end
76
-
77
- /// Deprecated methods
78
- @interface OPPSecurityPolicy (Deprecated)
79
- /**
80
- Creates security policy for the list of payment methods with specified mode.
81
- @param paymentMethods List of payment methods. Note that Apple Pay will be ignored, because device authentication is mandatory for this payment method.
82
- @param mode Mode of security policy which will be applied to the `paymentMethods`.
83
- @warning **Deprecated:** Use `+securityPolicyWithPaymentBrands:mode:` instead
84
- */
85
- + (instancetype)securityPolicyWithPaymentMethods:(NSArray<NSNumber *> *)paymentMethods mode:(OPPSecurityPolicyMode)mode DEPRECATED_MSG_ATTRIBUTE("- Use +securityPolicyWithPaymentBrands:mode: instead.");
86
- @end
87
- NS_ASSUME_NONNULL_END
@@ -1,95 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
- #import <Foundation/Foundation.h>
13
- #import "OPPCard.h"
14
- #import "OPPBankAccount.h"
15
- #import "OPPPaymentParams.h"
16
-
17
- /**
18
- Class to encapsulate shopper’s payment details that have been tokenized.
19
- */
20
-
21
- NS_ASSUME_NONNULL_BEGIN
22
- @interface OPPToken : NSObject
23
-
24
- /// @name Properties
25
-
26
- /** The identifier of the token that can be used to reference the token later. */
27
- @property (nonatomic, copy, readonly) NSString *tokenID;
28
-
29
- /**
30
- The payment brand of the transaction.
31
- */
32
- @property (nonatomic, copy, readonly) NSString *paymentBrand;
33
-
34
- /**
35
- Shopper’s card details.
36
- */
37
- @property (nonatomic, readonly) OPPCard *card;
38
-
39
- /**
40
- Shopper’s bank account details.
41
- */
42
- @property (nonatomic, readonly) OPPBankAccount *bankAccount;
43
-
44
-
45
- /// @name Initialization
46
-
47
- /// :nodoc:
48
- - (instancetype)init NS_UNAVAILABLE;
49
-
50
- /**
51
- Creates an `OPPToken` object from JSON.
52
- @param JSON A dictionary with parameters received from the Server.
53
- @return Returns an `OPPToken` object, or `nil` if JSON contains invalid values.
54
- */
55
- + (nullable instancetype)tokenFromJSON:(NSDictionary *)JSON;
56
-
57
- /**
58
- Creates an `OPPToken` object with provided card parameters.
59
- @param tokenID The identifier of the token that can be used to reference the token later.
60
- @param paymentBrand The payment brand.
61
- @param card Shopper’s card details.
62
- @return Returns an `OPPToken` object, or `nil` if parameters are empty.
63
- */
64
- + (nullable instancetype)tokenWithTokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand card:(OPPCard *)card;
65
-
66
-
67
- /**
68
- Creates an `OPPToken` object with provided bank account parameters.
69
- @param tokenID The identifier of the token that can be used to reference the token later.
70
- @param paymentBrand The payment brand.
71
- @param bankAccount Shopper’s bank account details.
72
- @return Returns an `OPPToken` object, or `nil` if parameters are empty.
73
- */
74
- + (nullable instancetype)tokenWithTokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand bankAccount:(OPPBankAccount *)bankAccount;
75
-
76
- /**
77
- Creates an `OPPToken` object with provided card parameters.
78
- @param tokenID The identifier of the token that can be used to reference the token later.
79
- @param paymentBrand The payment brand.
80
- @param card Shopper’s card details.
81
- @return Returns an `OPPToken` object, or `nil` if parameters are empty.
82
- */
83
- - (nullable instancetype)initWithTokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand card:(OPPCard *)card;
84
-
85
- /**
86
- Creates an `OPPToken` object with provided bank account parameters.
87
- @param tokenID The identifier of the token that can be used to reference the token later.
88
- @param paymentBrand The payment brand.
89
- @param bankAccount Shopper’s bank account details.
90
- @return Returns an `OPPToken` object, or `nil` if parameters are empty.
91
- */
92
- - (nullable instancetype)initWithTokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand bankAccount:(OPPBankAccount *)bankAccount;
93
-
94
- @end
95
- NS_ASSUME_NONNULL_END
@@ -1,180 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
- #import "OPPPaymentParams.h"
13
-
14
- /**
15
- Class to encapsulate all necessary transaction parameters for performing a token transaction.
16
- */
17
-
18
- NS_ASSUME_NONNULL_BEGIN
19
- @interface OPPTokenPaymentParams : OPPPaymentParams
20
-
21
- /// @name Initialization
22
-
23
- /// :nodoc:
24
- - (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
25
-
26
- /**
27
- Creates an object representing a token transaction.
28
-
29
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
30
- @param tokenID The identifier of the token that can be used to reference the token later.
31
- @param paymentBrand Payment brand of the tokenized transaction.
32
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
33
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
34
- */
35
- + (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand error:(NSError **)error;
36
-
37
- /**
38
- Creates an object representing a token transaction.
39
-
40
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
41
- @param tokenID The identifier of the token that can be used to reference the token later.
42
- @param cardPaymentBrand The payment brand of the tokenized card.
43
- @param CVV The CVV code found on the card.
44
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
45
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
46
- */
47
- + (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardPaymentBrand:(NSString *)cardPaymentBrand CVV:(nullable NSString *)CVV error:(NSError **)error;
48
-
49
- /**
50
- Creates an object representing a token transaction.
51
-
52
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
53
- @param tokenID The identifier of the token that can be used to reference the token later.
54
- @param paymentBrand Payment method brand.
55
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
56
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
57
- */
58
- - (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID paymentBrand:(NSString *)paymentBrand error:(NSError **)error NS_DESIGNATED_INITIALIZER;
59
-
60
- /**
61
- Creates an object representing a token transaction.
62
-
63
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
64
- @param tokenID The identifier of the token that can be used to reference the token later.
65
- @param cardPaymentBrand The payment brand of the tokenized card.
66
- @param CVV The CVV code found on the card.
67
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
68
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
69
- */
70
- - (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardPaymentBrand:(NSString *)cardPaymentBrand CVV:(nullable NSString *)CVV error:(NSError **)error NS_DESIGNATED_INITIALIZER;
71
-
72
- /// @name Properties
73
-
74
- /**
75
- The identifier of the token that can be used to reference the token later.
76
- */
77
- @property (nonatomic, copy, readonly) NSString *tokenID;
78
-
79
- /**
80
- The CVV code found on the card. Property should be set, if CVV check is required for transaction processing.
81
- */
82
- @property (nonatomic, copy, readonly, nullable) NSString *CVV;
83
-
84
- /** The number of installments the payment should be split into. */
85
- @property (nonatomic, copy) NSNumber *numberOfInstallments;
86
-
87
- /// @name Validation methods
88
- /**
89
- Checks if the token identifier is valid to perform a transaction.
90
-
91
- @param tokenID The identifier of the token that can be used to reference the token later.
92
- @return `YES` if token identifier is alpha-numeric string of length 32.
93
- */
94
- + (BOOL)isTokenIDValid:(NSString *)tokenID;
95
-
96
- /**
97
- Checks if the card CVV is filled with sufficient data to perform a transaction.
98
-
99
- @param CVV The card security code or CVV.
100
- @return `YES` if 3,4-digit number is provided.
101
- */
102
- + (BOOL)isCvvValid:(NSString *)CVV;
103
-
104
- @end
105
-
106
- /// Deprecated methods
107
- @interface OPPTokenPaymentParams (Deprecated)
108
- /**
109
- Creates an object representing a token transaction.
110
-
111
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
112
- @param tokenID The identifier of the token that can be used to reference the token later.
113
- @param brand Payment method brand.
114
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
115
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
116
- @warning **Deprecated:** Use `+tokenPaymentParamsWithCheckoutID:tokenID:paymentBrand:error:` instead
117
- */
118
- + (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID brand:(OPPPaymentParamsBrand)brand error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use +tokenPaymentParamsWithCheckoutID:tokenID:paymentBrand:error: instead.");
119
-
120
- /**
121
- Creates an object representing a token transaction.
122
-
123
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
124
- @param tokenID The identifier of the token that can be used to reference the token later.
125
- @param cardBrand The brand of the tokenized card.
126
- @param CVV The CVV code found on the card.
127
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
128
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
129
- @warning **Deprecated:** Use `+tokenPaymentParamsWithCheckoutID:tokenID:cardPaymentBrand:CVV:error:` instead
130
- */
131
- + (nullable instancetype)tokenPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardBrand:(OPPPaymentParamsBrand)cardBrand CVV:(nullable NSString *)CVV error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use +tokenPaymentParamsWithCheckoutID:tokenID:cardPaymentBrand:CVV:error: instead.");
132
-
133
- /**
134
- Creates an object representing a token transaction.
135
-
136
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
137
- @param tokenID The identifier of the token that can be used to reference the token later.
138
- @param brand Payment method brand.
139
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
140
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
141
- @warning **Deprecated:** Use `-initWithCheckoutID:tokenID:paymentBrand:error:` instead
142
- */
143
- - (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID brand:(OPPPaymentParamsBrand)brand error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use -initWithCheckoutID:tokenID:paymentBrand:error: instead.");
144
-
145
- /**
146
- Creates an object representing a token transaction.
147
-
148
- @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
149
- @param tokenID The identifier of the token that can be used to reference the token later.
150
- @param cardBrand The brand of the tokenized card.
151
- @param CVV The CVV code found on the card.
152
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
153
- @return Returns an object representing a token transaction, and `nil` if parameters are invalid.
154
- @warning **Deprecated:** Use `-initWithCheckoutID:tokenID:cardPaymentBrand:CVV:error:` instead
155
- */
156
- - (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenID:(NSString *)tokenID cardBrand:(OPPPaymentParamsBrand)cardBrand CVV:(nullable NSString *)CVV error:(NSError **)error DEPRECATED_MSG_ATTRIBUTE("- Use -initWithCheckoutID:tokenID:cardPaymentBrand:CVV:error: instead.");
157
-
158
- /**
159
- Checks if the card CVV is filled with sufficient data to perform a transaction.
160
-
161
- @param CVV The card security code or CVV.
162
- @param brand The brand of the tokenized card.
163
- @return YES if the card CVV length greater than 3 characters and less than 4 characters, it's also valid for `nil` value, because it's optional parameter.
164
- @warning **Deprecated:** Use `+isCvvValid:forPaymentBrand:` instead
165
- */
166
- + (BOOL)isCvvValid:(NSString *)CVV forBrand:(OPPPaymentParamsBrand)brand DEPRECATED_MSG_ATTRIBUTE("- Use +isCvvValid:forPaymentBrand: instead.");
167
-
168
- /**
169
- Checks if the card CVV is filled with sufficient data to perform a transaction.
170
-
171
- @param CVV The card security code or CVV.
172
- @param paymentBrand The payment brand of the tokenized card.
173
- @return YES if the card CVV length greater than 3 characters and less than 4 characters, it's also valid for `nil` value, because it's optional parameter.
174
- @warning **Deprecated:** Use `+isCvvValid:` instead
175
- */
176
- + (BOOL)isCvvValid:(NSString *)CVV forPaymentBrand:(NSString *)paymentBrand DEPRECATED_MSG_ATTRIBUTE("- Use +isCvvValid: instead.");
177
-
178
-
179
- @end
180
- NS_ASSUME_NONNULL_END
@@ -1,77 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
- #import <Foundation/Foundation.h>
13
- @class OPPTransactionProcessor;
14
- @class OPPPaymentParams;
15
-
16
- /// An enumeration for the various types of transaction.
17
- typedef NS_ENUM(NSInteger, OPPTransactionType) {
18
- /// The synchronous transaction.
19
- OPPTransactionTypeSynchronous,
20
- /// The asynchronous transaction.
21
- OPPTransactionTypeAsynchronous,
22
- /// The transaction is undefined.
23
- OPPTransactionTypeUndefined
24
- };
25
-
26
- /**
27
- Class to encapsulate the parameters needed for performing transaction.
28
- */
29
-
30
- NS_ASSUME_NONNULL_BEGIN
31
- @interface OPPTransaction : NSObject
32
-
33
- /// @name Initialization
34
-
35
- /// :nodoc:
36
- - (instancetype)init NS_UNAVAILABLE;
37
-
38
- /**
39
- Creates and returns transaction initialized with payment params.
40
-
41
- @param paymentParams The payment parameters for transaction. Must not be `nil`.
42
- */
43
- + (instancetype)transactionWithPaymentParams:(OPPPaymentParams *)paymentParams;
44
-
45
- /**
46
- Creates and returns transaction initialized with payment params.
47
-
48
- @param paymentParams The payment parameters for transaction. Must not be `nil`.
49
- */
50
- - (instancetype)initWithPaymentParams:(OPPPaymentParams *)paymentParams NS_DESIGNATED_INITIALIZER;
51
-
52
- /// @name Properties
53
-
54
- /**
55
- The parameters representing a specific payment method that are kept as an `OPPPaymentParams` object.
56
- */
57
- @property (nonatomic, readonly) OPPPaymentParams *paymentParams;
58
-
59
- /**
60
- The type of the transaction.
61
- */
62
- @property (nonatomic, readonly) OPPTransactionType type;
63
-
64
- /// The URL to the receiver system (e.g. 3-D Secure, PayPal) that the shopper should be forwarded to. The property has `nil` value on synchronous transaction.
65
- @property (nonatomic, nullable) NSURL *redirectURL;
66
-
67
- /**
68
- Relative path to get status of transaction.
69
- @note The property is returned ONLY from `OPPCheckoutProvider` methods. If you are using core SDK, please request checkout info to get `checkoutInfo.resourcePath` by calling `-[OPPPaymentProvider requestCheckoutInfoWithCheckoutID:completionHandler:]`.
70
- */
71
- @property (nonatomic, copy, nullable) NSString *resourcePath;
72
-
73
- /// App payment signed request parameters contain seller’s order information which should be forwarded to Alipay native SDK.
74
- @property (nonatomic, copy, readonly, nullable) NSString *alipaySignedOrderInfo;
75
-
76
- @end
77
- NS_ASSUME_NONNULL_END
@@ -1,48 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
-
13
- /**
14
- * Framework header file is solely used to provide one header file for all necessary imports.
15
- */
16
- #import "OPPPaymentProvider.h"
17
- #import "OPPTransaction.h"
18
- #import "OPPPaymentParams.h"
19
- #import "OPPCardPaymentParams.h"
20
- #import "OPPBankAccountPaymentParams.h"
21
- #import "OPPApplePayPaymentParams.h"
22
- #import "OPPChinaUnionPayPaymentParams.h"
23
- #import "OPPMBWayPaymentParams.h"
24
- #import "OPPIkanoOiPaymentParams.h"
25
- #import "OPPTokenPaymentParams.h"
26
- #import "OPPErrors.h"
27
- #import "OPPCheckoutInfo.h"
28
- #import "OPPToken.h"
29
- #import "OPPCard.h"
30
- #import "OPPBankAccount.h"
31
- #import "OPPPaymentBrandsConfig.h"
32
-
33
-
34
- #import "OPPCheckoutProvider.h"
35
- #import "OPPCheckoutSettings.h"
36
- #import "OPPSecurityPolicy.h"
37
-
38
- #import "OPPCheckoutTheme.h"
39
- #import "OPPPaymentButton.h"
40
- #import "OPPApplePayRequestStatus.h"
41
-
42
-
43
- /// Deprecated
44
- #import "OPPAlipayPaymentParams.h"
45
- #import "OPPPayPalPaymentParams.h"
46
- #import "OPPCheckoutPaymentMethod.h"
47
- #import "OPPPaymentParamsBrand.h"
48
-
@@ -1,49 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
-
13
- #import <Foundation/Foundation.h>
14
- #import "OPPPaymentParams.h"
15
-
16
- __deprecated_msg("The OPPAlipayPaymentParams class is formally deprecated. To make Alipay transaction, instead use OPPPaymentParams class with payment brand 'ALIPAY'.")
17
- /**
18
- Class to encapsulate all necessary transaction parameters for performing an Alipay transaction.
19
-
20
- @warning **Deprecated:** The `OPPAlipayPaymentParams` class is formally deprecated in 1.4.0. To make Alipay transaction, instead use `OPPPaymentParams` class with payment brand 'ALIPAY'.
21
- */
22
-
23
- NS_ASSUME_NONNULL_BEGIN
24
- @interface OPPAlipayPaymentParams : OPPPaymentParams
25
-
26
- /// @name Initialization
27
-
28
- /// :nodoc:
29
- - (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
30
-
31
- /**
32
- Creates an object representing an Alipay transaction.
33
-
34
- @param checkoutID The checkout ID of the transaction. Must be not nil or empty.
35
- @param error The error that occurred while validating payment parameters. See code attribute (OPPErrorCode) and NSLocalizedDescription to identify the reason of failure.
36
- @return Returns an object representing an Alipay transaction.
37
- */
38
- + (nullable instancetype)alipayPaymentParamsWithCheckoutID:(NSString *)checkoutID error:(NSError **)error;
39
-
40
- /**
41
- Creates an object representing an Alipay transaction.
42
-
43
- @param checkoutID The checkout ID of the transaction. Must be not nil or empty.
44
- @param error The error that occurred while validating payment parameters. See code attribute (OPPErrorCode) and NSLocalizedDescription to identify the reason of failure.
45
- @return Returns an object representing an Alipay transaction.
46
- */
47
- - (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID error:(NSError **)error NS_DESIGNATED_INITIALIZER;
48
- @end
49
- NS_ASSUME_NONNULL_END
@@ -1,64 +0,0 @@
1
- //
2
- // Copyright (c) 2019 by ACI Worldwide, Inc.
3
- // All rights reserved.
4
- //
5
- // This software is the confidential and proprietary information
6
- // of ACI Worldwide Inc ("Confidential Information"). You shall
7
- // not disclose such Confidential Information and shall use it
8
- // only in accordance with the terms of the license agreement
9
- // you entered with ACI Worldwide Inc.
10
- //
11
-
12
- #import "OPPPaymentParams.h"
13
-
14
- /**
15
- Class to encapsulate all necessary transaction parameters for performing an Apple Pay transaction.
16
- */
17
-
18
- NS_ASSUME_NONNULL_BEGIN
19
- @interface OPPApplePayPaymentParams : OPPPaymentParams
20
-
21
- /// @name Initialization
22
-
23
- /// :nodoc:
24
- - (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
25
-
26
- /**
27
- Creates an object representing an Apple Pay transaction.
28
-
29
- @param checkoutID The checkout ID of the transaction. Must be not nil or empty.
30
- @param tokenData UTF-8 encoded JSON dictionary of encrypted payment data.
31
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
32
- @return Returns an object representing an Apple Pay transaction, and nil if parameters are invalid.
33
- */
34
- + (nullable instancetype)applePayPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenData:(NSData *)tokenData error:(NSError **)error;
35
-
36
- /**
37
- Creates an object representing an Apple Pay transaction.
38
-
39
- @param checkoutID The checkout ID of the transaction. Must be not nil or empty.
40
- @param tokenData UTF-8 encoded JSON dictionary of encrypted payment data.
41
- @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
42
- @return Returns an object representing an Apple Pay transaction, and nil if parameters are invalid.
43
- */
44
- - (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenData:(NSData *)tokenData error:(NSError **)error NS_DESIGNATED_INITIALIZER;
45
-
46
- /// @name Properties
47
-
48
- /**
49
- UTF-8 encoded JSON dictionary of encrypted payment data. Ready for transmission to merchant's e-commerce backend for decryption and submission to a payment processor's gateway.
50
- */
51
- @property (nonatomic, copy, readonly) NSData *tokenData;
52
-
53
- /// @name Validation methods
54
- /**
55
- Checks if the token data is valid to perform a transaction.
56
-
57
- @param tokenData UTF-8 encoded JSON dictionary of encrypted payment data.
58
- @return `YES` if the token data is not empty.
59
- */
60
- + (BOOL)isTokenDataValid:(NSData *)tokenData;
61
-
62
- @end
63
-
64
- NS_ASSUME_NONNULL_END