react-native-hyperpay-sdk 0.16.0 → 0.18.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 (582) hide show
  1. package/OPPWAMobile.xcframework/Info.plist +42 -0
  2. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
  3. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
  4. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
  5. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
  6. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
  7. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
  8. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
  9. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
  10. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
  11. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
  12. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
  13. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
  14. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
  15. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
  16. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
  17. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
  18. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
  19. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
  20. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
  21. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
  22. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
  23. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
  24. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
  25. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
  26. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
  27. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
  28. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
  29. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
  30. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
  31. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
  32. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
  33. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
  34. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
  35. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1100 -0
  36. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
  37. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
  38. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
  39. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
  40. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
  41. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  42. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  43. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
  44. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
  45. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
  46. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +116 -0
  47. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  48. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +116 -0
  49. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  50. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
  51. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  52. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +116 -0
  53. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
  54. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +116 -0
  55. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  56. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
  57. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  58. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
  59. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  60. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  61. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  62. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  63. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  64. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  65. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  66. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  67. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  68. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  69. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  70. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  71. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  72. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  73. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  74. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  75. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  76. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  77. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  78. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  79. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  80. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  81. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  82. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  83. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  84. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  85. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  86. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  87. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  88. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  89. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  90. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  91. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  92. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  93. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  94. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  95. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  96. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  97. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  98. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  99. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  100. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  101. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  102. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  103. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  104. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  105. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  106. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  107. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  108. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  109. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  110. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  111. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  112. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  113. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  114. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  115. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  116. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  117. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  118. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  119. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  120. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  121. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
  122. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  123. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  124. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  125. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  126. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  127. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
  128. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  129. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  130. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  131. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  132. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  133. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  134. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  135. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  136. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  137. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
  138. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
  139. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  140. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  141. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  142. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
  143. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
  144. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  145. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  146. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  147. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  148. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  149. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  150. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  151. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  152. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  153. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
  154. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
  155. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
  156. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
  157. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
  158. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
  159. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
  160. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  161. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  162. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  163. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
  164. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
  165. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
  166. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  167. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  168. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  169. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
  170. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
  171. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
  172. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  173. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  174. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  175. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  176. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  177. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  178. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  179. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  180. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  181. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  182. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  183. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  184. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  185. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  186. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  187. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  188. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  189. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  190. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  191. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  192. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  193. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
  194. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  195. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  196. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  197. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  198. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  199. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  200. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  201. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  202. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  203. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  204. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  205. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  206. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  207. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  208. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  209. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
  210. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
  211. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
  212. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  213. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  214. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  215. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  216. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  217. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  218. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  219. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  220. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  221. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  222. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  223. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  224. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  225. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  226. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  227. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
  228. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  229. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  230. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  231. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
  232. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  233. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  234. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  235. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
  236. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
  237. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  238. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  239. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  240. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
  241. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
  242. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  243. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  244. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  245. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
  246. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
  247. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
  248. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  249. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  250. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  251. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  252. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  253. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  254. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  255. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  256. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  257. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  258. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  259. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  260. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  261. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  262. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  263. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  264. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  265. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  266. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
  267. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
  268. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
  269. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
  270. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
  271. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
  272. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
  273. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
  274. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
  275. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
  276. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
  277. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
  278. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
  279. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
  280. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
  281. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
  282. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
  283. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
  284. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
  285. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
  286. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
  287. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
  288. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
  289. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
  290. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
  291. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
  292. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
  293. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
  294. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
  295. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
  296. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
  297. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
  298. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
  299. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
  300. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
  301. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1649 -0
  302. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
  303. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
  304. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
  305. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
  306. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  307. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  308. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
  309. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
  310. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  311. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
  312. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  313. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +116 -0
  314. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  315. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +116 -0
  316. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  317. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +116 -0
  318. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
  319. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +116 -0
  320. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  321. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +116 -0
  322. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
  323. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +116 -0
  324. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  325. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
  326. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  327. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +67 -0
  328. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  329. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  330. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  331. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  332. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  333. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  334. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  335. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  336. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  337. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  338. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  339. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  340. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  341. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  342. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  343. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  344. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  345. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  346. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  347. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  348. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  349. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  350. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  351. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  352. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  353. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  354. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  355. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  356. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  357. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  358. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  359. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  360. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  361. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  362. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  363. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  364. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  365. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  366. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  367. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  368. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  369. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  370. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  371. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  372. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  373. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  374. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  375. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  376. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  377. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  378. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  379. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  380. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  381. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
  382. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
  383. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  384. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +3479 -0
  385. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
  386. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  387. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  388. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  389. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  390. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  391. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  392. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  393. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  394. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  395. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
  396. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  397. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  398. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  399. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  400. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  401. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
  402. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  403. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  404. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  405. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  406. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  407. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  408. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  409. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  410. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  411. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
  412. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
  413. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  414. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  415. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  416. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
  417. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
  418. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  419. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  420. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  421. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  422. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  423. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  424. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  425. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  426. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  427. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
  428. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
  429. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
  430. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
  431. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
  432. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
  433. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
  434. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  435. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  436. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  437. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
  438. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
  439. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
  440. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  441. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  442. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  443. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +92 -0
  444. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
  445. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
  446. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  447. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  448. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  449. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  450. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  451. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  452. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  453. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  454. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  455. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  456. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  457. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  458. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  459. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  460. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  461. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  462. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  463. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  464. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  465. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  466. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  467. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
  468. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  469. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  470. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  471. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  472. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  473. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  474. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  475. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  476. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  477. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  478. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  479. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  480. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  481. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  482. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  483. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
  484. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
  485. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
  486. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  487. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  488. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  489. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  490. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  491. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  492. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  493. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  494. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  495. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  496. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  497. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  498. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  499. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  500. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  501. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
  502. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  503. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  504. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  505. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
  506. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  507. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  508. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  509. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
  510. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
  511. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  512. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  513. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  514. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
  515. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
  516. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  517. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  518. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  519. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
  520. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
  521. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
  522. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  523. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  524. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  525. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  526. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  527. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  528. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  529. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  530. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  531. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  532. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  533. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  534. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  535. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  536. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  537. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  538. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  539. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  540. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
  541. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
  542. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +4503 -0
  543. package/android/.DS_Store +0 -0
  544. package/android/libs/.DS_Store +0 -0
  545. package/ipworks3ds_sdk.xcframework/.DS_Store +0 -0
  546. package/ipworks3ds_sdk.xcframework/Info.plist +42 -0
  547. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/.DS_Store +0 -0
  548. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
  549. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1242 -0
  550. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
  551. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  552. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +759 -0
  553. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  554. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +759 -0
  555. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  556. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
  557. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  558. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +282 -0
  559. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  560. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  561. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  562. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  563. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/.DS_Store +0 -0
  564. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
  565. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1862 -0
  566. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
  567. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  568. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +759 -0
  569. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  570. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +759 -0
  571. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  572. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +759 -0
  573. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  574. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
  575. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  576. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +312 -0
  577. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  578. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  579. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  580. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  581. package/package.json +3 -2
  582. package/react-native-hyperpay-sdk.podspec +1 -3
@@ -0,0 +1,58 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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
+
14
+ /**
15
+ Class to encapsulate shopper’s bank account details that have been tokenized.
16
+ */
17
+
18
+ NS_ASSUME_NONNULL_BEGIN
19
+ @interface OPPBankAccount : NSObject
20
+
21
+ /// @name Properties
22
+
23
+ /** The name of the bank account holder. */
24
+ @property (nonatomic, copy) NSString *holder;
25
+
26
+ /** The IBAN (International Bank Account Number) associated with the bank account. */
27
+ @property (nonatomic, copy) NSString *IBAN;
28
+
29
+ /// @name Initialization
30
+
31
+ /// :nodoc:
32
+ - (instancetype)init NS_UNAVAILABLE;
33
+
34
+ /**
35
+ Creates an `OPPBankAccount` object from the JSON.
36
+ @param JSON A dictionary with parameters received from the Server.
37
+ @return Returns an `OPPBankAccount` object, or `nil` if JSON contains invalid values.
38
+ */
39
+ + (nullable instancetype)bankAccountFromJSON:(NSDictionary *)JSON;
40
+
41
+ /**
42
+ Creates an `OPPBankAccount` object with the provided values.
43
+ @param holder The name of the bank account holder.
44
+ @param IBAN The IBAN (International Bank Account Number) associated with the bank account.
45
+ @return Returns an `OPPBankAccount` object, or `nil` if parameters are empty.
46
+ */
47
+ + (nullable instancetype)bankAccountWithHolder:(NSString *)holder IBAN:(NSString *)IBAN;
48
+
49
+ /**
50
+ Creates an `OPPBankAccount` object with the provided values.
51
+ @param holder The name of the bank account holder.
52
+ @param IBAN The IBAN (International Bank Account Number) associated with the bank account.
53
+ @return Returns an `OPPBankAccount` object, or `nil` if parameters are empty.
54
+ */
55
+ - (nullable instancetype)initWithHolder:(NSString *)holder IBAN:(NSString *)IBAN NS_DESIGNATED_INITIALIZER;
56
+
57
+ @end
58
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,167 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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
+ /** Class to encapsulate all necessary transaction parameters for performing a bank transfer transaction. */
15
+
16
+ NS_ASSUME_NONNULL_BEGIN
17
+ @interface OPPBankAccountPaymentParams : OPPPaymentParams
18
+
19
+ /// @name Initialization
20
+
21
+ /// :nodoc:
22
+ - (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
23
+
24
+ /**
25
+ Creates an object representing a SEPA direct debit transaction.
26
+
27
+ @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
28
+ @param holder The name of the bank account holder.
29
+ @param IBAN The IBAN (International Bank Account Number) associated with the bank account.
30
+ @param tokenizationEnabled If `YES`, the payment information will be stored for future use.
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 a SEPA direct debit transaction, and `nil` if parameters are invalid.
33
+ */
34
+ + (nullable instancetype)directDebitSEPAPaymentParamsWithCheckoutID:(NSString *)checkoutID holder:(NSString *)holder IBAN:(NSString *)IBAN tokenizationEnabled:(BOOL)tokenizationEnabled error:(NSError **)error;
35
+
36
+ /**
37
+ Creates an object representing a SOFORT banking transaction.
38
+
39
+ @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
40
+ @param country The country code of the bank account (ISO 3166-1).
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 a SOFORT banking transaction, and `nil` if parameters are invalid.
43
+ */
44
+ + (nullable instancetype)sofortBankingPaymentParamsWithCheckoutID:(NSString *)checkoutID country:(NSString *)country error:(NSError **)error;
45
+
46
+ /**
47
+ Creates an object representing an IDEAL transaction.
48
+
49
+ @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
50
+ @param bankName The name of the bank which holds the account.
51
+ @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
52
+ @return Returns an object representing an IDEAL transaction, and `nil` if parameters are invalid.
53
+ */
54
+ + (nullable instancetype)idealPaymentParamsWithCheckoutID:(NSString *)checkoutID bankName:(NSString *)bankName error:(NSError **)error;
55
+
56
+ /**
57
+ Creates an object representing a Giropay transaction.
58
+
59
+ @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
60
+ @param BIC The BIC (Bank Identifier Code (SWIFT)) number of the bank account. Either the bankCode or the BIC are required.
61
+ @param bankCode The code associated with the bank account. Either the bankCode or the BIC are required.
62
+ @param IBAN The IBAN (International Bank Account Number) associated with the bank account.
63
+ @param accountNumber The account number of the bank account.
64
+ @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
65
+ @return Returns an object representing a Giropay transaction, and `nil` if parameters are invalid.
66
+ */
67
+ + (nullable instancetype)giropayPaymentParamsWithCheckoutID:(NSString *)checkoutID BIC:(nullable NSString *)BIC bankCode:(nullable NSString *)bankCode IBAN:(nullable NSString *)IBAN accountNumber:(nullable NSString *)accountNumber error:(NSError **)error;
68
+
69
+ /**
70
+ Creates an object representing a Paytrail transaction.
71
+
72
+ @param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
73
+ @param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
74
+ @return Returns an object representing a Paytrail transaction, and `nil` if parameters are invalid.
75
+ */
76
+ + (nullable instancetype)paytrailPaymentParamsWithCheckoutID:(NSString *)checkoutID error:(NSError **)error;
77
+
78
+
79
+ /// @name Properties
80
+
81
+ /** The name of the bank account holder. */
82
+ @property (nonatomic, copy, readonly, nullable) NSString *holder;
83
+
84
+ /** The IBAN (International Bank Account Number) associated with the bank account. */
85
+ @property (nonatomic, copy, readonly, nullable) NSString *IBAN;
86
+
87
+ /** The account number of the bank account. Either the account number or the IBAN are required. */
88
+ @property (nonatomic, copy, readonly, nullable) NSString *accountNumber;
89
+
90
+ /** The country code of the bank account (ISO 3166-1). */
91
+ @property (nonatomic, copy, readonly, nullable) NSString *country;
92
+
93
+ /** The name of the bank which holds the account. */
94
+ @property (nonatomic, copy, readonly, nullable) NSString *bankName;
95
+
96
+ /** The BIC (Bank Identifier Code (SWIFT)) number of the bank account. Either the bankCode or the BIC are required. */
97
+ @property (nonatomic, copy, readonly, nullable) NSString *BIC;
98
+
99
+ /** The code associated with the bank account. Either the bankCode or the BIC are required. */
100
+ @property (nonatomic, copy, readonly, nullable) NSString *bankCode;
101
+
102
+ /** Default is `NO`. If `YES`, the payment information will be stored for future use. */
103
+ @property (nonatomic, readonly, getter=isTokenizationEnabled) BOOL tokenizationEnabled;
104
+
105
+ /// @name Validation methods
106
+
107
+ /**
108
+ Checks if the bank account holder name is filled with sufficient data to perform a transaction.
109
+
110
+ @param holder The name of the bank account holder.
111
+ @return `YES` if the holder name contains more than 4 characters, up to 128 characters.
112
+ */
113
+ + (BOOL)isHolderValid:(NSString *)holder;
114
+
115
+ /**
116
+ Checks if the IBAN is valid.
117
+ The first two 2 characters specify the country code as of ISO 3166-1 alpha-2. Only letters.
118
+ The next 2 characters specify the check digits for a sanity check. Only digits.
119
+ The remaining characters up to 27 characters specify the Basic Bank Account Number (“BBAN”). Both letters & digits allowed.
120
+
121
+ @param IBAN International Bank Account Number.
122
+ @return `YES` if the IBAN meets the criteria described above.
123
+ */
124
+ + (BOOL)isIBANValid:(NSString *)IBAN;
125
+
126
+ /**
127
+ Checks if the account number is valid.
128
+
129
+ @param accountNumber The account number of the bank account.
130
+ @return `YES` if the account number is valid.
131
+ */
132
+ + (BOOL)isAccountNumberValid:(NSString *)accountNumber;
133
+
134
+ /**
135
+ Checks if the country code matches ISO 3166-1 two-letter standard.
136
+
137
+ @param country The country of the bank account.
138
+ @return `YES` if the country code matches ISO 3166-1 two-letter standard.
139
+ */
140
+ + (BOOL)isCountryValid:(NSString *)country;
141
+
142
+ /**
143
+ Checks if the name of the bank is valid.
144
+
145
+ @param bankName The name of the bank which holds the account.
146
+ @return `YES` if the name of the bank is valid.
147
+ */
148
+ + (BOOL)isBankNameValid:(NSString *)bankName;
149
+
150
+ /**
151
+ Checks if the BIC is valid.
152
+
153
+ @param BIC The BIC (Bank Identifier Code (SWIFT)) number of the bank account.
154
+ @return `YES` if the BIC is valid.
155
+ */
156
+ + (BOOL)isBICValid:(NSString *)BIC;
157
+
158
+ /**
159
+ Checks if the bank code is valid.
160
+
161
+ @param bankCode The code associated with the bank account.
162
+ @return `YES` if the bank code is valid.
163
+ */
164
+ + (BOOL)isBankCodeValid:(NSString *)bankCode;
165
+
166
+ @end
167
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,48 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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;
13
+ #import "OPPPaymentParams.h"
14
+
15
+ /**
16
+ Class to represent a set of base parameters for common and tokenized cards.
17
+ */
18
+
19
+ NS_ASSUME_NONNULL_BEGIN
20
+ @interface OPPBaseCardPaymentParams : OPPPaymentParams
21
+
22
+ /// @name Initialization
23
+
24
+ /// :nodoc:
25
+ - (instancetype)initWithCheckoutID:(NSString *)checkoutID
26
+ paymentBrand:(NSString *)paymentBrand
27
+ error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
28
+
29
+ /** The CVV code found on the card. Property should be set, if CVV check is required for transaction processing. */
30
+ @property (nonatomic, copy, readonly, nullable) NSString *CVV;
31
+
32
+ /** The number of installments the payment should be split into. */
33
+ @property (nonatomic, copy, nullable) NSNumber *numberOfInstallments;
34
+
35
+ /** The params needed for 3-D Secure 2 authentication request. */
36
+ @property (nonatomic, copy, nullable) NSString *threeDS2AuthParams;
37
+
38
+ /**
39
+ Checks if the card CVV is filled with sufficient data to perform a transaction.
40
+
41
+ @param CVV The card security code or CVV.
42
+ @return `YES` if 3,4-digit number is provided.
43
+ */
44
+ + (BOOL)isCvvValid:(NSString *)CVV;
45
+
46
+ @end
47
+
48
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,88 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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
+
14
+ NS_ASSUME_NONNULL_BEGIN
15
+ /**
16
+ Class to hold billing address of the customer.
17
+ */
18
+ @interface OPPBillingAddress : NSObject
19
+
20
+ /// @name Properties
21
+
22
+ /** The country of the billing address. */
23
+ @property (nonatomic, copy, nullable, readonly) NSString *country;
24
+
25
+ /** The county, state or region of the billing address. */
26
+ @property (nonatomic, copy, nullable, readonly) NSString *state;
27
+
28
+ /** The city of the billing address. */
29
+ @property (nonatomic, copy, nullable, readonly) NSString *city;
30
+
31
+ /** The postal code or zip code of the billing address. */
32
+ @property (nonatomic, copy, nullable, readonly) NSString *postCode;
33
+
34
+ /**
35
+ The door number, floor, building number, building name, and/or street name of the billing address.
36
+ Mandatory for 3D Secure v2.
37
+ */
38
+ @property (nonatomic, copy, nullable, readonly) NSString *street1;
39
+
40
+ /**
41
+ The adjoining road or locality (if required) of the billing address.
42
+ The combination of street1 and street2 can't contain numbers only, it should also include characters.
43
+ */
44
+ @property (nonatomic, copy, nullable, readonly) NSString *street2;
45
+
46
+ /**
47
+ A flag that specifies if country is required.
48
+ Default is `YES`.
49
+ */
50
+ @property (nonatomic, readonly, getter=isCountryRequired) BOOL countryRequired;
51
+
52
+ /**
53
+ A flag that specifies if state is required.
54
+ Default is `YES`.
55
+ */
56
+ @property (nonatomic, readonly, getter=isStateRequired) BOOL stateRequired;
57
+
58
+ /**
59
+ A flag that specifies if city is required.
60
+ Default is `YES`.
61
+ */
62
+ @property (nonatomic, readonly, getter=isCityRequired) BOOL cityRequired;
63
+
64
+ /**
65
+ A flag that specifies if post code is required.
66
+ Default is `YES`.
67
+ */
68
+ @property (nonatomic, readonly, getter=isPostCodeRequired) BOOL postCodeRequired;
69
+
70
+ /**
71
+ A flag that specifies if street1 is required.
72
+ Default is `YES`.
73
+ */
74
+ @property (nonatomic, readonly, getter=isStreet1Required) BOOL street1Required;
75
+
76
+ /**
77
+ A flag that specifies if street1 is required.
78
+ Default is `YES`.
79
+ */
80
+ @property (nonatomic, readonly, getter=isStreet2Required) BOOL street2Required;
81
+
82
+ /// @name Initialization
83
+
84
+ /// :nodoc:
85
+ - (instancetype)init NS_UNAVAILABLE;
86
+
87
+ @end
88
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,106 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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
+
14
+ NS_ASSUME_NONNULL_BEGIN
15
+ /**
16
+ Builder class for costructing billing address object.
17
+ */
18
+ @interface OPPBillingAddressBuilder : NSObject
19
+
20
+ /**
21
+ Set billing address country.
22
+ @param country The country of the billing address.
23
+ @return self.
24
+ */
25
+ - (instancetype)withCountry:(nonnull NSString *)country;
26
+
27
+ /**
28
+ Set billing address state.
29
+ @param state the county, state or region of the billing address.
30
+ @return self.
31
+ */
32
+ - (instancetype)withState:(nonnull NSString *)state;
33
+
34
+ /**
35
+ Set billing address city.
36
+ @param city The town, district or city of the billing address.
37
+ @return self.
38
+ */
39
+ - (instancetype)withCity:(nonnull NSString *)city;
40
+
41
+ /**
42
+ Set billing address post code.
43
+ @param postCode The postal code or zip code of the billing address.
44
+ @return self.
45
+ */
46
+ - (instancetype)withPostCode:(nonnull NSString *)postCode;
47
+
48
+ /**
49
+ Set billing address street1.
50
+ @param street1Required The door number, floor, building number, building name, and/or street name of the billing address.
51
+ @return self.
52
+ */
53
+ - (instancetype)withStreet1:(nonnull NSString *)street1;
54
+
55
+ /**
56
+ Set billing address street2.
57
+ @param street2Required The adjoining road or locality (if required) of the billing address.
58
+ @return self.
59
+ */
60
+ - (instancetype)withStreet2:(nonnull NSString *)street2;
61
+
62
+ /**
63
+ Update billing address country required flag.
64
+ Default is `YES`.
65
+ */
66
+ - (nonnull instancetype)withCountryRequired:(BOOL)countryRequired;
67
+
68
+ /**
69
+ Update billing address state required flag.
70
+ Default is `YES`.
71
+ */
72
+ - (instancetype)withStateRequired:(BOOL)stateRequired;
73
+
74
+ /**
75
+ Update billing address city required flag.
76
+ Default is `YES`.
77
+ */
78
+ - (instancetype)withCityRequired:(BOOL)cityRequired;
79
+
80
+ /**
81
+ Update billing address post code required flag.
82
+ Default is `YES`.
83
+ */
84
+ - (instancetype)withPostCodeRequired:(BOOL)postCodeRequired;
85
+
86
+ /**
87
+ Update billing address street1 required flag.
88
+ Default is `YES`.
89
+ */
90
+ - (instancetype)withStreet1Required:(BOOL)street1Required;
91
+
92
+ /**
93
+ Update billing address street2 required flag.
94
+ Default is `YES`.
95
+ */
96
+ - (instancetype)withStreet2Required:(BOOL)street2Required;
97
+
98
+ /**
99
+ Creates a new billing address.
100
+ @param error The error that occured while building billing address object.
101
+ @return the billing address.
102
+ */
103
+ - (OPPBillingAddress *)build;
104
+
105
+ @end
106
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,63 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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;
13
+
14
+ NS_ASSUME_NONNULL_BEGIN
15
+
16
+ /**
17
+ Class to encapsulate a BIN (Bank Identification Number) details of a payment card.
18
+ */
19
+ @interface OPPBinInfo : NSObject
20
+
21
+ /// @name Initialization
22
+
23
+ /// :nodoc:
24
+ - (instancetype)init NS_UNAVAILABLE;
25
+
26
+ /**
27
+ Creates OPPBinInfo info object with the provided list of brands, BIN type and type of payment method/card.
28
+ @param brands Payments brands which are related to BIN.
29
+ @param binType Type of the BIN detected by the BIN Service. PERSONAL or COMMERCIAL.
30
+ @param type Payment method/card type detected by the BIN Service. DEBIT, CREDIT or CHARGE CARD.
31
+ @return an `OPPBinInfo` object.
32
+ */
33
+ - (nullable instancetype)initWithBrands:(NSArray<NSString *> *)brands
34
+ binType:(nullable NSString *)binType
35
+ type:(nullable NSString *)type NS_DESIGNATED_INITIALIZER;
36
+
37
+ /**
38
+ Creates OPPBinInfo info object with the provided list of brands, BIN type and type of payment method/card.
39
+ @param brands Payments brands which are related to BIN.
40
+ @param binType Type of the BIN detected by the BIN Service. PERSONAL or COMMERCIAL.
41
+ @param type Payment method/card type detected by the BIN Service. DEBIT, CREDIT or CHARGE CARD.
42
+ @return an `OPPBinInfo` object.
43
+ */
44
+ + (nullable instancetype)binInfoWithBrands:(NSArray<NSString *> *)brands
45
+ binType:(nullable NSString *)binType
46
+ type:(nullable NSString *)type;
47
+
48
+ /// @name Properties
49
+
50
+ /// Payments brands which are related to BIN.
51
+ @property (nonatomic, copy, readonly) NSArray<NSString *> *brands;
52
+
53
+ /// Type of the BIN detected by the BIN Service.
54
+ /// Possible values: PERSONAL or COMMERCIAL.
55
+ @property (nonatomic, copy, readonly, nullable) NSString *binType;
56
+
57
+ /// Payment method/card type detected by the BIN Service.
58
+ /// Possible values: DEBIT, CREDIT, CHARGE CARD.
59
+ @property (nonatomic, copy, readonly, nullable) NSString *type;
60
+
61
+ @end
62
+
63
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,68 @@
1
+ //
2
+ // Copyright (c) $$year$$ 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
+
14
+ /**
15
+ Class to encapsulate shopper’s card details that have been tokenized.
16
+ */
17
+
18
+ NS_ASSUME_NONNULL_BEGIN
19
+ @interface OPPCard : NSObject
20
+
21
+ /// @name Properties
22
+
23
+ /** Name of card holder. */
24
+ @property (nonatomic, copy) NSString *holder;
25
+
26
+ /** The last 4 digits of the card number. */
27
+ @property (nonatomic, copy) NSString *last4Digits;
28
+
29
+ /** The card’s expiration month. */
30
+ @property (nonatomic, copy) NSString *expiryMonth;
31
+
32
+ /** The card’s expiration year. */
33
+ @property (nonatomic, copy) NSString *expiryYear;
34
+
35
+ /// @name Initialization
36
+
37
+ /// :nodoc:
38
+ - (instancetype)init NS_UNAVAILABLE;
39
+
40
+ /**
41
+ Creates an `OPPCard` object from JSON.
42
+ @param JSON A dictionary with parameters received from the Server.
43
+ @return Returns an `OPPCard` object, or `nil` if JSON contains invalid values.
44
+ */
45
+ + (nullable instancetype)cardFromJSON:(NSDictionary *)JSON;
46
+
47
+ /**
48
+ Creates an `OPPCard` object with the provided values.
49
+ @param holder Name of card holder.
50
+ @param last4Digits The last 4 digits of the card number.
51
+ @param expiryMonth The card’s expiration month.
52
+ @param expiryYear The card’s expiration year.
53
+ @return Returns an `OPPCard` object, or `nil` if parameters are empty.
54
+ */
55
+ + (nullable instancetype)cardWithHolder:(nullable NSString *)holder last4Digits:(NSString *)last4Digits expiryMonth:(NSString *)expiryMonth expiryYear:(NSString *)expiryYear;
56
+
57
+ /**
58
+ Creates an `OPPCard` object with the provided values.
59
+ @param holder Name of card holder.
60
+ @param last4Digits The last 4 digits of the card number.
61
+ @param expiryMonth The card’s expiration month.
62
+ @param expiryYear The card’s expiration year.
63
+ @return Returns an `OPPCard` object, or `nil` if parameters are empty.
64
+ */
65
+ - (nullable instancetype)initWithHolder:(nullable NSString *)holder last4Digits:(NSString *)last4Digits expiryMonth:(NSString *)expiryMonth expiryYear:(NSString *)expiryYear NS_DESIGNATED_INITIALIZER;
66
+
67
+ @end
68
+ NS_ASSUME_NONNULL_END