react-native-hyperpay-sdk 0.39.0 → 1.0.1
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.
- package/OPPWAMobile.xcframework/Info.plist +6 -4
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +6095 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +12186 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +2605 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +3137 -0
- package/README.md +293 -40
- package/android/build.gradle +13 -28
- package/android/libs/ipworks3ds_sdk_9625.aar +0 -0
- package/android/libs/ipworks3ds_sdk_9625_deploy.aar +0 -0
- package/android/libs/oppwa.mobile-7.11.0-release.aar +0 -0
- package/android/src/main/java/com/reactnativehyperpay/HyperPayModule.java +10 -33
- package/ios/HyperPay.m +1 -1
- package/ipworks3ds_sdk.xcframework/Info.plist +6 -4
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeResources +623 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +699 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1394 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +387 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/package.json +1 -1
- package/react-native-hyperpay-sdk.podspec +3 -2
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1100
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +0 -11
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1649
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +0 -11
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +0 -3479
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +0 -4503
- package/android/.gradle/7.4/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/7.4/gc.properties +0 -0
- package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4.2/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -18
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/vcs.xml +0 -6
- package/android/libs/ipworks3ds_sdk.aar +0 -0
- package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
- package/android/libs/oppwa.mobile-4.6.0-release.aar +0 -0
- package/android/local.properties +0 -8
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1242
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -282
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1862
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -759
- 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
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -312
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
|
@@ -0,0 +1,4335 @@
|
|
|
1
|
+
// swift-interface-format-version: 1.0
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
|
3
|
+
// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name OPPWAMobile
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
|
|
5
|
+
import AVFoundation
|
|
6
|
+
import AVKit
|
|
7
|
+
import AuthenticationServices
|
|
8
|
+
import Combine
|
|
9
|
+
import Foundation
|
|
10
|
+
import LocalAuthentication
|
|
11
|
+
@_exported import OPPWAMobile
|
|
12
|
+
import PassKit
|
|
13
|
+
import SafariServices
|
|
14
|
+
import Swift
|
|
15
|
+
import SwiftUI
|
|
16
|
+
import UIKit
|
|
17
|
+
import Vision
|
|
18
|
+
import WebKit
|
|
19
|
+
import _Concurrency
|
|
20
|
+
import _StringProcessing
|
|
21
|
+
import _SwiftConcurrencyShims
|
|
22
|
+
import ipworks3ds_sdk
|
|
23
|
+
@_inheritsConvenienceInitializers @objc public class OPPThreeDSConfig : ObjectiveC.NSObject {
|
|
24
|
+
@objc public var challengeUiTypes: OPPWAMobile.OPPThreeDSChallengeUiType
|
|
25
|
+
@objc public var sdkMaxTimeout: Swift.Int
|
|
26
|
+
@objc public var clientConfigParams: [Swift.String : Swift.String] {
|
|
27
|
+
@objc get
|
|
28
|
+
@objc set
|
|
29
|
+
}
|
|
30
|
+
@objc public var appBundleID: Swift.String
|
|
31
|
+
@objc public var locale: Swift.String?
|
|
32
|
+
@objc public var deviceParameterBlacklist: [Swift.String]?
|
|
33
|
+
@objc public var uiCustomization: ipworks3ds_sdk.UiCustomization
|
|
34
|
+
@objc public var threeDSRequestorAppURL: Swift.String?
|
|
35
|
+
@objc public var isBrowserDataRequired: Swift.Bool
|
|
36
|
+
@objc override dynamic public init()
|
|
37
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
38
|
+
@objc public func getClientConfig(protocolVersion: Swift.String?) -> Swift.Set<Swift.String>
|
|
39
|
+
#endif
|
|
40
|
+
@objc public func getUngroupedConfigParams() -> [Swift.String : Swift.String]
|
|
41
|
+
@objc deinit
|
|
42
|
+
}
|
|
43
|
+
@objc final public class OPPDirectDebitSEPAPaymentParams : OPPWAMobile.OPPBankAccountPaymentParams {
|
|
44
|
+
@objc public init(checkoutID: Swift.String, holder: Swift.String, iban: Swift.String, isTokenizationEnabled: Swift.Bool) throws
|
|
45
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
46
|
+
@objc deinit
|
|
47
|
+
}
|
|
48
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCheckoutDeviceAuth : ObjectiveC.NSObject {
|
|
49
|
+
@objc public static func cpd_requestDeviceAuthIfNeeded(for paymentBrand: Swift.String, isToken: Swift.Bool, paymentParams: OPPWAMobile.OPPPaymentParams, completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
50
|
+
@objc public static func cpd_deviceAuthMode(for paymentBrand: Swift.String) -> OPPWAMobile.OPPSecurityPolicyMode
|
|
51
|
+
@objc public static func cpd_deviceAuthModeForTokens() -> OPPWAMobile.OPPSecurityPolicyMode
|
|
52
|
+
@objc override dynamic public init()
|
|
53
|
+
@objc deinit
|
|
54
|
+
}
|
|
55
|
+
@_hasMissingDesignatedInitializers @objc(OPPIkanoPrivateLabelVADetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPIkanoPrivateLabelVADetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
56
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
57
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPIkanoPrivateLabelVADetailsViewModel)
|
|
58
|
+
#endif
|
|
59
|
+
@objc deinit
|
|
60
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
61
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
62
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
63
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
64
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
65
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
66
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didEnterBackground(_ notification: Foundation.Notification)
|
|
67
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didBecomeActive(_ notification: Foundation.Notification)
|
|
68
|
+
}
|
|
69
|
+
extension OPPWAMobile.OPPIkanoPrivateLabelVADetailsViewController : UIKit.UITextFieldDelegate {
|
|
70
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
71
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
72
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
73
|
+
}
|
|
74
|
+
@_inheritsConvenienceInitializers @objc public class OPPIOUtil : ObjectiveC.NSObject {
|
|
75
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
76
|
+
@objc public static func nibPath(forResource fileName: Swift.String) -> Swift.String?
|
|
77
|
+
#endif
|
|
78
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
79
|
+
@objc public static func shortPath(forResource fileName: Swift.String, type: Swift.String) -> Swift.String?
|
|
80
|
+
#endif
|
|
81
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
82
|
+
@objc public static func path(forResource fileName: Swift.String, type: Swift.String) -> Swift.String?
|
|
83
|
+
#endif
|
|
84
|
+
@objc override dynamic public init()
|
|
85
|
+
@objc deinit
|
|
86
|
+
}
|
|
87
|
+
@objc public class OPPAddressSelectorViewModel : ObjectiveC.NSObject {
|
|
88
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
89
|
+
@objc public init(array: [Swift.String], addressField: OPPWAMobile.OPPAddressField = .street1, backButtonTitle: Swift.String? = nil)
|
|
90
|
+
#endif
|
|
91
|
+
public var sectionCount: Swift.Int {
|
|
92
|
+
get
|
|
93
|
+
}
|
|
94
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
95
|
+
public func title(for section: Swift.Int) -> Swift.String?
|
|
96
|
+
#endif
|
|
97
|
+
public func numberOfRows(in section: Swift.Int) -> Swift.Int
|
|
98
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
99
|
+
public func titleForRow(at row: Swift.Int, in section: Swift.Int) -> Swift.String?
|
|
100
|
+
#endif
|
|
101
|
+
@objc deinit
|
|
102
|
+
}
|
|
103
|
+
@_inheritsConvenienceInitializers @objc(OPPTokenCollectionViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPTokenCollectionViewCell : UIKit.UICollectionViewCell {
|
|
104
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var paymentBrandLogoView: UIKit.UIView!
|
|
105
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var paymentBrandImageView: UIKit.UIImageView!
|
|
106
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var paymentBrandDetailLabel: UIKit.UILabel!
|
|
107
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
108
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func prepareForReuse()
|
|
109
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
110
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
111
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
112
|
+
#endif
|
|
113
|
+
@objc deinit
|
|
114
|
+
}
|
|
115
|
+
@_hasMissingDesignatedInitializers @objc public class OPPBillingAddress : ObjectiveC.NSObject, Foundation.NSCopying {
|
|
116
|
+
@objc public var country: Swift.String? {
|
|
117
|
+
get
|
|
118
|
+
}
|
|
119
|
+
@objc public var state: Swift.String? {
|
|
120
|
+
get
|
|
121
|
+
}
|
|
122
|
+
@objc public var city: Swift.String? {
|
|
123
|
+
get
|
|
124
|
+
}
|
|
125
|
+
@objc public var postCode: Swift.String? {
|
|
126
|
+
get
|
|
127
|
+
}
|
|
128
|
+
@objc public var street1: Swift.String? {
|
|
129
|
+
get
|
|
130
|
+
}
|
|
131
|
+
@objc public var street2: Swift.String? {
|
|
132
|
+
get
|
|
133
|
+
}
|
|
134
|
+
@objc public var isCountryRequired: Swift.Bool {
|
|
135
|
+
get
|
|
136
|
+
}
|
|
137
|
+
@objc public var isStateRequired: Swift.Bool {
|
|
138
|
+
get
|
|
139
|
+
}
|
|
140
|
+
@objc public var isCityRequired: Swift.Bool {
|
|
141
|
+
get
|
|
142
|
+
}
|
|
143
|
+
@objc public var isPostCodeRequired: Swift.Bool {
|
|
144
|
+
get
|
|
145
|
+
}
|
|
146
|
+
@objc public var isStreet1Required: Swift.Bool {
|
|
147
|
+
get
|
|
148
|
+
}
|
|
149
|
+
@objc public var isStreet2Required: Swift.Bool {
|
|
150
|
+
get
|
|
151
|
+
}
|
|
152
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
153
|
+
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
154
|
+
#endif
|
|
155
|
+
@objc deinit
|
|
156
|
+
}
|
|
157
|
+
@_inheritsConvenienceInitializers @objc final public class OPPIdentificationPaymentParamsValidator : ObjectiveC.NSObject {
|
|
158
|
+
@objc public static func validateDocumentID(docType: OPPWAMobile.OPPIdentificationDocType, docId: Swift.String) throws
|
|
159
|
+
@objc public static func isIdCardNumberValid(_ idCardNumber: Swift.String) -> Swift.Bool
|
|
160
|
+
@objc public static func isPassportNumberValid(_ passportNumber: Swift.String) -> Swift.Bool
|
|
161
|
+
@objc public static func isTaxStatementNumberValid(_ taxStatementNumber: Swift.String) -> Swift.Bool
|
|
162
|
+
@objc override dynamic public init()
|
|
163
|
+
@objc deinit
|
|
164
|
+
}
|
|
165
|
+
@objc public class OPPCardsSectionDelegate : ObjectiveC.NSObject {
|
|
166
|
+
@objc public static let OPPCardCollectionViewCellReuseId: Swift.String
|
|
167
|
+
@objc public init(paymentBrands: [Swift.String])
|
|
168
|
+
@objc deinit
|
|
169
|
+
}
|
|
170
|
+
extension OPPWAMobile.OPPCardsSectionDelegate : UIKit.UICollectionViewDataSource {
|
|
171
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
|
|
172
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
|
|
173
|
+
}
|
|
174
|
+
extension OPPWAMobile.OPPCardsSectionDelegate : UIKit.UICollectionViewDelegate {
|
|
175
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
|
|
176
|
+
}
|
|
177
|
+
@_hasMissingDesignatedInitializers @objc public class OPPBraintreeConfig : OPPWAMobile.OPPBrandConfig {
|
|
178
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
179
|
+
@objc public static func paypalPayFastConfig(universalLink: Swift.String, URLScheme: Swift.String? = nil, enableAppSwitch: Swift.Bool = true) -> OPPWAMobile.OPPBraintreeConfig
|
|
180
|
+
#endif
|
|
181
|
+
@objc public static func venmoPayFastConfig(universalLink: Swift.String) -> OPPWAMobile.OPPBraintreeConfig
|
|
182
|
+
@objc public static func venmoPayFastConfig(universalLink: Swift.String, collectCustomerShippingAddress: Swift.Bool = false, collectCustomerBillingAddress: Swift.Bool = false) -> OPPWAMobile.OPPBraintreeConfig
|
|
183
|
+
@objc deinit
|
|
184
|
+
}
|
|
185
|
+
@objc final public class OPPRatePayDetailsViewModel : ObjectiveC.NSObject {
|
|
186
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
187
|
+
@objc deinit
|
|
188
|
+
}
|
|
189
|
+
@_inheritsConvenienceInitializers @objc final public class OPPApplePayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
190
|
+
@objc final public let tokenData: Foundation.Data?
|
|
191
|
+
@objc public static func applePayPaymentParams(checkoutID: Swift.String, tokenData: Foundation.Data) throws -> OPPWAMobile.OPPApplePayPaymentParams
|
|
192
|
+
@objc public static func applePayPaymentParams(checkoutID: Swift.String, paymentBrand: Swift.String, tokenData: Foundation.Data) throws -> OPPWAMobile.OPPApplePayPaymentParams
|
|
193
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
194
|
+
@objc public static func applePayPaymentParams(checkoutID: Swift.String, tokenData: Foundation.Data, billingContact: PassKit.PKContact?, shippingContact: PassKit.PKContact?) throws -> OPPWAMobile.OPPApplePayPaymentParams
|
|
195
|
+
#endif
|
|
196
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
197
|
+
@objc public static func applePayPaymentParams(checkoutID: Swift.String, paymentBrand: Swift.String, tokenData: Foundation.Data, billingContact: PassKit.PKContact?, shippingContact: PassKit.PKContact?) throws -> OPPWAMobile.OPPApplePayPaymentParams
|
|
198
|
+
#endif
|
|
199
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
200
|
+
@objc public static func applePayPaymentParams(checkoutID: Swift.String, paymentBrand: Swift.String, tokenData: Foundation.Data, billingContact: PassKit.PKContact?, shippingContact: PassKit.PKContact?, cardType: PassKit.PKPaymentMethodType, cardNetwork: PassKit.PKPaymentNetwork?) throws -> OPPWAMobile.OPPApplePayPaymentParams
|
|
201
|
+
#endif
|
|
202
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
203
|
+
@available(*, deprecated)
|
|
204
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
205
|
+
#endif
|
|
206
|
+
@objc convenience public init(checkoutID: Swift.String, tokenData: Foundation.Data) throws
|
|
207
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String, tokenData: Foundation.Data) throws
|
|
208
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
209
|
+
@objc convenience public init(checkoutID: Swift.String, tokenData: Foundation.Data, billingContact: PassKit.PKContact?, shippingContact: PassKit.PKContact?) throws
|
|
210
|
+
#endif
|
|
211
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
212
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String, tokenData: Foundation.Data, billingContact: PassKit.PKContact?, shippingContact: PassKit.PKContact?) throws
|
|
213
|
+
#endif
|
|
214
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
215
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String, tokenData: Foundation.Data, billingContact: PassKit.PKContact?, shippingContact: PassKit.PKContact?, cardType: PassKit.PKPaymentMethodType, cardNetwork: PassKit.PKPaymentNetwork?) throws
|
|
216
|
+
#endif
|
|
217
|
+
@objc public static func isTokenDataValid(_ tokenData: Foundation.Data) -> Swift.Bool
|
|
218
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
219
|
+
@objc deinit
|
|
220
|
+
}
|
|
221
|
+
@objc final public class OPPPollingStatus : ObjectiveC.NSObject {
|
|
222
|
+
@objc final public let status: Swift.String
|
|
223
|
+
@objc final public let redirectURL: Swift.String
|
|
224
|
+
@objc final public var isPending: Swift.Bool {
|
|
225
|
+
@objc get
|
|
226
|
+
}
|
|
227
|
+
@objc final public var isSuccess: Swift.Bool {
|
|
228
|
+
@objc get
|
|
229
|
+
}
|
|
230
|
+
@objc final public var isFailed: Swift.Bool {
|
|
231
|
+
@objc get
|
|
232
|
+
}
|
|
233
|
+
@objc final public var isTimeout: Swift.Bool {
|
|
234
|
+
@objc get
|
|
235
|
+
}
|
|
236
|
+
@objc public init(status: Swift.String, redirectURL: Swift.String)
|
|
237
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
238
|
+
@objc public static func status(_ jsonInfo: [Swift.String : Any]?) -> OPPWAMobile.OPPPollingStatus
|
|
239
|
+
#endif
|
|
240
|
+
@objc deinit
|
|
241
|
+
}
|
|
242
|
+
@_inheritsConvenienceInitializers @objc final public class OPPAffirmPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
243
|
+
@objc final public var token: Swift.String?
|
|
244
|
+
@objc public static func affirmPaymentParamsWith(checkoutId: Swift.String) throws -> OPPWAMobile.OPPAffirmPaymentParams
|
|
245
|
+
@objc override final public func copy() -> Any
|
|
246
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
247
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
248
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
249
|
+
#endif
|
|
250
|
+
@objc deinit
|
|
251
|
+
}
|
|
252
|
+
@objc public enum OPPExpandIcon : Swift.Int {
|
|
253
|
+
case expand
|
|
254
|
+
case collapse
|
|
255
|
+
case hidden
|
|
256
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
257
|
+
public init?(rawValue: Swift.Int)
|
|
258
|
+
#endif
|
|
259
|
+
public typealias RawValue = Swift.Int
|
|
260
|
+
public var rawValue: Swift.Int {
|
|
261
|
+
get
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPCheckoutTextFieldView) @_Concurrency.MainActor @preconcurrency final public class OPPCheckoutTextFieldView : UIKit.UIView {
|
|
265
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var textField: OPPWAMobile.OPPSCheckoutTextField!
|
|
266
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var leftTextField: UIKit.UITextField!
|
|
267
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var title: Swift.String {
|
|
268
|
+
@objc get
|
|
269
|
+
@objc set
|
|
270
|
+
}
|
|
271
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var helper: Swift.String {
|
|
272
|
+
@objc get
|
|
273
|
+
@objc set
|
|
274
|
+
}
|
|
275
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var error: Swift.String? {
|
|
276
|
+
@objc get
|
|
277
|
+
@objc set
|
|
278
|
+
}
|
|
279
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var accessibilityId: Swift.String {
|
|
280
|
+
@objc get
|
|
281
|
+
@objc set
|
|
282
|
+
}
|
|
283
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var parentView: UIKit.UIView?
|
|
284
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var isEditing: Swift.Bool
|
|
285
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var expandIcon: OPPWAMobile.OPPExpandIcon {
|
|
286
|
+
@objc get
|
|
287
|
+
@objc set
|
|
288
|
+
}
|
|
289
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var enabled: Swift.Bool {
|
|
290
|
+
@objc get
|
|
291
|
+
@objc set
|
|
292
|
+
}
|
|
293
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
294
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var text: Swift.String? {
|
|
295
|
+
@objc get
|
|
296
|
+
@objc set(newText)
|
|
297
|
+
}
|
|
298
|
+
#endif
|
|
299
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
300
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
301
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func updateConstraints()
|
|
302
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
303
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func getText() -> Swift.String?
|
|
304
|
+
#endif
|
|
305
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
306
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func updateText(_ text: Swift.String?)
|
|
307
|
+
#endif
|
|
308
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
309
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func setLogoImage(with paymentBrand: Swift.String, handler: (() -> Swift.Void)?)
|
|
310
|
+
#endif
|
|
311
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func beginEditing()
|
|
312
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func endEditing()
|
|
313
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func clear()
|
|
314
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
315
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func enableLeftTextField(with helper: Swift.String, accessibiltyId: Swift.String?)
|
|
316
|
+
#endif
|
|
317
|
+
@objc deinit
|
|
318
|
+
}
|
|
319
|
+
@_inheritsConvenienceInitializers @objc(OPPPKPaymentButtonTableViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPPKPaymentButtonTableViewCell : UIKit.UITableViewCell {
|
|
320
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var pkPaymentButton: PassKit.PKPaymentButton!
|
|
321
|
+
@objc @_Concurrency.MainActor @preconcurrency public static let OPPPKPaymentButtonTableViewCellHeight: CoreFoundation.CGFloat
|
|
322
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
323
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
324
|
+
@available(iOS 3.0, *)
|
|
325
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(style: UIKit.UITableViewCell.CellStyle, reuseIdentifier: Swift.String?)
|
|
326
|
+
#endif
|
|
327
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
328
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
329
|
+
#endif
|
|
330
|
+
@objc deinit
|
|
331
|
+
}
|
|
332
|
+
@objc public protocol OPPEditAddressViewControllerDelegate {
|
|
333
|
+
@objc func updateAddress(_ address: OPPWAMobile.OPPBillingAddress)
|
|
334
|
+
}
|
|
335
|
+
@_hasMissingDesignatedInitializers @objc(OPPEditAddressViewController) @_Concurrency.MainActor @preconcurrency final public class OPPEditAddressViewController : UIKit.UIViewController {
|
|
336
|
+
@objc @_Concurrency.MainActor @preconcurrency weak final public var delegate: (any OPPWAMobile.OPPEditAddressViewControllerDelegate)?
|
|
337
|
+
@objc @_Concurrency.MainActor @preconcurrency public init(viewModel: OPPWAMobile.OPPEditAddressViewModel)
|
|
338
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
339
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewWillAppear(_ animated: Swift.Bool)
|
|
340
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
341
|
+
@objc deinit
|
|
342
|
+
}
|
|
343
|
+
extension OPPWAMobile.OPPEditAddressViewController {
|
|
344
|
+
@_Concurrency.MainActor @preconcurrency final public func isStateFieldEditable() -> Swift.Bool
|
|
345
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
346
|
+
@_Concurrency.MainActor @preconcurrency final public func getTextFieldValue(tag: Swift.Int) -> Swift.String?
|
|
347
|
+
#endif
|
|
348
|
+
@_Concurrency.MainActor @preconcurrency final public func getTextFieldHint(tag: Swift.Int) -> Swift.String
|
|
349
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
350
|
+
@_Concurrency.MainActor @preconcurrency final public func updateAddress(value: Swift.String?, textFieldTag: Swift.Int)
|
|
351
|
+
#endif
|
|
352
|
+
@_Concurrency.MainActor @preconcurrency final public func selectedActiveTextField(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
353
|
+
}
|
|
354
|
+
extension OPPWAMobile.OPPEditAddressViewController : OPPWAMobile.OPPAddressSelectorViewControllerDelegate {
|
|
355
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
356
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func returnSelected(_ value: Swift.String?, and tag: Swift.Int)
|
|
357
|
+
#endif
|
|
358
|
+
}
|
|
359
|
+
@_hasMissingDesignatedInitializers @objc(OPPListDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPListDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
360
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
361
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPListDetailsViewModel)
|
|
362
|
+
#endif
|
|
363
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
364
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
365
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
366
|
+
@objc deinit
|
|
367
|
+
}
|
|
368
|
+
extension OPPWAMobile.OPPListDetailsViewController : UIKit.UITableViewDataSource {
|
|
369
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
|
|
370
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
371
|
+
}
|
|
372
|
+
extension OPPWAMobile.OPPListDetailsViewController : UIKit.UITableViewDelegate {
|
|
373
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
|
|
374
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath)
|
|
375
|
+
}
|
|
376
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPPaymentFormHeaderView) @_Concurrency.MainActor @preconcurrency final public class OPPPaymentFormHeaderView : UIKit.UIView {
|
|
377
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var logoView: UIKit.UIView!
|
|
378
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var formTitleLabel: UIKit.UILabel!
|
|
379
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var logoImageView: UIKit.UIImageView!
|
|
380
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
381
|
+
@objc deinit
|
|
382
|
+
}
|
|
383
|
+
@objc public enum OPPIdentificationDocType : Swift.Int, Swift.CaseIterable {
|
|
384
|
+
case idCard
|
|
385
|
+
case passport
|
|
386
|
+
case taxStatement
|
|
387
|
+
public var title: Swift.String {
|
|
388
|
+
get
|
|
389
|
+
}
|
|
390
|
+
public var value: Swift.String {
|
|
391
|
+
get
|
|
392
|
+
}
|
|
393
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
394
|
+
public init?(rawValue: Swift.Int)
|
|
395
|
+
#endif
|
|
396
|
+
public typealias AllCases = [OPPWAMobile.OPPIdentificationDocType]
|
|
397
|
+
public typealias RawValue = Swift.Int
|
|
398
|
+
nonisolated public static var allCases: [OPPWAMobile.OPPIdentificationDocType] {
|
|
399
|
+
get
|
|
400
|
+
}
|
|
401
|
+
public var rawValue: Swift.Int {
|
|
402
|
+
get
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
@_inheritsConvenienceInitializers @objc final public class OPPWpwlOptions : ObjectiveC.NSObject {
|
|
406
|
+
@objc override final public var description: Swift.String {
|
|
407
|
+
@objc get
|
|
408
|
+
}
|
|
409
|
+
@objc final public var configuration: [Swift.String : Any] {
|
|
410
|
+
get
|
|
411
|
+
}
|
|
412
|
+
@objc final public var jsFunctions: [Swift.String : Swift.String] {
|
|
413
|
+
get
|
|
414
|
+
}
|
|
415
|
+
@available(*, unavailable)
|
|
416
|
+
@objc override dynamic public init()
|
|
417
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
418
|
+
@objc public static func initWithConfiguration(_ stringConfiguration: Swift.String) -> Self?
|
|
419
|
+
#endif
|
|
420
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
421
|
+
@objc public init?(configuration stringConfiguration: Swift.String)
|
|
422
|
+
#endif
|
|
423
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
424
|
+
@objc public static func initWithConfiguration(_ configuration: [Swift.String : Any], jsFunctions: [Swift.String : Swift.String]?) -> Self?
|
|
425
|
+
#endif
|
|
426
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
427
|
+
@objc public init?(configuration: [Swift.String : Any], jsFunctions: [Swift.String : Swift.String]?)
|
|
428
|
+
#endif
|
|
429
|
+
@objc deinit
|
|
430
|
+
}
|
|
431
|
+
@objc public enum OPPSTCPayVerificationOption : Swift.Int {
|
|
432
|
+
case phone
|
|
433
|
+
case qrCode
|
|
434
|
+
@available(*, deprecated, renamed: "qrCode")
|
|
435
|
+
case QRCode
|
|
436
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
437
|
+
public init?(rawValue: Swift.Int)
|
|
438
|
+
#endif
|
|
439
|
+
public typealias RawValue = Swift.Int
|
|
440
|
+
public var rawValue: Swift.Int {
|
|
441
|
+
get
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
@_inheritsConvenienceInitializers @objc final public class OPPSTCPayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
445
|
+
@objc final public var phoneNumber: Swift.String?
|
|
446
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
447
|
+
@available(*, deprecated, renamed: "init(checkoutID:verificationOption:)")
|
|
448
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
449
|
+
#endif
|
|
450
|
+
@objc public static func stcPayPaymentParams(checkoutID: Swift.String, verificationOption: OPPWAMobile.OPPSTCPayVerificationOption) throws -> Self
|
|
451
|
+
@objc public init(checkoutID: Swift.String, verificationOption: OPPWAMobile.OPPSTCPayVerificationOption) throws
|
|
452
|
+
@objc public static func isMobilePhoneValid(_ mobilePhone: Swift.String) -> Swift.Bool
|
|
453
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
454
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
455
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
456
|
+
#endif
|
|
457
|
+
@objc deinit
|
|
458
|
+
}
|
|
459
|
+
@objc final public class OPPAffirmConfig : ObjectiveC.NSObject {
|
|
460
|
+
@objc final public let publicKey: Swift.String
|
|
461
|
+
@objc final public let isActive: Swift.Bool
|
|
462
|
+
@objc public init(publicKey: Swift.String, isActive: Swift.Bool)
|
|
463
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
464
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
465
|
+
#endif
|
|
466
|
+
@objc deinit
|
|
467
|
+
}
|
|
468
|
+
extension OPPWAMobile.OPPCardViewController : UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSource {
|
|
469
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
|
|
470
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
|
|
471
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
|
|
472
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
|
|
473
|
+
}
|
|
474
|
+
@objc public enum OPPAddressField : Swift.Int {
|
|
475
|
+
case street1 = 0
|
|
476
|
+
case street2 = 1
|
|
477
|
+
case city = 2
|
|
478
|
+
case state = 3
|
|
479
|
+
case country = 4
|
|
480
|
+
case postCode = 5
|
|
481
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
482
|
+
public init?(rawValue: Swift.Int)
|
|
483
|
+
#endif
|
|
484
|
+
public typealias RawValue = Swift.Int
|
|
485
|
+
public var rawValue: Swift.Int {
|
|
486
|
+
get
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
@_hasMissingDesignatedInitializers @objc(OPPGiropayDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPGiropayDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
490
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
491
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPGiropayViewModel)
|
|
492
|
+
#endif
|
|
493
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
494
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
495
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
496
|
+
@objc deinit
|
|
497
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
498
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
499
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
500
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didEnterBackground(_ notification: Foundation.Notification)
|
|
501
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didBecomeActive(_ notification: Foundation.Notification)
|
|
502
|
+
}
|
|
503
|
+
extension OPPWAMobile.OPPGiropayDetailsViewController : UIKit.UITextFieldDelegate {
|
|
504
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
505
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
506
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
507
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
508
|
+
}
|
|
509
|
+
@objc final public class OPPIdealPaymentParams : OPPWAMobile.OPPBankAccountPaymentParams {
|
|
510
|
+
@available(*, deprecated)
|
|
511
|
+
@objc public init(checkoutID: Swift.String, bankName: Swift.String) throws
|
|
512
|
+
@objc public init(checkoutID: Swift.String, country: Swift.String) throws
|
|
513
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
514
|
+
@objc deinit
|
|
515
|
+
}
|
|
516
|
+
@objc public class OPPThreeDSSchemeConfig : ObjectiveC.NSObject {
|
|
517
|
+
@objc public var dsRefId: Swift.String {
|
|
518
|
+
get
|
|
519
|
+
}
|
|
520
|
+
@objc public var dsEncryptCert: Swift.String {
|
|
521
|
+
get
|
|
522
|
+
}
|
|
523
|
+
@objc public var dsCaRootCert: Swift.String {
|
|
524
|
+
get
|
|
525
|
+
}
|
|
526
|
+
@objc public var kid: Swift.String {
|
|
527
|
+
get
|
|
528
|
+
}
|
|
529
|
+
@objc public init(dsRefId: Swift.String, dsEncryptCert: Swift.String, dsCaRootCert: Swift.String, kid: Swift.String)
|
|
530
|
+
@objc public init(dsRefId: Swift.String, dsEncryptCert: Swift.String, dsCaRootCert: Swift.String)
|
|
531
|
+
@objc deinit
|
|
532
|
+
}
|
|
533
|
+
@objc extension UIKit.UILabel {
|
|
534
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func configure(title: Swift.String, font: UIKit.UIFont, isHighLighted: Swift.Bool, theme: OPPWAMobile.OPPCheckoutTheme)
|
|
535
|
+
}
|
|
536
|
+
@_hasMissingDesignatedInitializers @objc(OPPBlikDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPBlikDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
537
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
538
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPBlikDetailsViewModel)
|
|
539
|
+
#endif
|
|
540
|
+
@objc deinit
|
|
541
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
542
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
543
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func loadURL(_ transaction: OPPWAMobile.OPPTransaction)
|
|
544
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func reEnterPin()
|
|
545
|
+
}
|
|
546
|
+
extension OPPWAMobile.OPPBlikDetailsViewController : WebKit.WKNavigationDelegate {
|
|
547
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, decidePolicyFor navigationAction: WebKit.WKNavigationAction, decisionHandler: @escaping (WebKit.WKNavigationActionPolicy) -> Swift.Void)
|
|
548
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
549
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
|
|
550
|
+
#endif
|
|
551
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
552
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
|
|
553
|
+
#endif
|
|
554
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
555
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, didFailProvisionalNavigation navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
|
|
556
|
+
#endif
|
|
557
|
+
}
|
|
558
|
+
extension OPPWAMobile.OPPBlikDetailsViewController : SafariServices.SFSafariViewControllerDelegate {
|
|
559
|
+
}
|
|
560
|
+
extension OPPWAMobile.OPPBlikDetailsViewController : UIKit.UITextViewDelegate {
|
|
561
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
562
|
+
@available(iOS 17.0, *)
|
|
563
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textView(_ textView: UIKit.UITextView, primaryActionFor textItem: UIKit.UITextItem, defaultAction: UIKit.UIAction) -> UIKit.UIAction?
|
|
564
|
+
#endif
|
|
565
|
+
}
|
|
566
|
+
@objc final public class OPPCopyAndPayViewModel : ObjectiveC.NSObject {
|
|
567
|
+
@objc final public var tokenEnabled: Swift.Bool
|
|
568
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
569
|
+
@objc public init?(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, paymentBrand: Swift.String)
|
|
570
|
+
#endif
|
|
571
|
+
@objc deinit
|
|
572
|
+
}
|
|
573
|
+
@_inheritsConvenienceInitializers @objc(OPPCardViewController) @_Concurrency.MainActor @preconcurrency final public class OPPCardViewController : UIKit.UIViewController {
|
|
574
|
+
@_Concurrency.MainActor @preconcurrency @objc final public var cardControllerDelegate: (any OPPWAMobile.OPPCardControllerDelegate)?
|
|
575
|
+
@objc deinit
|
|
576
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
577
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewWillDisappear(_ animated: Swift.Bool)
|
|
578
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
579
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func updateViewConstraints()
|
|
580
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
581
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
582
|
+
#endif
|
|
583
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
584
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
585
|
+
#endif
|
|
586
|
+
}
|
|
587
|
+
extension OPPWAMobile.OPPCardViewController : OPPWAMobile.OPPCardDetailsDataSource {
|
|
588
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerCardNumberTextField() -> UIKit.UITextField
|
|
589
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerCardHolderTextField() -> UIKit.UITextField
|
|
590
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerExpirationDateTextField() -> UIKit.UITextField
|
|
591
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerCVVTextField() -> UIKit.UITextField
|
|
592
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerMobilePhoneField() -> UIKit.UITextField
|
|
593
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerCountryCodeField() -> UIKit.UITextField
|
|
594
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
595
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerTextField(_ textField: UIKit.UITextField, errorDidHappen error: (any Swift.Error)?)
|
|
596
|
+
#endif
|
|
597
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardControllerTextField(_ textField: UIKit.UITextField, shouldChangeVisibility hidden: Swift.Bool)
|
|
598
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
599
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cardController(onPaymentBrandsDetected paymentBrands: [Swift.String]?, error: (any Swift.Error)?)
|
|
600
|
+
#endif
|
|
601
|
+
}
|
|
602
|
+
@_hasMissingDesignatedInitializers @objc(OPPInstantPayDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPInstantPayDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
603
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
604
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPInstantPayViewModel)
|
|
605
|
+
#endif
|
|
606
|
+
@objc deinit
|
|
607
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
608
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
609
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
610
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
611
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
612
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didEnterBackground(_ notification: Foundation.Notification)
|
|
613
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didBecomeActive(_ notification: Foundation.Notification)
|
|
614
|
+
}
|
|
615
|
+
extension OPPWAMobile.OPPInstantPayDetailsViewController : UIKit.UITextFieldDelegate {
|
|
616
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
617
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
618
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
619
|
+
}
|
|
620
|
+
extension OPPWAMobile.OPPIdentificationDocType {
|
|
621
|
+
public var id: Swift.String {
|
|
622
|
+
get
|
|
623
|
+
}
|
|
624
|
+
public typealias ID = Swift.String
|
|
625
|
+
}
|
|
626
|
+
@objc public enum OPPMsdkUiType : Swift.Int {
|
|
627
|
+
case native
|
|
628
|
+
case hybrid
|
|
629
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
630
|
+
public init?(rawValue: Swift.Int)
|
|
631
|
+
#endif
|
|
632
|
+
public typealias RawValue = Swift.Int
|
|
633
|
+
public var rawValue: Swift.Int {
|
|
634
|
+
get
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCheckoutInfo : ObjectiveC.NSObject {
|
|
638
|
+
@objc final public var amount: Foundation.NSDecimalNumber
|
|
639
|
+
@objc final public var currencyCode: Swift.String
|
|
640
|
+
@objc final public var tokens: [OPPWAMobile.OPPToken]?
|
|
641
|
+
@objc final public var paymentBrandsConfig: OPPWAMobile.OPPPaymentBrandsConfig?
|
|
642
|
+
@objc final public var endpoint: Swift.String
|
|
643
|
+
@objc final public var resourcePath: Swift.String
|
|
644
|
+
@objc final public var klarnaMerchantIDs: [Swift.String]?
|
|
645
|
+
@objc final public var bankAccountCountry: Swift.String?
|
|
646
|
+
@objc final public var collectRedShieldDeviceId: Swift.Bool
|
|
647
|
+
@objc final public var msdkUiType: OPPWAMobile.OPPMsdkUiType
|
|
648
|
+
@objc final public var asyncRedirectRetryDelay: Swift.Double {
|
|
649
|
+
get
|
|
650
|
+
}
|
|
651
|
+
@objc final public var logLevel: Swift.String
|
|
652
|
+
@objc final public var affirmConfig: OPPWAMobile.OPPAffirmConfig?
|
|
653
|
+
@objc final public var visaInstallmentConfig: OPPWAMobile.OPPVisaInstallmentConfig?
|
|
654
|
+
@objc override dynamic public init()
|
|
655
|
+
@objc convenience public init(fromJSON JSON: [Swift.AnyHashable : Any]) throws
|
|
656
|
+
@objc public static func checkoutInfoFromJSON(_ JSON: [Swift.AnyHashable : Any]) throws -> OPPWAMobile.OPPCheckoutInfo
|
|
657
|
+
@objc final public func isRegistrationOnly() -> Swift.Bool
|
|
658
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
659
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
660
|
+
#endif
|
|
661
|
+
@objc deinit
|
|
662
|
+
}
|
|
663
|
+
@objc extension OPPWAMobile.OPPBankAccountPaymentParams {
|
|
664
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
665
|
+
@objc public static func tvr_titles(for paymentBrand: Swift.String?) -> [Swift.String]?
|
|
666
|
+
#endif
|
|
667
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
668
|
+
@objc public static func tvr_value(for title: Swift.String, paymentBrand: Swift.String?) -> Swift.String?
|
|
669
|
+
#endif
|
|
670
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
671
|
+
@objc public static func tvr_countryCode(with country: Swift.String) -> Swift.String?
|
|
672
|
+
#endif
|
|
673
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
674
|
+
@objc public static func tvr_bankNameCode(with bankName: Swift.String) -> Swift.String?
|
|
675
|
+
#endif
|
|
676
|
+
}
|
|
677
|
+
@_inheritsConvenienceInitializers @objc final public class OPPMBWayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
678
|
+
@objc final public var countryCode: Swift.String {
|
|
679
|
+
get
|
|
680
|
+
}
|
|
681
|
+
@objc final public var phoneNumber: Swift.String {
|
|
682
|
+
get
|
|
683
|
+
}
|
|
684
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
685
|
+
@available(*, deprecated, renamed: "init(checkoutID:countryCode:phoneNumber:)")
|
|
686
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
687
|
+
#endif
|
|
688
|
+
@objc public init(checkoutID: Swift.String, countryCode: Swift.String, phoneNumber: Swift.String) throws
|
|
689
|
+
@objc public static func mbWayPaymentParams(checkoutID: Swift.String, countryCode: Swift.String, phoneNumber: Swift.String) throws -> OPPWAMobile.OPPMBWayPaymentParams
|
|
690
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
691
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
692
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
693
|
+
#endif
|
|
694
|
+
@objc deinit
|
|
695
|
+
}
|
|
696
|
+
@_inheritsConvenienceInitializers @objc public class OPPCDShipping : ObjectiveC.NSObject {
|
|
697
|
+
@objc public var street1: Swift.String?
|
|
698
|
+
@objc public var street2: Swift.String?
|
|
699
|
+
@objc public var city: Swift.String?
|
|
700
|
+
@objc public var state: Swift.String?
|
|
701
|
+
@objc public var postcode: Swift.String?
|
|
702
|
+
@objc public var country: Swift.String?
|
|
703
|
+
@objc public var cost: Swift.String?
|
|
704
|
+
@objc public var customer: OPPWAMobile.OPPCDCustomer?
|
|
705
|
+
@objc public var phone: Swift.String?
|
|
706
|
+
@objc override dynamic public init()
|
|
707
|
+
@objc deinit
|
|
708
|
+
}
|
|
709
|
+
@objc public enum OPPTextFieldContentType : Swift.Int {
|
|
710
|
+
case creditCardName
|
|
711
|
+
case creditCardExpiration
|
|
712
|
+
case creditCardSecurityCode
|
|
713
|
+
case telephoneNumber
|
|
714
|
+
case name
|
|
715
|
+
case birthdate
|
|
716
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
717
|
+
public init?(rawValue: Swift.Int)
|
|
718
|
+
#endif
|
|
719
|
+
public typealias RawValue = Swift.Int
|
|
720
|
+
public var rawValue: Swift.Int {
|
|
721
|
+
get
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
@objc extension UIKit.UITextField {
|
|
725
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func updateOPPTextContentType(_ contentType: OPPWAMobile.OPPTextFieldContentType)
|
|
726
|
+
}
|
|
727
|
+
@_inheritsConvenienceInitializers @objc public class OPPAnalyticsData : ObjectiveC.NSObject {
|
|
728
|
+
@objc public static func getOS() -> Swift.String
|
|
729
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
730
|
+
@objc public static func getRedShieldBlackbox() -> Swift.String?
|
|
731
|
+
#endif
|
|
732
|
+
@objc public static func getMSDKVersion() -> Swift.String
|
|
733
|
+
@objc public static func getDeviceModel() -> Swift.String
|
|
734
|
+
@objc override dynamic public init()
|
|
735
|
+
@objc deinit
|
|
736
|
+
}
|
|
737
|
+
extension OPPWAMobile.OPPSThreeDSManager : ipworks3ds_sdk.SecurityEventListener {
|
|
738
|
+
@objc dynamic public func alarm(_ severity: ipworks3ds_sdk.Severity, _ event: ipworks3ds_sdk.SecurityEvent)
|
|
739
|
+
}
|
|
740
|
+
extension OPPWAMobile.OPPSThreeDSManager : ipworks3ds_sdk.ClientEventListener {
|
|
741
|
+
@objc dynamic public func onAIARequest(_ certEncoded: Swift.String, _ aiaurl: Swift.String, _ download: Swift.UnsafeMutablePointer<Swift.Int32>, _ aiaCert: Foundation.NSMutableString)
|
|
742
|
+
@objc dynamic public func onDataPacketIn(_ dataPacket: Foundation.Data)
|
|
743
|
+
@objc dynamic public func onDataPacketOut(_ dataPacket: Foundation.Data)
|
|
744
|
+
@objc dynamic public func onError(_ errorCode: Swift.Int32, _ description: Swift.String)
|
|
745
|
+
@objc dynamic public func onLog(_ logLevel: Swift.Int32, _ message: Swift.String, _ logType: Swift.String)
|
|
746
|
+
@objc dynamic public func onSSLServerAuthentication(_ certEncoded: Foundation.Data, _ certSubject: Swift.String, _ certIssuer: Swift.String, _ status: Swift.String, _ accept: Swift.UnsafeMutablePointer<Swift.Int32>)
|
|
747
|
+
@objc dynamic public func onSSLStatus(_ message: Swift.String)
|
|
748
|
+
}
|
|
749
|
+
extension OPPWAMobile.OPPSThreeDSManager : ipworks3ds_sdk.ChallengeStatusReceiver {
|
|
750
|
+
@objc dynamic public func completed(_ completionEvent: ipworks3ds_sdk.CompletionEvent)
|
|
751
|
+
@objc dynamic public func cancelled()
|
|
752
|
+
@objc dynamic public func timedout()
|
|
753
|
+
@objc dynamic public func protocolError(_ protocolErrorEvent: ipworks3ds_sdk.ProtocolErrorEvent)
|
|
754
|
+
@objc dynamic public func runtimeError(_ runtimeErrorEvent: ipworks3ds_sdk.RuntimeErrorEvent)
|
|
755
|
+
}
|
|
756
|
+
@objc final public class OPPSTCPayDetailsViewModel : ObjectiveC.NSObject {
|
|
757
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
758
|
+
@objc deinit
|
|
759
|
+
}
|
|
760
|
+
@_inheritsConvenienceInitializers @objc public class OPPCheckoutData : ObjectiveC.NSObject {
|
|
761
|
+
@objc public var shipping: OPPWAMobile.OPPCDShipping?
|
|
762
|
+
@objc public var billing: OPPWAMobile.OPPCDBilling?
|
|
763
|
+
@objc public var cart: OPPWAMobile.OPPCDCart?
|
|
764
|
+
@objc public var amount: Swift.String?
|
|
765
|
+
@objc public var currency: Swift.String?
|
|
766
|
+
@objc public var taxAmount: Swift.String?
|
|
767
|
+
@objc public var merchantTransactionID: Swift.String?
|
|
768
|
+
@objc public var merchant: OPPWAMobile.OPPCDMerchant?
|
|
769
|
+
@objc public static func checkoutData(_ JSON: [Swift.String : Any]) throws -> OPPWAMobile.OPPCheckoutData
|
|
770
|
+
@objc override dynamic public init()
|
|
771
|
+
@objc deinit
|
|
772
|
+
}
|
|
773
|
+
@objc public protocol OPPLoggerServiceProtocol {
|
|
774
|
+
@objc func sendLog(messages: [OPPWAMobile.OPPLogMessage], checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode, _ completionHandler: @escaping (Swift.Bool) -> Swift.Void)
|
|
775
|
+
}
|
|
776
|
+
@objc extension OPPWAMobile.OPPSConcreteCheckoutProvider {
|
|
777
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
778
|
+
@objc public static func obtainCheckoutInfoCompletionHandler(_ completion: @escaping (Foundation.NSError?) -> Swift.Void)
|
|
779
|
+
#endif
|
|
780
|
+
@objc final public func updateCheckoutId(with transaction: OPPWAMobile.OPPTransaction, currentVC: UIKit.UIViewController)
|
|
781
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
782
|
+
@objc final public func handleCheckoutIdUpdate(_ transaction: OPPWAMobile.OPPTransaction, checkoutID: Swift.String?, abort: Swift.Bool, currentVC: UIKit.UIViewController)
|
|
783
|
+
#endif
|
|
784
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
785
|
+
@objc public static func initCheckout(_ completion: @escaping (Foundation.NSError?) -> Swift.Void)
|
|
786
|
+
#endif
|
|
787
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
788
|
+
@objc public static func initValidator(forPaymentBrands paymentBrands: [Swift.String], completion: @escaping (Foundation.NSError?) -> Swift.Void)
|
|
789
|
+
#endif
|
|
790
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
791
|
+
@objc public static func initImageLoader(forPaymentBrands paymentBrands: [Swift.String], provider: OPPWAMobile.OPPPaymentProvider, completion: @escaping (Foundation.NSError?) -> Swift.Void)
|
|
792
|
+
#endif
|
|
793
|
+
}
|
|
794
|
+
@objc extension OPPWAMobile.OPPSConcreteCheckoutProvider {
|
|
795
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
796
|
+
@objc final public func trySendTransaction(with paymentParams: OPPWAMobile.OPPPaymentParams, additionalDetails: OPPWAMobile.OPPPaymentAddOnDetails?, dismissCurrentVC currentVC: UIKit.UIViewController?)
|
|
797
|
+
#endif
|
|
798
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
799
|
+
@objc final public func sendTransactionWithAdditionalInfo(with paymentParams: OPPWAMobile.OPPPaymentParams, additionalDetails: OPPWAMobile.OPPPaymentAddOnDetails?, dismissCurrentVC currentVC: UIKit.UIViewController?)
|
|
800
|
+
#endif
|
|
801
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
802
|
+
@objc final public func sendTransaction(with paymentParams: OPPWAMobile.OPPPaymentParams, dismissCurrentVC currentVC: UIKit.UIViewController?)
|
|
803
|
+
#endif
|
|
804
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
805
|
+
@objc final public func submit(transaction: OPPWAMobile.OPPTransaction, endPoint: Swift.String, dismiss currentVC: UIKit.UIViewController?)
|
|
806
|
+
#endif
|
|
807
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
808
|
+
@objc final public func send(transaction: OPPWAMobile.OPPTransaction, endPoint: Swift.String, dismiss currentVC: UIKit.UIViewController?)
|
|
809
|
+
#endif
|
|
810
|
+
}
|
|
811
|
+
@objc extension OPPWAMobile.OPPSConcreteCheckoutProvider {
|
|
812
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
813
|
+
@objc final public func createPaymentParamsWithoutUi(for paymentBrand: Swift.String, token: OPPWAMobile.OPPToken?) throws -> OPPWAMobile.OPPPaymentParams
|
|
814
|
+
#endif
|
|
815
|
+
@objc final public func update(_ paymentParams: OPPWAMobile.OPPPaymentParams, checkoutID: Swift.String)
|
|
816
|
+
@objc final public func prepareTransaction(with paymentParams: OPPWAMobile.OPPPaymentParams) -> OPPWAMobile.OPPTransaction
|
|
817
|
+
@objc final public func closeTransactionProcessing(_ paymentParams: OPPWAMobile.OPPPaymentParams, on viewController: UIKit.UIViewController)
|
|
818
|
+
}
|
|
819
|
+
@_hasMissingDesignatedInitializers @objc(OPPChinaUnionPayDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPChinaUnionPayDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
820
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
821
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPChinaUnionPayDetailsViewModel)
|
|
822
|
+
#endif
|
|
823
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
824
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
825
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
826
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
827
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didEnterBackground(_ notification: Foundation.Notification)
|
|
828
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didBecomeActive(_ notification: Foundation.Notification)
|
|
829
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
830
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
831
|
+
@objc deinit
|
|
832
|
+
}
|
|
833
|
+
extension OPPWAMobile.OPPChinaUnionPayDetailsViewController : UIKit.UITextFieldDelegate {
|
|
834
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
835
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
836
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
837
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
838
|
+
}
|
|
839
|
+
@objc public protocol OPPPaymentSelectionDelegate {
|
|
840
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
841
|
+
@objc func paymentSelectionControllerDidSelectPaymentBrand(_ brand: Swift.String, completionHandler: ((Swift.Bool) -> Swift.Void)?)
|
|
842
|
+
#endif
|
|
843
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
844
|
+
@objc func paymentSelectionControllerDidSelectToken(_ token: OPPWAMobile.OPPToken, completionHandler: ((Swift.Bool) -> Swift.Void)?)
|
|
845
|
+
#endif
|
|
846
|
+
@objc func paymentSelectionControllerDidCancel()
|
|
847
|
+
@objc func paymentSelectionControllerCardTokens(_ cardTokens: [OPPWAMobile.OPPToken])
|
|
848
|
+
@objc func paymentSelectionControllerPaymentBrands(_ paymentBrands: [Swift.String])
|
|
849
|
+
}
|
|
850
|
+
@_inheritsConvenienceInitializers @objc(OPPPaymentSelectionViewController) @_Concurrency.MainActor @preconcurrency public class OPPPaymentSelectionViewController : UIKit.UIViewController, UIKit.UITableViewDataSource, UIKit.UITableViewDelegate, OPPWAMobile.OPPPaymentSelectionDataSource {
|
|
851
|
+
@_Concurrency.MainActor @preconcurrency @objc public var paymentSchemeActionDelegate: (any OPPWAMobile.OPPPaymentSchemeSelectionActionDelegate)?
|
|
852
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
|
|
853
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
|
|
854
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
|
|
855
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidDisappear(_ animated: Swift.Bool)
|
|
856
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
|
|
857
|
+
@_Concurrency.MainActor @preconcurrency @objc public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int
|
|
858
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
859
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String?
|
|
860
|
+
#endif
|
|
861
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
|
|
862
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
863
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
864
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
|
|
865
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection section: Swift.Int) -> CoreFoundation.CGFloat
|
|
866
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection section: Swift.Int) -> CoreFoundation.CGFloat
|
|
867
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int)
|
|
868
|
+
@_Concurrency.MainActor @preconcurrency @objc public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath)
|
|
869
|
+
@_Concurrency.MainActor @preconcurrency @objc public func paymentSelectionControllerCardTokens(_ cardTokens: [OPPWAMobile.OPPToken])
|
|
870
|
+
@_Concurrency.MainActor @preconcurrency @objc public func paymentSelectionControllerPaymentBrands(_ paymentBrands: [Swift.String])
|
|
871
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
872
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
873
|
+
#endif
|
|
874
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
875
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
876
|
+
#endif
|
|
877
|
+
@objc deinit
|
|
878
|
+
}
|
|
879
|
+
extension OPPWAMobile.OPPPaymentSelectionViewController : UIKit.UIViewControllerTransitioningDelegate {
|
|
880
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
881
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func presentationController(forPresented presented: UIKit.UIViewController, presenting: UIKit.UIViewController?, source: UIKit.UIViewController) -> UIKit.UIPresentationController?
|
|
882
|
+
#endif
|
|
883
|
+
}
|
|
884
|
+
extension OPPWAMobile.OPPPaymentSelectionViewController : UIKit.UINavigationControllerDelegate {
|
|
885
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func navigationController(_ navigationController: UIKit.UINavigationController, didShow viewController: UIKit.UIViewController, animated: Swift.Bool)
|
|
886
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func navigationControllerSupportedInterfaceOrientations(_ navigationController: UIKit.UINavigationController) -> UIKit.UIInterfaceOrientationMask
|
|
887
|
+
}
|
|
888
|
+
@objc final public class OPPKlarnaInlineViewModel : ObjectiveC.NSObject {
|
|
889
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, transaction: OPPWAMobile.OPPTransaction)
|
|
890
|
+
@objc deinit
|
|
891
|
+
}
|
|
892
|
+
extension OPPWAMobile.OPPKlarnaInlineViewModel : Foundation.URLSessionTaskDelegate {
|
|
893
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
894
|
+
@objc final public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, willPerformHTTPRedirection response: Foundation.HTTPURLResponse, newRequest request: Foundation.URLRequest, completionHandler: @escaping (Foundation.URLRequest?) -> Swift.Void)
|
|
895
|
+
#endif
|
|
896
|
+
}
|
|
897
|
+
@objc final public class OPPWAProcessorService : ObjectiveC.NSObject, OPPWAMobile.OPPWAProcessorServiceProtocol {
|
|
898
|
+
final public let mode: OPPWAMobile.OPPProviderMode
|
|
899
|
+
final public let parser: OPPWAMobile.OPPWAResponseParser
|
|
900
|
+
@objc public init(mode: OPPWAMobile.OPPProviderMode, parser: OPPWAMobile.OPPWAResponseParser)
|
|
901
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
902
|
+
@objc final public func sendTransaction(for transaction: OPPWAMobile.OPPTransaction, endpoint: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
903
|
+
#endif
|
|
904
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
905
|
+
@objc final public func checkoutInfo(for checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutInfo?, Foundation.NSError?) -> Swift.Void)
|
|
906
|
+
#endif
|
|
907
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
908
|
+
@objc final public func logoUrls(for brands: [Swift.String], _ completionHandler: @escaping ([Swift.String : Foundation.URL]?, Foundation.NSError?) -> Swift.Void)
|
|
909
|
+
#endif
|
|
910
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
911
|
+
@objc final public func sendThreeDS2(for transaction: OPPWAMobile.OPPTransaction, with authParams: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
912
|
+
#endif
|
|
913
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
914
|
+
@objc final public func validation(for brands: [Swift.String], checkoutID: Swift.String, _ completionHandler: @escaping ([OPPWAMobile.OPPBrandInfo]?, Foundation.NSError?) -> Swift.Void)
|
|
915
|
+
#endif
|
|
916
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
917
|
+
@objc final public func binInfo(for bin: Swift.String, checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPBinInfo?, Foundation.NSError?) -> Swift.Void)
|
|
918
|
+
#endif
|
|
919
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
920
|
+
@objc final public func idealBanks(for checkoutID: Swift.String, _ completionHandler: @escaping ([[Swift.String : Any]]?, Foundation.NSError?) -> Swift.Void)
|
|
921
|
+
#endif
|
|
922
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
923
|
+
@objc final public func appleToken(for checkoutID: Swift.String, _ completionHandler: @escaping (Swift.String?, Foundation.NSError?) -> Swift.Void)
|
|
924
|
+
#endif
|
|
925
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
926
|
+
@objc final public func checkoutData(for checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutData?, Foundation.NSError?) -> Swift.Void)
|
|
927
|
+
#endif
|
|
928
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
929
|
+
@objc final public func getVisaInstallmentPlans(planParams: OPPWAMobile.OPPInstallmentPlanParams, completionHandler: @escaping (OPPWAMobile.OPPInstallmentPlanResponse?, Foundation.NSError?) -> Swift.Void)
|
|
930
|
+
#endif
|
|
931
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
932
|
+
@objc final public func getPollingData(params: OPPWAMobile.OPPPollingParams, completionHandler: @escaping (OPPWAMobile.OPPPollingStatus?, Foundation.NSError?) -> Swift.Void)
|
|
933
|
+
#endif
|
|
934
|
+
@objc deinit
|
|
935
|
+
}
|
|
936
|
+
@_inheritsConvenienceInitializers @objc final public class OPPApplePayRequestAuthorizationResult : ObjectiveC.NSObject {
|
|
937
|
+
@objc final public var status: PassKit.PKPaymentAuthorizationStatus
|
|
938
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
939
|
+
@objc final public var errors: [any Swift.Error]! {
|
|
940
|
+
@objc get
|
|
941
|
+
@objc set
|
|
942
|
+
}
|
|
943
|
+
#endif
|
|
944
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
945
|
+
@objc public init(status: PassKit.PKPaymentAuthorizationStatus, errors: [any Swift.Error]?)
|
|
946
|
+
#endif
|
|
947
|
+
@objc override dynamic public init()
|
|
948
|
+
@objc deinit
|
|
949
|
+
}
|
|
950
|
+
@_inheritsConvenienceInitializers @objc public class OPPApplePayRequestUpdate : ObjectiveC.NSObject {
|
|
951
|
+
@objc public var status: PassKit.PKPaymentAuthorizationStatus
|
|
952
|
+
@objc public var paymentSummaryItems: [PassKit.PKPaymentSummaryItem]
|
|
953
|
+
@objc public init(paymentSummaryItems: [PassKit.PKPaymentSummaryItem])
|
|
954
|
+
@objc override dynamic public init()
|
|
955
|
+
@objc deinit
|
|
956
|
+
}
|
|
957
|
+
@objc final public class OPPApplePayRequestShippingContactUpdate : OPPWAMobile.OPPApplePayRequestUpdate {
|
|
958
|
+
@objc final public var shippingMethods: [PassKit.PKShippingMethod]
|
|
959
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
960
|
+
@objc final public var errors: [any Swift.Error]! {
|
|
961
|
+
@objc get
|
|
962
|
+
@objc set
|
|
963
|
+
}
|
|
964
|
+
#endif
|
|
965
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
966
|
+
@objc public init(errors: [any Swift.Error]?, paymentSummaryItems: [PassKit.PKPaymentSummaryItem], shippingMethods: [PassKit.PKShippingMethod])
|
|
967
|
+
#endif
|
|
968
|
+
@objc override public init(paymentSummaryItems: [PassKit.PKPaymentSummaryItem])
|
|
969
|
+
@objc deinit
|
|
970
|
+
}
|
|
971
|
+
@_inheritsConvenienceInitializers @objc final public class OPPApplePayRequestShippingMethodUpdate : OPPWAMobile.OPPApplePayRequestUpdate {
|
|
972
|
+
@objc override public init(paymentSummaryItems: [PassKit.PKPaymentSummaryItem])
|
|
973
|
+
@objc override dynamic public init()
|
|
974
|
+
@objc deinit
|
|
975
|
+
}
|
|
976
|
+
extension Foundation.NSError {
|
|
977
|
+
@objc public static func afterPayFamilyErrorWith(transaction: OPPWAMobile.OPPTransaction) -> Foundation.NSError
|
|
978
|
+
}
|
|
979
|
+
@_inheritsConvenienceInitializers @objc final public class OPPToken : ObjectiveC.NSObject {
|
|
980
|
+
@objc final public var tokenID: Swift.String {
|
|
981
|
+
get
|
|
982
|
+
}
|
|
983
|
+
@objc final public var paymentBrand: Swift.String {
|
|
984
|
+
get
|
|
985
|
+
}
|
|
986
|
+
@objc final public var card: OPPWAMobile.OPPCard? {
|
|
987
|
+
get
|
|
988
|
+
}
|
|
989
|
+
@objc final public var bankAccount: OPPWAMobile.OPPBankAccount? {
|
|
990
|
+
get
|
|
991
|
+
}
|
|
992
|
+
@objc final public var virtualAccount: OPPWAMobile.OPPVirtualAccount? {
|
|
993
|
+
get
|
|
994
|
+
}
|
|
995
|
+
@objc override final public var description: Swift.String {
|
|
996
|
+
@objc get
|
|
997
|
+
}
|
|
998
|
+
@available(*, unavailable)
|
|
999
|
+
@objc override dynamic public init()
|
|
1000
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1001
|
+
@objc public init?(tokenID: Swift.String, paymentBrand: Swift.String, card: OPPWAMobile.OPPCard?)
|
|
1002
|
+
#endif
|
|
1003
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1004
|
+
@objc public init?(tokenID: Swift.String, paymentBrand: Swift.String, bankAccount: OPPWAMobile.OPPBankAccount?)
|
|
1005
|
+
#endif
|
|
1006
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1007
|
+
@objc public init?(tokenID: Swift.String, paymentBrand: Swift.String, virtualAccount: OPPWAMobile.OPPVirtualAccount?)
|
|
1008
|
+
#endif
|
|
1009
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1010
|
+
@objc convenience public init?(fromJSON JSON: [Swift.AnyHashable : Any])
|
|
1011
|
+
#endif
|
|
1012
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1013
|
+
@objc public static func token(fromJSON JSON: [Swift.AnyHashable : Any]) -> Self?
|
|
1014
|
+
#endif
|
|
1015
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1016
|
+
@objc public static func token(tokenID: Swift.String, paymentBrand: Swift.String, card: OPPWAMobile.OPPCard) -> Self?
|
|
1017
|
+
#endif
|
|
1018
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1019
|
+
@objc public static func token(tokenID: Swift.String, paymentBrand: Swift.String, bankAccount: OPPWAMobile.OPPBankAccount) -> Self?
|
|
1020
|
+
#endif
|
|
1021
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1022
|
+
@objc public static func token(tokenID: Swift.String, paymentBrand: Swift.String, virtualAccount: OPPWAMobile.OPPVirtualAccount) -> Self?
|
|
1023
|
+
#endif
|
|
1024
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1025
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
1026
|
+
#endif
|
|
1027
|
+
@objc deinit
|
|
1028
|
+
}
|
|
1029
|
+
@objc public protocol OPPAddressViewDelegate {
|
|
1030
|
+
@objc func addressViewClickedAction()
|
|
1031
|
+
}
|
|
1032
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPAddressView) @_Concurrency.MainActor @preconcurrency final public class OPPAddressView : UIKit.UIView {
|
|
1033
|
+
@objc @_Concurrency.MainActor @preconcurrency weak final public var delegate: (any OPPWAMobile.OPPAddressViewDelegate)?
|
|
1034
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func layoutSubviews()
|
|
1035
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1036
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func setStreet1Line(_ street1Line: Swift.String?)
|
|
1037
|
+
#endif
|
|
1038
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1039
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func setStreet2Line(_ street2Line: Swift.String?)
|
|
1040
|
+
#endif
|
|
1041
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1042
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func setCityStatePostCodeLine(_ cityLine: Swift.String?)
|
|
1043
|
+
#endif
|
|
1044
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1045
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func setCountryLine(_ countyLine: Swift.String?)
|
|
1046
|
+
#endif
|
|
1047
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func switchToEnabledState(_ enabled: Swift.Bool)
|
|
1048
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func isAddressInEnabledState() -> Swift.Bool
|
|
1049
|
+
@objc deinit
|
|
1050
|
+
}
|
|
1051
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCheckoutPaymentValidation : ObjectiveC.NSObject {
|
|
1052
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1053
|
+
@objc public static func isPaymentBrandValid(paymentBrand: Swift.String, completionHandler: (Foundation.NSError?, Swift.Bool) -> Swift.Void)
|
|
1054
|
+
#endif
|
|
1055
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1056
|
+
@objc public static func isApplePayConfigured(with completionHandler: (Foundation.NSError?, Swift.Bool) -> Swift.Void)
|
|
1057
|
+
#endif
|
|
1058
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1059
|
+
@objc public static func isKlarnaConfigured(with completionHandler: (Foundation.NSError?, Swift.Bool) -> Swift.Void)
|
|
1060
|
+
#endif
|
|
1061
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1062
|
+
@objc public static func isKlarnaInlineConfigured(completionHandler: (Foundation.NSError?, Swift.Bool) -> Swift.Void)
|
|
1063
|
+
#endif
|
|
1064
|
+
@objc override dynamic public init()
|
|
1065
|
+
@objc deinit
|
|
1066
|
+
}
|
|
1067
|
+
@objc public protocol OPPAddressSelectorViewControllerDelegate : ObjectiveC.NSObjectProtocol {
|
|
1068
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1069
|
+
@objc func returnSelected(_ value: Swift.String?, and tag: Swift.Int)
|
|
1070
|
+
#endif
|
|
1071
|
+
}
|
|
1072
|
+
@_hasMissingDesignatedInitializers @objc(OPPAddressSelectorViewController) @_Concurrency.MainActor @preconcurrency final public class OPPAddressSelectorViewController : UIKit.UIViewController {
|
|
1073
|
+
@objc @_Concurrency.MainActor @preconcurrency weak final public var delegate: (any OPPWAMobile.OPPAddressSelectorViewControllerDelegate)?
|
|
1074
|
+
@objc @_Concurrency.MainActor @preconcurrency public init(viewModel: OPPWAMobile.OPPAddressSelectorViewModel)
|
|
1075
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
1076
|
+
@objc deinit
|
|
1077
|
+
}
|
|
1078
|
+
@_inheritsConvenienceInitializers @objc final public class OPPChinaUnionPayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
1079
|
+
@objc final public var holder: Swift.String {
|
|
1080
|
+
get
|
|
1081
|
+
}
|
|
1082
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1083
|
+
@available(*, deprecated, renamed: "init(checkoutID:holder:)")
|
|
1084
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
1085
|
+
#endif
|
|
1086
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1087
|
+
@objc public static func chinaUnionPayPaymentParams(checkoutID: Swift.String, holder: Swift.String?) throws -> Self
|
|
1088
|
+
#endif
|
|
1089
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1090
|
+
@objc public init(checkoutID: Swift.String, holder: Swift.String?) throws
|
|
1091
|
+
#endif
|
|
1092
|
+
@objc public static func isHolderValid(_ holder: Swift.String) -> Swift.Bool
|
|
1093
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
1094
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1095
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1096
|
+
#endif
|
|
1097
|
+
@objc deinit
|
|
1098
|
+
}
|
|
1099
|
+
@_inheritsConvenienceInitializers @objc final public class OPPPayToParamsValidator : ObjectiveC.NSObject {
|
|
1100
|
+
@objc public static func isMobileValid(_ mobileNumber: Swift.String) -> Swift.Bool
|
|
1101
|
+
@objc public static func isEmailValid(_ emailAddress: Swift.String) -> Swift.Bool
|
|
1102
|
+
@objc public static func isBSBValid(_ bsbCode: Swift.String) -> Swift.Bool
|
|
1103
|
+
@objc public static func isAccountNumberValid(_ accountNumber: Swift.String) -> Swift.Bool
|
|
1104
|
+
@objc override dynamic public init()
|
|
1105
|
+
@objc deinit
|
|
1106
|
+
}
|
|
1107
|
+
extension OPPWAMobile.OPPCardDetailsViewController : UIKit.UIPickerViewDelegate, UIKit.UIPickerViewDataSource {
|
|
1108
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfComponents(in pickerView: UIKit.UIPickerView) -> Swift.Int
|
|
1109
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func pickerView(_ pickerView: UIKit.UIPickerView, numberOfRowsInComponent component: Swift.Int) -> Swift.Int
|
|
1110
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1111
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func pickerView(_ pickerView: UIKit.UIPickerView, titleForRow row: Swift.Int, forComponent component: Swift.Int) -> Swift.String?
|
|
1112
|
+
#endif
|
|
1113
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func pickerView(_ pickerView: UIKit.UIPickerView, didSelectRow row: Swift.Int, inComponent component: Swift.Int)
|
|
1114
|
+
}
|
|
1115
|
+
@objc final public class OPPInstantPayPaymentParams : OPPWAMobile.OPPBankAccountPaymentParams {
|
|
1116
|
+
@objc final public var routingNumber: Swift.String? {
|
|
1117
|
+
get
|
|
1118
|
+
}
|
|
1119
|
+
@objc public static func instantPayPaymentParams(checkoutID: Swift.String, accountHolder: Swift.String, accountNumber: Swift.String, routingNumber: Swift.String, countryCode: Swift.String) throws -> Self
|
|
1120
|
+
@objc public init(checkoutID: Swift.String, accountHolder: Swift.String, accountNumber: Swift.String, routingNumber: Swift.String, countryCode: Swift.String) throws
|
|
1121
|
+
@objc public static func isRoutingNumberValid(_ routingNumber: Swift.String) -> Swift.Bool
|
|
1122
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
1123
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1124
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1125
|
+
#endif
|
|
1126
|
+
@objc deinit
|
|
1127
|
+
}
|
|
1128
|
+
@_inheritsConvenienceInitializers @objc(OPPPaymentSchemeTableViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPPaymentSchemeTableViewCell : UIKit.UITableViewCell {
|
|
1129
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var paymentSchemeLogoImageView: UIKit.UIImageView!
|
|
1130
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var paymentSchemeTitleLabel: UIKit.UILabel!
|
|
1131
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var logoView: UIKit.UIView!
|
|
1132
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
1133
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func prepareForReuse()
|
|
1134
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1135
|
+
@available(iOS 3.0, *)
|
|
1136
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(style: UIKit.UITableViewCell.CellStyle, reuseIdentifier: Swift.String?)
|
|
1137
|
+
#endif
|
|
1138
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1139
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1140
|
+
#endif
|
|
1141
|
+
@objc deinit
|
|
1142
|
+
}
|
|
1143
|
+
@objc public enum OPPCardBrandInfoCvvMode : Swift.Int {
|
|
1144
|
+
case none
|
|
1145
|
+
case required
|
|
1146
|
+
case optional
|
|
1147
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1148
|
+
public init?(rawValue: Swift.Int)
|
|
1149
|
+
#endif
|
|
1150
|
+
public typealias RawValue = Swift.Int
|
|
1151
|
+
public var rawValue: Swift.Int {
|
|
1152
|
+
get
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
@objc public class OPPCardBrandInfo : ObjectiveC.NSObject {
|
|
1156
|
+
@objc final public let validationRegex: Swift.String
|
|
1157
|
+
@objc final public let detectionRegex: Swift.String?
|
|
1158
|
+
@objc final public let pattern: Swift.String
|
|
1159
|
+
@objc public var cvvLength: Swift.Int
|
|
1160
|
+
@objc public var isLuhnCheckRequired: Swift.Bool
|
|
1161
|
+
@objc public var isExpiryDateOptional: Swift.Bool
|
|
1162
|
+
@objc public var cvvMode: OPPWAMobile.OPPCardBrandInfoCvvMode
|
|
1163
|
+
@objc public var isMobilePhoneRequired: Swift.Bool
|
|
1164
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1165
|
+
@objc public init?(validationRegex: Swift.String, detectionRegex: Swift.String?, pattern: Swift.String)
|
|
1166
|
+
#endif
|
|
1167
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1168
|
+
@objc convenience public init?(json: [Swift.String : Any])
|
|
1169
|
+
#endif
|
|
1170
|
+
@objc deinit
|
|
1171
|
+
}
|
|
1172
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCardPaymentParams : OPPWAMobile.OPPBaseCardPaymentParams {
|
|
1173
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1174
|
+
@objc final public var holder: Swift.String? {
|
|
1175
|
+
@objc get
|
|
1176
|
+
}
|
|
1177
|
+
#endif
|
|
1178
|
+
@objc final public var number: Swift.String {
|
|
1179
|
+
@objc get
|
|
1180
|
+
}
|
|
1181
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1182
|
+
@objc final public var expiryMonth: Swift.String? {
|
|
1183
|
+
@objc get
|
|
1184
|
+
}
|
|
1185
|
+
#endif
|
|
1186
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1187
|
+
@objc final public var expiryYear: Swift.String? {
|
|
1188
|
+
@objc get
|
|
1189
|
+
}
|
|
1190
|
+
#endif
|
|
1191
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1192
|
+
@objc final public var countryCode: Swift.String? {
|
|
1193
|
+
@objc get
|
|
1194
|
+
@objc set
|
|
1195
|
+
}
|
|
1196
|
+
#endif
|
|
1197
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1198
|
+
@objc final public var mobilePhone: Swift.String? {
|
|
1199
|
+
@objc get
|
|
1200
|
+
@objc set
|
|
1201
|
+
}
|
|
1202
|
+
#endif
|
|
1203
|
+
@objc final public var tokenizationEnabled: Swift.Bool {
|
|
1204
|
+
@objc get
|
|
1205
|
+
@objc set
|
|
1206
|
+
}
|
|
1207
|
+
@objc final public var isTokenizationEnabled: Swift.Bool
|
|
1208
|
+
@objc final public var address: OPPWAMobile.OPPBillingAddress?
|
|
1209
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1210
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:holder:number:expiryMonth:expiryYear:cvv:)")
|
|
1211
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
1212
|
+
#endif
|
|
1213
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1214
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:holder:number:expiryMonth:expiryYear:cvv:)")
|
|
1215
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?, cvv CVV: Swift.String?) throws
|
|
1216
|
+
#endif
|
|
1217
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1218
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String?, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, cvv: Swift.String?) throws
|
|
1219
|
+
#endif
|
|
1220
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1221
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:holder:number:expiryMonth:expiryYear:cvv:)")
|
|
1222
|
+
@objc convenience public init(checkoutID: Swift.String, paymentBrand: Swift.String?, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, CVV: Swift.String?) throws
|
|
1223
|
+
#endif
|
|
1224
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1225
|
+
@objc convenience public init(checkoutID: Swift.String, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, cvv: Swift.String?) throws
|
|
1226
|
+
#endif
|
|
1227
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1228
|
+
@objc public static func cardPaymentParams(checkoutID: Swift.String, paymentBrand: Swift.String?, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, cvv: Swift.String?) throws -> OPPWAMobile.OPPCardPaymentParams
|
|
1229
|
+
#endif
|
|
1230
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1231
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:holder:number:expiryMonth:expiryYear:cvv:)")
|
|
1232
|
+
@objc public static func cardPaymentParams(checkoutID: Swift.String, paymentBrand: Swift.String?, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, CVV: Swift.String?) throws -> OPPWAMobile.OPPCardPaymentParams
|
|
1233
|
+
#endif
|
|
1234
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1235
|
+
@objc public static func cardPaymentParams(checkoutID: Swift.String, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, cvv: Swift.String?) throws -> OPPWAMobile.OPPCardPaymentParams
|
|
1236
|
+
#endif
|
|
1237
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1238
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:holder:number:expiryMonth:expiryYear:cvv:)")
|
|
1239
|
+
@objc public static func cardPaymentParams(checkoutID: Swift.String, holder: Swift.String?, number: Swift.String, expiryMonth: Swift.String?, expiryYear: Swift.String?, CVV: Swift.String?) throws -> OPPWAMobile.OPPCardPaymentParams
|
|
1240
|
+
#endif
|
|
1241
|
+
@objc public static func isHolderValid(_ holder: Swift.String) -> Swift.Bool
|
|
1242
|
+
@objc public static func isNumberValid(_ number: Swift.String, luhnCheck: Swift.Bool) -> Swift.Bool
|
|
1243
|
+
@objc public static func isExpiryMonthValid(_ expiryMonth: Swift.String) -> Swift.Bool
|
|
1244
|
+
@objc public static func isExpiryYearValid(_ expiryYear: Swift.String) -> Swift.Bool
|
|
1245
|
+
@objc public static func isCountryCodeValid(_ countryCode: Swift.String) -> Swift.Bool
|
|
1246
|
+
@objc public static func isMobilePhoneValid(_ mobilePhone: Swift.String) -> Swift.Bool
|
|
1247
|
+
@objc public static func isExpired(_ month: Swift.String, and year: Swift.String) -> Swift.Bool
|
|
1248
|
+
@available(*, deprecated, renamed: "isExpired(_:and:)")
|
|
1249
|
+
@objc public static func isExpired(withExpiryMonth: Swift.String, andYear year: Swift.String) -> Swift.Bool
|
|
1250
|
+
@objc override final public func mask()
|
|
1251
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
1252
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1253
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1254
|
+
#endif
|
|
1255
|
+
@objc deinit
|
|
1256
|
+
}
|
|
1257
|
+
@objc public enum OPPSecurityPolicyMode : Swift.Int {
|
|
1258
|
+
case deviceAuthRequired
|
|
1259
|
+
case deviceAuthRequiredIfAvailable
|
|
1260
|
+
case deviceAuthNotRequired
|
|
1261
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1262
|
+
public init?(rawValue: Swift.Int)
|
|
1263
|
+
#endif
|
|
1264
|
+
public typealias RawValue = Swift.Int
|
|
1265
|
+
public var rawValue: Swift.Int {
|
|
1266
|
+
get
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc final public class OPPSecurityPolicy : ObjectiveC.NSObject {
|
|
1270
|
+
@objc final public var mode: OPPWAMobile.OPPSecurityPolicyMode {
|
|
1271
|
+
get
|
|
1272
|
+
}
|
|
1273
|
+
@objc final public var paymentBrands: [Swift.String]? {
|
|
1274
|
+
get
|
|
1275
|
+
}
|
|
1276
|
+
@objc final public var isTokenPolicy: Swift.Bool {
|
|
1277
|
+
get
|
|
1278
|
+
}
|
|
1279
|
+
@available(*, unavailable)
|
|
1280
|
+
@objc override dynamic public init()
|
|
1281
|
+
@objc convenience public init(paymentBrands: [Swift.String], mode: OPPWAMobile.OPPSecurityPolicyMode)
|
|
1282
|
+
@objc convenience public init(forTokensWith mode: OPPWAMobile.OPPSecurityPolicyMode)
|
|
1283
|
+
@objc public static func securityPolicy(paymentBrands: [Swift.String], mode: OPPWAMobile.OPPSecurityPolicyMode) -> OPPWAMobile.OPPSecurityPolicy
|
|
1284
|
+
@objc public static func securityPolicyForTokensWith(mode: OPPWAMobile.OPPSecurityPolicyMode) -> OPPWAMobile.OPPSecurityPolicy
|
|
1285
|
+
@objc deinit
|
|
1286
|
+
}
|
|
1287
|
+
@_inheritsConvenienceInitializers @objc public class OPPBillingAddressBuilder : ObjectiveC.NSObject {
|
|
1288
|
+
@objc override dynamic public init()
|
|
1289
|
+
@objc public func withCountry(_ country: Swift.String) -> Self
|
|
1290
|
+
@objc public func withState(_ state: Swift.String) -> Self
|
|
1291
|
+
@objc public func withCity(_ city: Swift.String) -> Self
|
|
1292
|
+
@objc public func withPostCode(_ postCode: Swift.String) -> Self
|
|
1293
|
+
@objc public func withStreet1(_ street1: Swift.String) -> Self
|
|
1294
|
+
@objc public func withStreet2(_ street2: Swift.String) -> Self
|
|
1295
|
+
@objc public func withCountryRequired(_ countryRequired: Swift.Bool) -> Self
|
|
1296
|
+
@objc public func withStateRequired(_ stateRequired: Swift.Bool) -> Self
|
|
1297
|
+
@objc public func withCityRequired(_ cityRequired: Swift.Bool) -> Self
|
|
1298
|
+
@objc public func withPostCodeRequired(_ postCodeRequired: Swift.Bool) -> Self
|
|
1299
|
+
@objc public func withStreet1Required(_ street1Required: Swift.Bool) -> Self
|
|
1300
|
+
@objc public func withStreet2Required(_ street2Required: Swift.Bool) -> Self
|
|
1301
|
+
@objc public func build() -> OPPWAMobile.OPPBillingAddress
|
|
1302
|
+
@objc deinit
|
|
1303
|
+
}
|
|
1304
|
+
@objc final public class OPPPaymentSchemeViewModel : ObjectiveC.NSObject {
|
|
1305
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
1306
|
+
@objc deinit
|
|
1307
|
+
}
|
|
1308
|
+
@_hasMissingDesignatedInitializers @objc final public class OPPDirectDebitDetailsViewModel : ObjectiveC.NSObject {
|
|
1309
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1310
|
+
@objc convenience public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, paymentBrand: Swift.String, checkoutSettings: OPPWAMobile.OPPCheckoutSettings?, checkoutInfo: OPPWAMobile.OPPCheckoutInfo?, checkoutID: Swift.String)
|
|
1311
|
+
#endif
|
|
1312
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1313
|
+
@objc convenience public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, token: OPPWAMobile.OPPToken, checkoutSettings: OPPWAMobile.OPPCheckoutSettings?, checkoutInfo: OPPWAMobile.OPPCheckoutInfo?, checkoutID: Swift.String)
|
|
1314
|
+
#endif
|
|
1315
|
+
@objc deinit
|
|
1316
|
+
}
|
|
1317
|
+
@objc final public class OPPWASProcessor : ObjectiveC.NSObject, OPPWAMobile.OPPWAProcessorProtocol {
|
|
1318
|
+
final public var getNavigationController: (() -> UIKit.UINavigationController)?
|
|
1319
|
+
final public var onThreeDSConfigRequired: ((OPPWAMobile.OPPThreeDSConfig?) -> Swift.Void)?
|
|
1320
|
+
@objc final public var threeDSManager: OPPWAMobile.OPPSThreeDSManager?
|
|
1321
|
+
final public let mode: OPPWAMobile.OPPProviderMode
|
|
1322
|
+
final public let service: (any OPPWAMobile.OPPWAProcessorServiceProtocol)?
|
|
1323
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1324
|
+
@objc public init(threeDSManager: OPPWAMobile.OPPSThreeDSManager?, mode: OPPWAMobile.OPPProviderMode, service: any OPPWAMobile.OPPWAProcessorServiceProtocol)
|
|
1325
|
+
#endif
|
|
1326
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1327
|
+
@objc final public func send(transaction: OPPWAMobile.OPPTransaction, toEndPoint: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
1328
|
+
#endif
|
|
1329
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1330
|
+
@objc final public func requestCheckoutInfo(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutInfo?, Foundation.NSError?) -> Swift.Void)
|
|
1331
|
+
#endif
|
|
1332
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1333
|
+
@objc final public func requestLogoURLs(forPaymentBrands paymentBrands: [Swift.String], _ completionHandler: @escaping ([Swift.String : Foundation.URL]?, Foundation.NSError?) -> Swift.Void)
|
|
1334
|
+
#endif
|
|
1335
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1336
|
+
@objc final public func sendThreeDS2(authParams: Swift.String, transaction: OPPWAMobile.OPPTransaction, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
1337
|
+
#endif
|
|
1338
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1339
|
+
@objc final public func requestValidations(forPaymentBrands paymentBrands: [Swift.String], checkoutID: Swift.String, _ completionHandler: @escaping ([OPPWAMobile.OPPBrandInfo]?, Foundation.NSError?) -> Swift.Void)
|
|
1340
|
+
#endif
|
|
1341
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1342
|
+
@objc final public func requestBinInfo(withCheckoutID checkoutID: Swift.String, bin: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPBinInfo?, Foundation.NSError?) -> Swift.Void)
|
|
1343
|
+
#endif
|
|
1344
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1345
|
+
@objc final public func requestIdealBanks(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping ([[Swift.String : Any]]?, Foundation.NSError?) -> Swift.Void)
|
|
1346
|
+
#endif
|
|
1347
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1348
|
+
@objc final public func requestApplesTokenId(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping (Swift.String?, Foundation.NSError?) -> Swift.Void)
|
|
1349
|
+
#endif
|
|
1350
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1351
|
+
@objc final public func requestCheckoutData(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutData?, Foundation.NSError?) -> Swift.Void)
|
|
1352
|
+
#endif
|
|
1353
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1354
|
+
@objc final public func securityWarnings(withCompletionHandler completionHandler: @escaping ([ipworks3ds_sdk.Warning]?, Foundation.NSError?) -> Swift.Void)
|
|
1355
|
+
#endif
|
|
1356
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1357
|
+
@objc final public func getVisaInstallmentPlans(planParams: OPPWAMobile.OPPInstallmentPlanParams, completionHandler: @escaping (OPPWAMobile.OPPInstallmentPlanResponse?, Foundation.NSError?) -> Swift.Void)
|
|
1358
|
+
#endif
|
|
1359
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1360
|
+
@objc final public func getPollingData(params: OPPWAMobile.OPPPollingParams, completionHandler: @escaping (OPPWAMobile.OPPPollingStatus?, Foundation.NSError?) -> Swift.Void)
|
|
1361
|
+
#endif
|
|
1362
|
+
@objc deinit
|
|
1363
|
+
}
|
|
1364
|
+
@objc public class OPPPaymentParams : ObjectiveC.NSObject, Foundation.NSCopying {
|
|
1365
|
+
@objc public var checkoutID: Swift.String {
|
|
1366
|
+
get
|
|
1367
|
+
}
|
|
1368
|
+
@objc public var paymentBrand: Swift.String {
|
|
1369
|
+
get
|
|
1370
|
+
}
|
|
1371
|
+
@objc public var shopperResultURL: Swift.String?
|
|
1372
|
+
@objc public var mode: OPPWAMobile.OPPProviderMode
|
|
1373
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1374
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
1375
|
+
#endif
|
|
1376
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1377
|
+
@objc public static func paymentParams(checkoutID: Swift.String, paymentBrand: Swift.String?) throws -> OPPWAMobile.OPPPaymentParams
|
|
1378
|
+
#endif
|
|
1379
|
+
@discardableResult
|
|
1380
|
+
@objc public func addParam(withName name: Swift.String, value: Swift.String) -> Swift.Bool
|
|
1381
|
+
@objc public func removeParam(withName name: Swift.String)
|
|
1382
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1383
|
+
@objc public func valueForParam(withName name: Swift.String) -> Swift.String?
|
|
1384
|
+
#endif
|
|
1385
|
+
@objc public func mask()
|
|
1386
|
+
@objc public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
1387
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1388
|
+
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1389
|
+
#endif
|
|
1390
|
+
@objc deinit
|
|
1391
|
+
}
|
|
1392
|
+
@objc extension OPPWAMobile.OPPPaymentParams {
|
|
1393
|
+
@objc dynamic public var isPaze: Swift.Bool {
|
|
1394
|
+
@objc get
|
|
1395
|
+
}
|
|
1396
|
+
@objc dynamic public var isPayPal: Swift.Bool {
|
|
1397
|
+
@objc get
|
|
1398
|
+
}
|
|
1399
|
+
@objc public static func isApplePay(_ brand: Swift.String) -> Swift.Bool
|
|
1400
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1401
|
+
@objc public static func findApplePay(_ brands: [Swift.String]?) -> Swift.String?
|
|
1402
|
+
#endif
|
|
1403
|
+
@objc public static var klarnaSupportedCountries: [Swift.String] {
|
|
1404
|
+
@objc get
|
|
1405
|
+
}
|
|
1406
|
+
@objc public static func klarnaCountry(for local: Foundation.Locale) -> Swift.String
|
|
1407
|
+
@objc public static func isKlarnaInline(_ brand: Swift.String) -> Swift.Bool
|
|
1408
|
+
@objc public static func isCashAppPay(_ brand: Swift.String) -> Swift.Bool
|
|
1409
|
+
}
|
|
1410
|
+
@objc public class OPPAfterpayConfig : OPPWAMobile.OPPBrandConfig, Foundation.NSCopying {
|
|
1411
|
+
@objc public var minimumAmount: Swift.String
|
|
1412
|
+
@objc public var maximumAmount: Swift.String
|
|
1413
|
+
@objc public var currencyCode: Swift.String
|
|
1414
|
+
@objc public var environment: Swift.String
|
|
1415
|
+
@objc public var locale: Foundation.Locale
|
|
1416
|
+
@objc public var consumerLocale: Foundation.Locale
|
|
1417
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1418
|
+
@objc(initWithMinimumAmount:maximumAmount:locale:consumerLocale:) public init?(minimumAmount: Swift.String, maximumAmount: Swift.String, locale: Foundation.Locale, consumerLocale: Foundation.Locale)
|
|
1419
|
+
#endif
|
|
1420
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1421
|
+
@available(*, deprecated, message: "Use init(minimumAmount:maximumAmount:locale:consumerLocale:) instead.")
|
|
1422
|
+
@objc(initWithWithMinimumAmount:maximumAmount:locale:consumerLocale:) convenience public init?(withMinimumAmount minimumAmount: Swift.String, maximumAmount: Swift.String, locale: Foundation.Locale, consumerLocale: Foundation.Locale)
|
|
1423
|
+
#endif
|
|
1424
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1425
|
+
@objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1426
|
+
#endif
|
|
1427
|
+
@objc override dynamic public var description: Swift.String {
|
|
1428
|
+
@objc get
|
|
1429
|
+
}
|
|
1430
|
+
@objc override public var paymentBrand: Swift.String {
|
|
1431
|
+
@objc get
|
|
1432
|
+
}
|
|
1433
|
+
@objc deinit
|
|
1434
|
+
}
|
|
1435
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPPaymentButton) @_Concurrency.MainActor @preconcurrency public class OPPPaymentButton : UIKit.UIButton {
|
|
1436
|
+
@objc @_Concurrency.MainActor @preconcurrency public var paymentBrand: Swift.String {
|
|
1437
|
+
@objc get
|
|
1438
|
+
@objc set
|
|
1439
|
+
}
|
|
1440
|
+
@objc @_Concurrency.MainActor @preconcurrency required public init(paymentBrand: Swift.String)
|
|
1441
|
+
@objc @_Concurrency.MainActor @preconcurrency public static func paymentButton(withPaymentBrand paymentBrand: Swift.String) -> Self
|
|
1442
|
+
@objc deinit
|
|
1443
|
+
}
|
|
1444
|
+
@_inheritsConvenienceInitializers @objc public class OPPBankAccountPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
1445
|
+
@objc public var holder: Swift.String? {
|
|
1446
|
+
get
|
|
1447
|
+
}
|
|
1448
|
+
@objc public var iban: Swift.String? {
|
|
1449
|
+
get
|
|
1450
|
+
}
|
|
1451
|
+
@objc public var accountNumber: Swift.String? {
|
|
1452
|
+
get
|
|
1453
|
+
}
|
|
1454
|
+
@objc public var country: Swift.String? {
|
|
1455
|
+
get
|
|
1456
|
+
}
|
|
1457
|
+
@objc public var bankName: Swift.String? {
|
|
1458
|
+
get
|
|
1459
|
+
}
|
|
1460
|
+
@objc public var bic: Swift.String? {
|
|
1461
|
+
get
|
|
1462
|
+
}
|
|
1463
|
+
@objc public var bankCode: Swift.String? {
|
|
1464
|
+
get
|
|
1465
|
+
}
|
|
1466
|
+
@objc public var isTokenizationEnabled: Swift.Bool {
|
|
1467
|
+
get
|
|
1468
|
+
}
|
|
1469
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1470
|
+
@available(*, deprecated, renamed: "iban")
|
|
1471
|
+
@objc public var IBAN: Swift.String? {
|
|
1472
|
+
@objc get
|
|
1473
|
+
}
|
|
1474
|
+
#endif
|
|
1475
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1476
|
+
@available(*, deprecated, renamed: "bic")
|
|
1477
|
+
@objc public var BIC: Swift.String? {
|
|
1478
|
+
@objc get
|
|
1479
|
+
}
|
|
1480
|
+
#endif
|
|
1481
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1482
|
+
@available(*, unavailable)
|
|
1483
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
1484
|
+
#endif
|
|
1485
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1486
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String?, holder: Swift.String?, iban: Swift.String?, accountNumber: Swift.String?, country: Swift.String?, bankName: Swift.String?, bic: Swift.String?, bankCode: Swift.String?, tokenizationEnabled: Swift.Bool) throws
|
|
1487
|
+
#endif
|
|
1488
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1489
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:holder:iban:accountNumber:country:bankName:bic:bankCode:tokenizationEnabled:)")
|
|
1490
|
+
@objc convenience public init(checkoutID: Swift.String, paymentBrand: Swift.String?, holder: Swift.String?, IBAN: Swift.String?, accountNumber: Swift.String?, country: Swift.String?, bankName: Swift.String?, BIC: Swift.String?, bankCode: Swift.String?, tokenizationEnabled: Swift.Bool) throws
|
|
1491
|
+
#endif
|
|
1492
|
+
@available(*, deprecated, renamed: "directDebitSEPAPaymentParams(withCheckoutID:holder:iban:tokenizationEnabled:)")
|
|
1493
|
+
@objc public class func directDebitSEPAPaymentParams(withCheckoutID checkoutID: Swift.String, holder: Swift.String, IBAN: Swift.String, tokenizationEnabled: Swift.Bool) throws -> OPPWAMobile.OPPDirectDebitSEPAPaymentParams
|
|
1494
|
+
@objc public class func directDebitSEPAPaymentParams(withCheckoutID checkoutID: Swift.String, holder: Swift.String, iban: Swift.String, tokenizationEnabled: Swift.Bool) throws -> OPPWAMobile.OPPDirectDebitSEPAPaymentParams
|
|
1495
|
+
@objc public class func sofortBankingPaymentParams(withCheckoutID checkoutID: Swift.String, country: Swift.String) throws -> OPPWAMobile.OPPSofortBankingPaymentParams
|
|
1496
|
+
@available(*, deprecated, message: "Use `idealPaymentParamsWithCheckoutID:country:error:` instead.")
|
|
1497
|
+
@objc public class func idealPaymentParams(withCheckoutID checkoutID: Swift.String, bankName: Swift.String) throws -> OPPWAMobile.OPPIdealPaymentParams
|
|
1498
|
+
@objc public class func idealPaymentParams(withCheckoutID checkoutID: Swift.String, country: Swift.String) throws -> OPPWAMobile.OPPIdealPaymentParams
|
|
1499
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1500
|
+
@available(*, deprecated, renamed: "giropayPaymentParams(withCheckoutID:bic:bankCode:iban:accountNumber:)")
|
|
1501
|
+
@objc public class func giropayPaymentParams(withCheckoutID checkoutID: Swift.String, BIC: Swift.String?, bankCode: Swift.String?, IBAN: Swift.String?, accountNumber: Swift.String?) throws -> OPPWAMobile.OPPGiropayPaymentParams
|
|
1502
|
+
#endif
|
|
1503
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1504
|
+
@objc public class func giropayPaymentParams(withCheckoutID checkoutID: Swift.String, bic: Swift.String?, bankCode: Swift.String?, iban: Swift.String?, accountNumber: Swift.String?) throws -> OPPWAMobile.OPPGiropayPaymentParams
|
|
1505
|
+
#endif
|
|
1506
|
+
@objc public class func paytrailPaymentParams(withCheckoutID checkoutID: Swift.String) throws -> OPPWAMobile.OPPPaytrailPaymentParams
|
|
1507
|
+
@objc public static func fpxPaymentParams(checkoutID: Swift.String, bankName: Swift.String) throws -> OPPWAMobile.OPPBankAccountPaymentParams
|
|
1508
|
+
@objc public static func isHolderValid(_ holder: Swift.String) -> Swift.Bool
|
|
1509
|
+
@objc public static func isIBANValid(_ iban: Swift.String) -> Swift.Bool
|
|
1510
|
+
@objc public static func isAccountNumberValid(_ accountNumber: Swift.String) -> Swift.Bool
|
|
1511
|
+
@objc public static func isCountryValid(_ country: Swift.String) -> Swift.Bool
|
|
1512
|
+
@objc public static func isBankNameValid(_ bankName: Swift.String) -> Swift.Bool
|
|
1513
|
+
@objc public static func isBICValid(_ bic: Swift.String) -> Swift.Bool
|
|
1514
|
+
@objc public static func isBankCodeValid(_ bankCode: Swift.String) -> Swift.Bool
|
|
1515
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1516
|
+
@objc override public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1517
|
+
#endif
|
|
1518
|
+
@objc override public func mask()
|
|
1519
|
+
@objc deinit
|
|
1520
|
+
}
|
|
1521
|
+
@_inheritsConvenienceInitializers @objc public class OPPCDItem : ObjectiveC.NSObject {
|
|
1522
|
+
@objc public var name: Swift.String?
|
|
1523
|
+
@objc public var quantity: Swift.String?
|
|
1524
|
+
@objc public var price: Swift.String?
|
|
1525
|
+
@objc public var sku: Swift.String?
|
|
1526
|
+
@objc public var productURL: Swift.String?
|
|
1527
|
+
@objc public var imageURL: Swift.String?
|
|
1528
|
+
@objc public var totalDiscountAmount: Swift.String?
|
|
1529
|
+
@objc override dynamic public init()
|
|
1530
|
+
@objc deinit
|
|
1531
|
+
}
|
|
1532
|
+
@_inheritsConvenienceInitializers @objc public class OPPCDBilling : ObjectiveC.NSObject {
|
|
1533
|
+
@objc public var street1: Swift.String?
|
|
1534
|
+
@objc public var street2: Swift.String?
|
|
1535
|
+
@objc public var city: Swift.String?
|
|
1536
|
+
@objc public var state: Swift.String?
|
|
1537
|
+
@objc public var postcode: Swift.String?
|
|
1538
|
+
@objc public var country: Swift.String?
|
|
1539
|
+
@objc override dynamic public init()
|
|
1540
|
+
@objc deinit
|
|
1541
|
+
}
|
|
1542
|
+
@_inheritsConvenienceInitializers @objc public class OPPCDMerchant : ObjectiveC.NSObject {
|
|
1543
|
+
@objc public var name: Swift.String?
|
|
1544
|
+
@objc override dynamic public init()
|
|
1545
|
+
@objc deinit
|
|
1546
|
+
}
|
|
1547
|
+
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency final public class OPPPayToDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
1548
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1549
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPPayToDetailsViewModel)
|
|
1550
|
+
#endif
|
|
1551
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
1552
|
+
@objc deinit
|
|
1553
|
+
}
|
|
1554
|
+
@objc final public class OPPBlikDetailsViewModel : ObjectiveC.NSObject {
|
|
1555
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
1556
|
+
@objc deinit
|
|
1557
|
+
}
|
|
1558
|
+
@_inheritsConvenienceInitializers @objc public class OPPCDCustomer : ObjectiveC.NSObject {
|
|
1559
|
+
@objc public var givenName: Swift.String?
|
|
1560
|
+
@objc public var surname: Swift.String?
|
|
1561
|
+
@objc public var email: Swift.String?
|
|
1562
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1563
|
+
@objc public var fullName: Swift.String? {
|
|
1564
|
+
@objc get
|
|
1565
|
+
}
|
|
1566
|
+
#endif
|
|
1567
|
+
@objc override dynamic public init()
|
|
1568
|
+
@objc deinit
|
|
1569
|
+
}
|
|
1570
|
+
@_inheritsConvenienceInitializers @objc public class OPPCDCart : ObjectiveC.NSObject {
|
|
1571
|
+
@objc public var items: [OPPWAMobile.OPPCDItem]?
|
|
1572
|
+
@objc override dynamic public init()
|
|
1573
|
+
@objc deinit
|
|
1574
|
+
}
|
|
1575
|
+
@objc extension Foundation.NSMutableArray {
|
|
1576
|
+
@objc dynamic public func ptt_sortTokens(with paymentBrands: [Swift.String])
|
|
1577
|
+
}
|
|
1578
|
+
@objc final public class OPPPayToProcessor : ObjectiveC.NSObject {
|
|
1579
|
+
@objc public init(transaction: OPPWAMobile.OPPTransaction, provider: OPPWAMobile.OPPPaymentProvider)
|
|
1580
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1581
|
+
@objc final public func process(completion: @escaping (OPPWAMobile.OPPTransaction?, (any Swift.Error)?) -> Swift.Void)
|
|
1582
|
+
#endif
|
|
1583
|
+
@objc deinit
|
|
1584
|
+
}
|
|
1585
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class OPPCheckoutLocalization : ObjectiveC.NSObject {
|
|
1586
|
+
@objc public var language: Swift.String? {
|
|
1587
|
+
@objc get
|
|
1588
|
+
@objc set
|
|
1589
|
+
}
|
|
1590
|
+
@objc public static let sharedInstance: OPPWAMobile.OPPCheckoutLocalization
|
|
1591
|
+
@objc public func viewControllerTitlePaymentMethodSelection() -> Swift.String
|
|
1592
|
+
@objc public func viewControllerTitlePaymentDetails() -> Swift.String
|
|
1593
|
+
@objc public func viewControllerTitleProcessing() -> Swift.String
|
|
1594
|
+
@objc public func viewControllerTitleAddress() -> Swift.String
|
|
1595
|
+
@objc public func alertTitleCardScanningFailed() -> Swift.String
|
|
1596
|
+
@objc public func labelTotalAmount() -> Swift.String
|
|
1597
|
+
@objc public func labelMBWayPushNotification() -> Swift.String
|
|
1598
|
+
@objc public func labelMBWayAcceptPin() -> Swift.String
|
|
1599
|
+
@objc public func labelTermsAndConditions() -> Swift.String
|
|
1600
|
+
@objc public func labelTermsAndConditionsAgreement() -> Swift.String
|
|
1601
|
+
@objc public func labelSwedish() -> Swift.String
|
|
1602
|
+
@objc public func labelFinnish() -> Swift.String
|
|
1603
|
+
@objc public func labelSTCPaySelectPaymentMethod() -> Swift.String
|
|
1604
|
+
@objc public func labelCardScanHoldHere() -> Swift.String
|
|
1605
|
+
@objc public func labelBlikTermsAndConditions() -> Swift.String
|
|
1606
|
+
@objc public func labelBlikRegulations() -> Swift.String
|
|
1607
|
+
@objc public func labelBlikTncUrl() -> Swift.String
|
|
1608
|
+
@objc public func labelPaytoSelectPayId() -> Swift.String
|
|
1609
|
+
@objc public func labelSelectDocType() -> Swift.String
|
|
1610
|
+
@objc public func messagePleaseWait() -> Swift.String
|
|
1611
|
+
@objc public func processingLabelForBlik() -> Swift.String
|
|
1612
|
+
@objc public func accessibilityLabelForBlik() -> Swift.String
|
|
1613
|
+
@objc public func deviceAuthReason() -> Swift.String
|
|
1614
|
+
@objc public func buttonTitlePay() -> Swift.String
|
|
1615
|
+
@objc public func buttonTitlePayAmount() -> Swift.String
|
|
1616
|
+
@objc public func buttonTitleRegister() -> Swift.String
|
|
1617
|
+
@objc public func buttonTitleCancel() -> Swift.String
|
|
1618
|
+
@objc public func buttonTitleBack() -> Swift.String
|
|
1619
|
+
@objc public func buttonTitleDone() -> Swift.String
|
|
1620
|
+
@objc public func buttonTitleOK() -> Swift.String
|
|
1621
|
+
@objc public func fieldLabelCardHolderName() -> Swift.String
|
|
1622
|
+
@objc public func fieldLabelCreditCardNumber() -> Swift.String
|
|
1623
|
+
@objc public func fieldLabelExpiryDate() -> Swift.String
|
|
1624
|
+
@objc public func fieldLabelCVV() -> Swift.String
|
|
1625
|
+
@objc public func fieldLabelMobilePhoneNumber() -> Swift.String
|
|
1626
|
+
@objc public func fieldLabelBankAccountHolderName() -> Swift.String
|
|
1627
|
+
@objc public func fieldLabelIBAN() -> Swift.String
|
|
1628
|
+
@objc public func fieldLabelIBANOrAccountNumber() -> Swift.String
|
|
1629
|
+
@objc public func fieldLabelBICOrBankCode() -> Swift.String
|
|
1630
|
+
@objc public func fieldLabelSelectCountry() -> Swift.String
|
|
1631
|
+
@objc public func fieldLabelSelectBank() -> Swift.String
|
|
1632
|
+
@objc public func fieldLabelStorePaymentDetails() -> Swift.String
|
|
1633
|
+
@objc public func fieldLabelChooseCardType() -> Swift.String
|
|
1634
|
+
@objc public func fieldLabelNumberOfInstallments() -> Swift.String
|
|
1635
|
+
@objc public func fieldLabelEmail() -> Swift.String
|
|
1636
|
+
@objc public func fieldLabelQRCode() -> Swift.String
|
|
1637
|
+
@objc public func fieldLabelCountryCode() -> Swift.String
|
|
1638
|
+
@objc public func fieldLabelNationalIdentifier() -> Swift.String
|
|
1639
|
+
@objc public func fieldLabelAccountNumber() -> Swift.String
|
|
1640
|
+
@objc public func fieldLabelRoutingNumber() -> Swift.String
|
|
1641
|
+
@objc public func fieldLabelAccountVerification() -> Swift.String
|
|
1642
|
+
@objc public func fieldLabelDateOfBirth() -> Swift.String
|
|
1643
|
+
@objc public func fieldLabelOTP() -> Swift.String
|
|
1644
|
+
@objc public func fieldLabelBSBCode() -> Swift.String
|
|
1645
|
+
@objc public func fieldLabelIdCardNumber() -> Swift.String
|
|
1646
|
+
@objc public func fieldLabelPassportNumber() -> Swift.String
|
|
1647
|
+
@objc public func fieldLabelTaxStatementNumber() -> Swift.String
|
|
1648
|
+
@objc public func fieldLabelIdCard() -> Swift.String
|
|
1649
|
+
@objc public func fieldLabelPassport() -> Swift.String
|
|
1650
|
+
@objc public func fieldLabelTaxStatement() -> Swift.String
|
|
1651
|
+
@objc public func fieldPlaceholderCardHolderName() -> Swift.String
|
|
1652
|
+
@objc public func fieldPlaceholderCardNumber() -> Swift.String
|
|
1653
|
+
@objc public func fieldPlaceholderExpiryDate() -> Swift.String
|
|
1654
|
+
@objc public func fieldPlaceholderCVV3Digits() -> Swift.String
|
|
1655
|
+
@objc public func fieldPlaceholderCVV4Digits() -> Swift.String
|
|
1656
|
+
@objc public func fieldPlaceholderBankAccountHolderName() -> Swift.String
|
|
1657
|
+
@objc public func fieldPlaceholderIBAN() -> Swift.String
|
|
1658
|
+
@objc public func fieldPlaceholderIBANOrAccountNumber() -> Swift.String
|
|
1659
|
+
@objc public func fieldPlaceholderBICOrBankCode() -> Swift.String
|
|
1660
|
+
@objc public func fieldPlaceholderMobilePhoneNumber() -> Swift.String
|
|
1661
|
+
@objc public func fieldPlaceholderCountryCode() -> Swift.String
|
|
1662
|
+
@objc public func fieldPlaceholderEmail() -> Swift.String
|
|
1663
|
+
@objc public func fieldPlaceholderNationalIdentifier() -> Swift.String
|
|
1664
|
+
@objc public func fieldPlaceholderAccountNumber() -> Swift.String
|
|
1665
|
+
@objc public func fieldPlaceholderRoutingNumber() -> Swift.String
|
|
1666
|
+
@objc public func fieldPlaceholderAccountVerification() -> Swift.String
|
|
1667
|
+
@objc public func fieldPlaceholderStreet1() -> Swift.String
|
|
1668
|
+
@objc public func fieldPlaceholderStreet2() -> Swift.String
|
|
1669
|
+
@objc public func fieldPlaceholderCity() -> Swift.String
|
|
1670
|
+
@objc public func fieldPlaceholderState() -> Swift.String
|
|
1671
|
+
@objc public func fieldPlaceholderCounty() -> Swift.String
|
|
1672
|
+
@objc public func fieldPlaceholderPostcode() -> Swift.String
|
|
1673
|
+
@objc public func fieldPlaceholderOptional() -> Swift.String
|
|
1674
|
+
@objc public func fieldPlaceholderDateOfBirth() -> Swift.String
|
|
1675
|
+
@objc public func fieldPlaceholderBSBCode() -> Swift.String
|
|
1676
|
+
@objc public func fieldPlaceholderIdCardNumber() -> Swift.String
|
|
1677
|
+
@objc public func fieldPlaceholderPassportNumber() -> Swift.String
|
|
1678
|
+
@objc public func fieldPlaceholderTaxStatementNumber() -> Swift.String
|
|
1679
|
+
@objc public func fieldErrorCardHolderNameInvalid() -> Swift.String
|
|
1680
|
+
@objc public func fieldErrorCardNumberInvalid() -> Swift.String
|
|
1681
|
+
@objc public func fieldErrorCardExpiryDateInvalid() -> Swift.String
|
|
1682
|
+
@objc public func fieldErrorCardExpired() -> Swift.String
|
|
1683
|
+
@objc public func fieldErrorCardCVV3DigitsInvalid() -> Swift.String
|
|
1684
|
+
@objc public func fieldErrorCardCVV4DigitsInvalid() -> Swift.String
|
|
1685
|
+
@objc public func fieldErrorBankAccountHolderInvalid() -> Swift.String
|
|
1686
|
+
@objc public func fieldErrorIBANInvalid() -> Swift.String
|
|
1687
|
+
@objc public func fieldErrorIBANOrAccountNumberInvalid() -> Swift.String
|
|
1688
|
+
@objc public func fieldErrorRoutingNumberInvalid() -> Swift.String
|
|
1689
|
+
@objc public func fieldErrorBICOrBankCodeInvalid() -> Swift.String
|
|
1690
|
+
@objc public func fieldErrorEmailInvalid() -> Swift.String
|
|
1691
|
+
@objc public func fieldErrorMobilePhoneInvalid() -> Swift.String
|
|
1692
|
+
@objc public func fieldErrorCountryCodeInvalid() -> Swift.String
|
|
1693
|
+
@objc public func fieldErrorNationalIdentifierInvalid() -> Swift.String
|
|
1694
|
+
@objc public func fieldErrorAccountNumberInvalid() -> Swift.String
|
|
1695
|
+
@objc public func fieldErrorAccountExpiryDateInvalid() -> Swift.String
|
|
1696
|
+
@objc public func fieldErrorAccountExpired() -> Swift.String
|
|
1697
|
+
@objc public func fieldErrorAddressInvalid() -> Swift.String
|
|
1698
|
+
@objc public func fieldErrorDateOfBirthInvalid() -> Swift.String
|
|
1699
|
+
@objc public func fieldErrorBankCodeInvalid() -> Swift.String
|
|
1700
|
+
@objc public func fieldErrorBSBCodeInvalid() -> Swift.String
|
|
1701
|
+
@objc public func fieldErrorIdCardNumberInvalid() -> Swift.String
|
|
1702
|
+
@objc public func fieldErrorPassportNumberInvalid() -> Swift.String
|
|
1703
|
+
@objc public func fieldErrorTaxStatementNumberInvalid() -> Swift.String
|
|
1704
|
+
@objc public func paymentMethodGroupStored() -> Swift.String
|
|
1705
|
+
@objc public func paymentMethodGroupOther() -> Swift.String
|
|
1706
|
+
@objc public func paymentMethodGroupCards() -> Swift.String
|
|
1707
|
+
@objc public func fieldLabelCardNumber() -> Swift.String
|
|
1708
|
+
@objc public func fieldLabelDebitCardNumber() -> Swift.String
|
|
1709
|
+
@objc public func errorLabelDisclaimerNotAgree() -> Swift.String
|
|
1710
|
+
@objc public func labelFullAmount() -> Swift.String
|
|
1711
|
+
@objc public func labelProcessingFee() -> Swift.String
|
|
1712
|
+
@objc public func labelMonthlyRate() -> Swift.String
|
|
1713
|
+
@objc public func accessibilityInstallmentPlan() -> Swift.String
|
|
1714
|
+
@objc public func accessibilityInstallmentEnabledByVisa() -> Swift.String
|
|
1715
|
+
@objc public func buttonTitleConfirm() -> Swift.String
|
|
1716
|
+
@objc public func labelMonths() -> Swift.String
|
|
1717
|
+
@objc public func labelWeeks() -> Swift.String
|
|
1718
|
+
@objc public func labelMonth() -> Swift.String
|
|
1719
|
+
@objc public func labelWeek() -> Swift.String
|
|
1720
|
+
@objc public func labelWeeklyRate() -> Swift.String
|
|
1721
|
+
@objc public func title(forPaymentBrand paymentBrand: Swift.String) -> Swift.String
|
|
1722
|
+
@objc public func accessibilityPayWith() -> Swift.String
|
|
1723
|
+
@objc public func accessibilityCancelCheckout() -> Swift.String
|
|
1724
|
+
@objc public func accessibilityScanCard() -> Swift.String
|
|
1725
|
+
@objc public func accessibilityPayWithStoredPaymentMethod() -> Swift.String
|
|
1726
|
+
@objc public func accessibilitySelectPayIdHint() -> Swift.String
|
|
1727
|
+
@objc public func accessibilitySelectDocTypeHint() -> Swift.String
|
|
1728
|
+
@objc public func fieldPlaceholderExpiryDateWeb() -> Swift.String
|
|
1729
|
+
@objc public func fieldPlaceholderCVVWeb() -> Swift.String
|
|
1730
|
+
@objc public func fieldErrorCardExpiryDateInvalidWeb() -> Swift.String
|
|
1731
|
+
@objc public func fieldErrorCardCVVInvalidWeb() -> Swift.String
|
|
1732
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1733
|
+
@objc public func localizedString(forDeprecatedKey deprecatedKey: Swift.String, actualKey: Swift.String, defaultValue: Swift.String?) -> Swift.String
|
|
1734
|
+
#endif
|
|
1735
|
+
@objc deinit
|
|
1736
|
+
}
|
|
1737
|
+
@_inheritsConvenienceInitializers @objc final public class OPPKlarnaInlinePaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
1738
|
+
@objc final public var initialTransactionId: Swift.String?
|
|
1739
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1740
|
+
@objc public static func klarnaInlinePaymentParams(checkoutID: Swift.String, paymentBrand: Swift.String?) throws -> Self
|
|
1741
|
+
#endif
|
|
1742
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
1743
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1744
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1745
|
+
#endif
|
|
1746
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1747
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
1748
|
+
#endif
|
|
1749
|
+
@objc deinit
|
|
1750
|
+
}
|
|
1751
|
+
@_inheritsConvenienceInitializers @objc public class OPPBaseCardPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
1752
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1753
|
+
@available(*, deprecated, renamed: "cvv")
|
|
1754
|
+
@objc public var CVV: Swift.String? {
|
|
1755
|
+
@objc get
|
|
1756
|
+
}
|
|
1757
|
+
#endif
|
|
1758
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1759
|
+
@objc public var cvv: Swift.String? {
|
|
1760
|
+
@objc get
|
|
1761
|
+
}
|
|
1762
|
+
#endif
|
|
1763
|
+
@objc public var numberOfInstallments: Foundation.NSNumber?
|
|
1764
|
+
@objc public var threeDS2AuthParams: Swift.String?
|
|
1765
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1766
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:cvv:)")
|
|
1767
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
1768
|
+
#endif
|
|
1769
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1770
|
+
@available(*, deprecated, renamed: "init(checkoutID:paymentBrand:cvv:)")
|
|
1771
|
+
@objc convenience public init(checkoutID: Swift.String, paymentBrand: Swift.String?, CVV: Swift.String?) throws
|
|
1772
|
+
#endif
|
|
1773
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1774
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String?, cvv: Swift.String?) throws
|
|
1775
|
+
#endif
|
|
1776
|
+
@objc public static func isCvvValid(_ cvv: Swift.String) -> Swift.Bool
|
|
1777
|
+
@objc override public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
1778
|
+
@objc deinit
|
|
1779
|
+
}
|
|
1780
|
+
@objc final public class OPPVisaInstallmentConfig : ObjectiveC.NSObject {
|
|
1781
|
+
@objc final public let isEnable: Swift.Bool
|
|
1782
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1783
|
+
@objc public init?(dictionary: [Swift.String : Any]?)
|
|
1784
|
+
#endif
|
|
1785
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1786
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
1787
|
+
#endif
|
|
1788
|
+
@objc deinit
|
|
1789
|
+
}
|
|
1790
|
+
@_inheritsConvenienceInitializers @objc public class OPPBrowserData : ObjectiveC.NSObject {
|
|
1791
|
+
@objc public static func m3dspAddWebThreeDSParams(to params: OPPWAMobile.OPPPaymentParams, controller: UIKit.UINavigationController, _ completionHandler: @escaping () -> Swift.Void)
|
|
1792
|
+
@objc override dynamic public init()
|
|
1793
|
+
@objc deinit
|
|
1794
|
+
}
|
|
1795
|
+
@_inheritsConvenienceInitializers @objc public class OPPApplePayUtil : ObjectiveC.NSObject {
|
|
1796
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1797
|
+
@objc public static func applePayPaymentRequest(for request: PassKit.PKPaymentRequest?, and checkoutInfo: OPPWAMobile.OPPCheckoutInfo?) -> PassKit.PKPaymentRequest?
|
|
1798
|
+
#endif
|
|
1799
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1800
|
+
@objc public static func canSubmitApplePayRequest(for request: PassKit.PKPaymentRequest?) -> Swift.Bool
|
|
1801
|
+
#endif
|
|
1802
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1803
|
+
@objc public static func getApplePayViewController(for request: PassKit.PKPaymentRequest) -> PassKit.PKPaymentAuthorizationViewController?
|
|
1804
|
+
#endif
|
|
1805
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1806
|
+
@objc public static func isRecurringPaymentRequestEnabled(with request: PassKit.PKPaymentRequest?) -> Swift.Bool
|
|
1807
|
+
#endif
|
|
1808
|
+
@objc public static func convertAuthorization(result: OPPWAMobile.OPPApplePayRequestAuthorizationResult) -> PassKit.PKPaymentAuthorizationResult
|
|
1809
|
+
@objc public static func convertShippingContact(update: OPPWAMobile.OPPApplePayRequestShippingContactUpdate) -> PassKit.PKPaymentRequestShippingContactUpdate
|
|
1810
|
+
@objc public static func convertShippingMethod(update: OPPWAMobile.OPPApplePayRequestShippingMethodUpdate) -> PassKit.PKPaymentRequestShippingMethodUpdate
|
|
1811
|
+
@objc public static func getNameForPaymentMethodType(_ type: PassKit.PKPaymentMethodType) -> Swift.String
|
|
1812
|
+
@objc override dynamic public init()
|
|
1813
|
+
@objc deinit
|
|
1814
|
+
}
|
|
1815
|
+
@objc final public class OPPPaymentProcessingViewModel : ObjectiveC.NSObject {
|
|
1816
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1817
|
+
@objc public init(paymentParams: OPPWAMobile.OPPPaymentParams, checkoutProvider: OPPWAMobile.OPPCheckoutProvider, additionalDetails: OPPWAMobile.OPPPaymentAddOnDetails? = nil)
|
|
1818
|
+
#endif
|
|
1819
|
+
@objc deinit
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
@_hasMissingDesignatedInitializers @objc(OPPCardDetailsViewController) @_Concurrency.MainActor @preconcurrency public class OPPCardDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
1823
|
+
@objc @_Concurrency.MainActor @preconcurrency public var activeTextField: UIKit.UITextField?
|
|
1824
|
+
@objc @_Concurrency.MainActor @preconcurrency public var installmentsPickerView: UIKit.UIPickerView?
|
|
1825
|
+
@objc deinit
|
|
1826
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
|
|
1827
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
|
|
1828
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillDisappear(_ animated: Swift.Bool)
|
|
1829
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
|
|
1830
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLayoutSubviews()
|
|
1831
|
+
@_Concurrency.MainActor @preconcurrency @objc public func cancelButtonAction()
|
|
1832
|
+
@_Concurrency.MainActor @preconcurrency public func configureUI()
|
|
1833
|
+
@_Concurrency.MainActor @preconcurrency public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
1834
|
+
@_Concurrency.MainActor @preconcurrency @objc public func didEnterBackground(_ notification: Foundation.Notification)
|
|
1835
|
+
@_Concurrency.MainActor @preconcurrency @objc public func didBecomeActive(_ notification: Foundation.Notification)
|
|
1836
|
+
}
|
|
1837
|
+
extension OPPWAMobile.OPPCardDetailsViewController {
|
|
1838
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func updateViewWithAnimation()
|
|
1839
|
+
}
|
|
1840
|
+
extension OPPWAMobile.OPPCardDetailsViewController {
|
|
1841
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func updateViewConstraints()
|
|
1842
|
+
}
|
|
1843
|
+
extension OPPWAMobile.OPPCardDetailsViewController : OPPWAMobile.OPPAddressViewDelegate {
|
|
1844
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func addressViewClickedAction()
|
|
1845
|
+
}
|
|
1846
|
+
extension OPPWAMobile.OPPCardDetailsViewController : OPPWAMobile.OPPEditAddressViewControllerDelegate {
|
|
1847
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func updateAddress(_ address: OPPWAMobile.OPPBillingAddress)
|
|
1848
|
+
}
|
|
1849
|
+
@_inheritsConvenienceInitializers @objc final public class OPPFPXBankUtils : ObjectiveC.NSObject {
|
|
1850
|
+
@objc public static var banks: [Swift.String : Swift.String] {
|
|
1851
|
+
@objc get
|
|
1852
|
+
}
|
|
1853
|
+
@objc override dynamic public init()
|
|
1854
|
+
@objc deinit
|
|
1855
|
+
}
|
|
1856
|
+
@objc extension OPPWAMobile.OPPErrors {
|
|
1857
|
+
@objc public static func error(code: OPPWAMobile.OPPErrorCode) -> Foundation.NSError
|
|
1858
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1859
|
+
@objc public static func error(code: OPPWAMobile.OPPErrorCode, description: Swift.String?, userInfo: [Swift.AnyHashable : Any]?) -> Foundation.NSError
|
|
1860
|
+
#endif
|
|
1861
|
+
}
|
|
1862
|
+
@_hasMissingDesignatedInitializers @objc(OPPMBWAYDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPMBWAYDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
1863
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1864
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPMBWayDetailsViewModel)
|
|
1865
|
+
#endif
|
|
1866
|
+
@objc deinit
|
|
1867
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
1868
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
1869
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
1870
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
1871
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
1872
|
+
}
|
|
1873
|
+
extension OPPWAMobile.OPPMBWAYDetailsViewController : UIKit.UITextFieldDelegate {
|
|
1874
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
1875
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
1876
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
1877
|
+
}
|
|
1878
|
+
@_inheritsConvenienceInitializers @objc(OPPBaseCardScanningViewController) @_Concurrency.MainActor @preconcurrency public class OPPBaseCardScanningViewController : UIKit.UIViewController, AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate {
|
|
1879
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
|
|
1880
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
|
|
1881
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLayoutSubviews()
|
|
1882
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
|
|
1883
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1884
|
+
@_Concurrency.MainActor @preconcurrency public func closeWithError(_ error: (any Swift.Error)?)
|
|
1885
|
+
#endif
|
|
1886
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1887
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
1888
|
+
#endif
|
|
1889
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1890
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
1891
|
+
#endif
|
|
1892
|
+
@objc deinit
|
|
1893
|
+
}
|
|
1894
|
+
@_hasMissingDesignatedInitializers @objc(OPPKlarnaDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPKlarnaDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
1895
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1896
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPKlarnaDetailsViewModel)
|
|
1897
|
+
#endif
|
|
1898
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
1899
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func updateViewConstraints()
|
|
1900
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
1901
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentButton(_ paymentButton: UIKit.UIButton)
|
|
1902
|
+
@objc deinit
|
|
1903
|
+
}
|
|
1904
|
+
extension OPPWAMobile.OPPKlarnaDetailsViewController : UIKit.UITableViewDataSource {
|
|
1905
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
|
|
1906
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
1907
|
+
}
|
|
1908
|
+
extension OPPWAMobile.OPPKlarnaDetailsViewController : UIKit.UITableViewDelegate {
|
|
1909
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
1910
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
1911
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
|
|
1912
|
+
}
|
|
1913
|
+
extension OPPWAMobile.OPPKlarnaDetailsViewController : UIKit.UITextViewDelegate {
|
|
1914
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textView(_ textView: UIKit.UITextView, shouldInteractWith URL: Foundation.URL, in characterRange: Foundation.NSRange, interaction: UIKit.UITextItemInteraction) -> Swift.Bool
|
|
1915
|
+
}
|
|
1916
|
+
@objc final public class OPPMBWayConfig : ObjectiveC.NSObject, Foundation.NSCopying {
|
|
1917
|
+
@objc final public var countryCodeVisible: Swift.Bool
|
|
1918
|
+
@objc final public var countryCode: Swift.String
|
|
1919
|
+
@objc override final public var description: Swift.String {
|
|
1920
|
+
@objc get
|
|
1921
|
+
}
|
|
1922
|
+
@objc public static let defaultCountryCode: Swift.String
|
|
1923
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1924
|
+
@objc public init?(countryCodeVisible visible: Swift.Bool, countryCode: Swift.String)
|
|
1925
|
+
#endif
|
|
1926
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1927
|
+
@objc final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
1928
|
+
#endif
|
|
1929
|
+
@objc deinit
|
|
1930
|
+
}
|
|
1931
|
+
@_inheritsConvenienceInitializers @objc public class OPPDeviceAuthProvider : ObjectiveC.NSObject {
|
|
1932
|
+
@objc public static var isDeviceAuthEnabled: Swift.Bool {
|
|
1933
|
+
@objc get
|
|
1934
|
+
}
|
|
1935
|
+
@objc public static func performDeviceAuthentication(withLocalizedReason localizedReason: Swift.String, completion: @escaping (Swift.Bool) -> Swift.Void)
|
|
1936
|
+
@objc override dynamic public init()
|
|
1937
|
+
@objc deinit
|
|
1938
|
+
}
|
|
1939
|
+
@_inheritsConvenienceInitializers @objc public class OPPLibValidator : ObjectiveC.NSObject {
|
|
1940
|
+
@objc public static func isThreeDSFrameworksLoaded() -> Swift.Bool
|
|
1941
|
+
@objc public static func isFraudForceLibLoaded() -> Swift.Bool
|
|
1942
|
+
@objc public static func isKlarnaInlineLibLoaded() -> Swift.Bool
|
|
1943
|
+
@objc public static func isAfterPayLibLoaded() -> Swift.Bool
|
|
1944
|
+
@objc public static func isCashAppPayLibLoaded() -> Swift.Bool
|
|
1945
|
+
@objc public static func isAffirmLibLoaded() -> Swift.Bool
|
|
1946
|
+
@objc public static func isBraintreeCoreLibLoaded() -> Swift.Bool
|
|
1947
|
+
@objc public static func isBraintreeDataCollectorLibLoaded() -> Swift.Bool
|
|
1948
|
+
@objc public static func isBraintreePayPalLibLoaded() -> Swift.Bool
|
|
1949
|
+
@objc public static func isBraintreeVenmoLibLoaded() -> Swift.Bool
|
|
1950
|
+
@objc public static func validLoadedLibs() -> [Swift.String]
|
|
1951
|
+
@objc override dynamic public init()
|
|
1952
|
+
@objc deinit
|
|
1953
|
+
}
|
|
1954
|
+
@_inheritsConvenienceInitializers @objc public class OPPCardValidator : ObjectiveC.NSObject {
|
|
1955
|
+
@objc public static let OPPCardValidatorDefaultNumberRegex: Swift.String
|
|
1956
|
+
@objc public static let OPPCardValidatorDefaultNumberPattern: Swift.String
|
|
1957
|
+
@objc public static let OPPCardValidatorDefaultCVVLength: Swift.Int
|
|
1958
|
+
@objc public static func cvvLength(forPaymentBrand paymentBrand: Swift.String) -> ObjectiveC.NSInteger
|
|
1959
|
+
@objc public static func paymentBrandsDetected(forCardNumber cardNumber: Swift.String, includeUnknown: Swift.Bool) -> [Swift.String]
|
|
1960
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1961
|
+
@objc public static func validate(cardNumber: Swift.String, paymentBrand: Swift.String, detectedBrands: [Swift.String]?) -> Swift.Bool
|
|
1962
|
+
#endif
|
|
1963
|
+
@objc public static func patternForCardNumber(withPaymentBrand paymentBrand: Swift.String) -> Swift.String
|
|
1964
|
+
@objc public static func isExpiryDateOptional(forPaymentBrand paymentBrand: Swift.String) -> Swift.Bool
|
|
1965
|
+
@objc public static func cvvMode(forPaymentBrand paymentBrand: Swift.String) -> OPPWAMobile.OPPCardBrandInfoCvvMode
|
|
1966
|
+
@objc public static func isMobilePhoneRequired(forPaymentBrand paymentBrand: Swift.String) -> Swift.Bool
|
|
1967
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1968
|
+
@objc public static func detectionRegex(forPaymentBrand paymentBrand: Swift.String) -> Swift.String?
|
|
1969
|
+
#endif
|
|
1970
|
+
@objc public static func isPassingLuhnCheck(withCardNumber cardNumber: Swift.String) -> Swift.Bool
|
|
1971
|
+
@objc override dynamic public init()
|
|
1972
|
+
@objc deinit
|
|
1973
|
+
}
|
|
1974
|
+
@objc final public class OPPWASPaymentProvider : OPPWAMobile.OPPPaymentProvider {
|
|
1975
|
+
final public var processor: (any OPPWAMobile.OPPWAProcessorProtocol)?
|
|
1976
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1977
|
+
@objc public init(mode: OPPWAMobile.OPPProviderMode, processor: (any OPPWAMobile.OPPWAProcessorProtocol)?)
|
|
1978
|
+
#endif
|
|
1979
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1980
|
+
@objc override final public func send(_ transaction: OPPWAMobile.OPPTransaction, toEndpoint endpoint: Swift.String, completionHandler: @escaping (OPPWAMobile.OPPTransaction, (any Swift.Error)?) -> Swift.Void)
|
|
1981
|
+
#endif
|
|
1982
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1983
|
+
@objc override final public func submitTransaction(_ transaction: OPPWAMobile.OPPTransaction, completionHandler: @escaping (OPPWAMobile.OPPTransaction, (any Swift.Error)?) -> Swift.Void)
|
|
1984
|
+
#endif
|
|
1985
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1986
|
+
@objc override final public func register(_ transaction: OPPWAMobile.OPPTransaction, completionHandler: @escaping (OPPWAMobile.OPPTransaction, (any Swift.Error)?) -> Swift.Void)
|
|
1987
|
+
#endif
|
|
1988
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1989
|
+
@objc override final public func requestCheckoutInfo(withCheckoutID checkoutID: Swift.String, completionHandler: @escaping (OPPWAMobile.OPPCheckoutInfo?, (any Swift.Error)?) -> Swift.Void)
|
|
1990
|
+
#endif
|
|
1991
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1992
|
+
@objc override final public func requestLogoURLs(forPaymentBrands paymentBrands: [Swift.String], completionHandler: @escaping ([Swift.String : Foundation.URL]?, (any Swift.Error)?) -> Swift.Void)
|
|
1993
|
+
#endif
|
|
1994
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1995
|
+
@objc override final public func requestBinInfo(withCheckoutID checkoutID: Swift.String, bin: Swift.String, completionHandler: @escaping (OPPWAMobile.OPPBinInfo?, (any Swift.Error)?) -> Swift.Void)
|
|
1996
|
+
#endif
|
|
1997
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
1998
|
+
@objc override final public func requestIdealBanks(withCheckoutID checkoutID: Swift.String, completionHandler: @escaping ([[Swift.AnyHashable : Any]]?, (any Swift.Error)?) -> Swift.Void)
|
|
1999
|
+
#endif
|
|
2000
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2001
|
+
@objc override final public func securityWarnings(completionHandler: @escaping ([ipworks3ds_sdk.Warning]?, (any Swift.Error)?) -> Swift.Void)
|
|
2002
|
+
#endif
|
|
2003
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2004
|
+
@objc override final public func sendThreeDS2AuthParams(_ authParams: Swift.String, transaction: OPPWAMobile.OPPTransaction, completionHandler: @escaping (OPPWAMobile.OPPTransaction, (any Swift.Error)?) -> Swift.Void)
|
|
2005
|
+
#endif
|
|
2006
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2007
|
+
@objc override final public func requestApplesTokenId(withCheckoutID checkoutID: Swift.String, completionHandler: @escaping (Swift.String?, (any Swift.Error)?) -> Swift.Void)
|
|
2008
|
+
#endif
|
|
2009
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2010
|
+
@objc override final public func requestValidations(forPaymentBrands paymentBrands: [Swift.String], checkoutID: Swift.String, completionHandler: @escaping ([OPPWAMobile.OPPBrandInfo]?, (any Swift.Error)?) -> Swift.Void)
|
|
2011
|
+
#endif
|
|
2012
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2013
|
+
@objc override final public func requestCheckoutData(withCheckoutID checkoutID: Swift.String, completionHandler: @escaping (OPPWAMobile.OPPCheckoutData?, (any Swift.Error)?) -> Swift.Void)
|
|
2014
|
+
#endif
|
|
2015
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2016
|
+
@objc override final public func getVisaInstallmentPlans(_ planParams: OPPWAMobile.OPPInstallmentPlanParams, completionHandler: @escaping (OPPWAMobile.OPPInstallmentPlanResponse?, (any Swift.Error)?) -> Swift.Void)
|
|
2017
|
+
#endif
|
|
2018
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2019
|
+
@objc override final public func getPollingData(_ params: OPPWAMobile.OPPPollingParams, completionHandler: @escaping (OPPWAMobile.OPPPollingStatus?, (any Swift.Error)?) -> Swift.Void)
|
|
2020
|
+
#endif
|
|
2021
|
+
@objc deinit
|
|
2022
|
+
}
|
|
2023
|
+
extension OPPWAMobile.OPPWASPaymentProvider : OPPWAMobile.OPPSThreeDSManagerDelegate {
|
|
2024
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2025
|
+
@objc final public func onThreeDSChallengeRequired(with completion: @escaping (UIKit.UINavigationController?) -> Swift.Void)
|
|
2026
|
+
#endif
|
|
2027
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2028
|
+
@objc final public func onThreeDSConfigRequired(with completion: @escaping (OPPWAMobile.OPPThreeDSConfig?) -> Swift.Void)
|
|
2029
|
+
#endif
|
|
2030
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2031
|
+
@objc final public func sendThreeDS2AuthParams(params: Swift.String, transaction: OPPWAMobile.OPPTransaction, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
2032
|
+
#endif
|
|
2033
|
+
}
|
|
2034
|
+
@objc extension OPPWAMobile.OPPCashAppPayProcessor {
|
|
2035
|
+
@objc public static let kFailedToSigningOrderToken: Swift.String
|
|
2036
|
+
@objc public static let kFailedToSigningOrderTokenDueToInvalidAmount: Swift.String
|
|
2037
|
+
@objc public static let kFailedToSigningOrderTokenDueToInvalidRedirectURL: Swift.String
|
|
2038
|
+
@objc public static let kFailedToSigningOrderTokenDueToInvalidJwtDecodeNull: Swift.String
|
|
2039
|
+
@objc public static let kFailedToSigningOrderTokenDueToDecodeError: Swift.String
|
|
2040
|
+
@objc public static let kFailedToSigningOrderTokenDueToJwtDecodeError: Swift.String
|
|
2041
|
+
@objc public static let kFailedToSigningOrderTokenDueToHttpError: Swift.String
|
|
2042
|
+
@objc public static let kFailedToSigningOrderTokenDueToSignInError: Swift.String
|
|
2043
|
+
@objc public static let kCashAppValidationFailed: Swift.String
|
|
2044
|
+
@objc public static let kCashAppValidationFailedDueToNilData: Swift.String
|
|
2045
|
+
@objc public static let kCashAppValidationFailedDueToDecodeError: Swift.String
|
|
2046
|
+
@objc public static let kCashAppValidationFailedDueToUnknownError: Swift.String
|
|
2047
|
+
@objc public static let kCashAppValidationFailedDueToInvalidData: Swift.String
|
|
2048
|
+
@objc public static let kCashAppValidationFailedDueToHttpError: Swift.String
|
|
2049
|
+
@objc public static let kCashAppValidationFailedDueToValidationError: Swift.String
|
|
2050
|
+
@objc public static let kCashAppStateError: Swift.String
|
|
2051
|
+
@objc public static let kCashAppIntegrationError: Swift.String
|
|
2052
|
+
@objc public static let kCashAppNetworkError: Swift.String
|
|
2053
|
+
@objc public static let kCashAppApiError: Swift.String
|
|
2054
|
+
@objc public static let kCashAppUnexpectedError: Swift.String
|
|
2055
|
+
@objc public static let kCashAppUnknownTransactionState: Swift.String
|
|
2056
|
+
}
|
|
2057
|
+
@objc final public class OPPAmazonPayConfig : OPPWAMobile.OPPBrandConfig {
|
|
2058
|
+
@objc public enum OPPAmazonPayRegion : Swift.Int {
|
|
2059
|
+
case US
|
|
2060
|
+
case DE
|
|
2061
|
+
case UK
|
|
2062
|
+
case FR
|
|
2063
|
+
case IT
|
|
2064
|
+
case ES
|
|
2065
|
+
case JP
|
|
2066
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2067
|
+
public init?(rawValue: Swift.Int)
|
|
2068
|
+
#endif
|
|
2069
|
+
public typealias RawValue = Swift.Int
|
|
2070
|
+
public var rawValue: Swift.Int {
|
|
2071
|
+
get
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
@objc final public let region: OPPWAMobile.OPPAmazonPayConfig.OPPAmazonPayRegion
|
|
2075
|
+
@objc final public var isCompleteCheckout: Swift.Bool {
|
|
2076
|
+
get
|
|
2077
|
+
}
|
|
2078
|
+
@objc override final public var paymentBrand: Swift.String {
|
|
2079
|
+
@objc get
|
|
2080
|
+
}
|
|
2081
|
+
@objc public init(region: OPPWAMobile.OPPAmazonPayConfig.OPPAmazonPayRegion)
|
|
2082
|
+
@objc public init(region: OPPWAMobile.OPPAmazonPayConfig.OPPAmazonPayRegion, isCompleteCheckout: Swift.Bool)
|
|
2083
|
+
@objc deinit
|
|
2084
|
+
}
|
|
2085
|
+
@objc public enum OPPWebBrowserSessionType : Swift.Int {
|
|
2086
|
+
case standard
|
|
2087
|
+
case ephemeral
|
|
2088
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2089
|
+
public init?(rawValue: Swift.Int)
|
|
2090
|
+
#endif
|
|
2091
|
+
public typealias RawValue = Swift.Int
|
|
2092
|
+
public var rawValue: Swift.Int {
|
|
2093
|
+
get
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
extension OPPWAMobile.OPPCardDetailsViewController : OPPWAMobile.OPPCardScanningViewControllerDelegate {
|
|
2097
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2098
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func cardScan(_ viewController: UIKit.UIViewController, didFinishWith result: OPPWAMobile.OPPCardScanningResult?, and error: Foundation.NSError?)
|
|
2099
|
+
#endif
|
|
2100
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func cardScanDidCancel(_ viewController: UIKit.UIViewController)
|
|
2101
|
+
}
|
|
2102
|
+
@_inheritsConvenienceInitializers @objc final public class OPPPaymentBrandConstants : ObjectiveC.NSObject {
|
|
2103
|
+
@objc public static var affirm: Swift.String {
|
|
2104
|
+
@objc get
|
|
2105
|
+
}
|
|
2106
|
+
@objc public static var afterpayPacific: Swift.String {
|
|
2107
|
+
@objc get
|
|
2108
|
+
}
|
|
2109
|
+
@objc public static var amazonPay: Swift.String {
|
|
2110
|
+
@objc get
|
|
2111
|
+
}
|
|
2112
|
+
@objc public static var amex: Swift.String {
|
|
2113
|
+
@objc get
|
|
2114
|
+
}
|
|
2115
|
+
@objc public static var applePay: Swift.String {
|
|
2116
|
+
@objc get
|
|
2117
|
+
}
|
|
2118
|
+
@objc public static var applePayTkn: Swift.String {
|
|
2119
|
+
@objc get
|
|
2120
|
+
}
|
|
2121
|
+
@objc public static var bancontactLink: Swift.String {
|
|
2122
|
+
@objc get
|
|
2123
|
+
}
|
|
2124
|
+
@objc public static var bcmc: Swift.String {
|
|
2125
|
+
@objc get
|
|
2126
|
+
}
|
|
2127
|
+
@objc public static var blik: Swift.String {
|
|
2128
|
+
@objc get
|
|
2129
|
+
}
|
|
2130
|
+
@objc public static var payTo: Swift.String {
|
|
2131
|
+
@objc get
|
|
2132
|
+
}
|
|
2133
|
+
@objc public static var oxxo_va: Swift.String {
|
|
2134
|
+
@objc get
|
|
2135
|
+
}
|
|
2136
|
+
@objc public static var pix_va: Swift.String {
|
|
2137
|
+
@objc get
|
|
2138
|
+
}
|
|
2139
|
+
@objc public static var boleto: Swift.String {
|
|
2140
|
+
@objc get
|
|
2141
|
+
}
|
|
2142
|
+
@objc public static var cartebancaire: Swift.String {
|
|
2143
|
+
@objc get
|
|
2144
|
+
}
|
|
2145
|
+
@objc public static var carteBleue: Swift.String {
|
|
2146
|
+
@objc get
|
|
2147
|
+
}
|
|
2148
|
+
@objc public static var cashAppPay: Swift.String {
|
|
2149
|
+
@objc get
|
|
2150
|
+
}
|
|
2151
|
+
@objc public static var chinaUnionPay: Swift.String {
|
|
2152
|
+
@objc get
|
|
2153
|
+
}
|
|
2154
|
+
@objc public static var clearPay: Swift.String {
|
|
2155
|
+
@objc get
|
|
2156
|
+
}
|
|
2157
|
+
@objc public static var dankort: Swift.String {
|
|
2158
|
+
@objc get
|
|
2159
|
+
}
|
|
2160
|
+
@objc public static var dinersClub: Swift.String {
|
|
2161
|
+
@objc get
|
|
2162
|
+
}
|
|
2163
|
+
@objc public static var directDebitSEPA: Swift.String {
|
|
2164
|
+
@objc get
|
|
2165
|
+
}
|
|
2166
|
+
@objc public static var discover: Swift.String {
|
|
2167
|
+
@objc get
|
|
2168
|
+
}
|
|
2169
|
+
@objc public static var fpx: Swift.String {
|
|
2170
|
+
@objc get
|
|
2171
|
+
}
|
|
2172
|
+
@objc public static var giropay: Swift.String {
|
|
2173
|
+
@objc get
|
|
2174
|
+
}
|
|
2175
|
+
@objc public static var googlePay: Swift.String {
|
|
2176
|
+
@objc get
|
|
2177
|
+
}
|
|
2178
|
+
@objc public static var ideal: Swift.String {
|
|
2179
|
+
@objc get
|
|
2180
|
+
}
|
|
2181
|
+
@objc public static var ikanoPrivateLabelVA: Swift.String {
|
|
2182
|
+
@objc get
|
|
2183
|
+
}
|
|
2184
|
+
@objc public static var inicis: Swift.String {
|
|
2185
|
+
@objc get
|
|
2186
|
+
}
|
|
2187
|
+
@objc public static var instantPay: Swift.String {
|
|
2188
|
+
@objc get
|
|
2189
|
+
}
|
|
2190
|
+
@objc public static var jcb: Swift.String {
|
|
2191
|
+
@objc get
|
|
2192
|
+
}
|
|
2193
|
+
@objc public static var klarnaInstallments: Swift.String {
|
|
2194
|
+
@objc get
|
|
2195
|
+
}
|
|
2196
|
+
@objc public static var klarnaInvoice: Swift.String {
|
|
2197
|
+
@objc get
|
|
2198
|
+
}
|
|
2199
|
+
@objc public static var klarnaPaymentsBillPay: Swift.String {
|
|
2200
|
+
@objc get
|
|
2201
|
+
}
|
|
2202
|
+
@objc public static var klarnaPaymentsOne: Swift.String {
|
|
2203
|
+
@objc get
|
|
2204
|
+
}
|
|
2205
|
+
@objc public static var klarnaPaymentsPayLater: Swift.String {
|
|
2206
|
+
@objc get
|
|
2207
|
+
}
|
|
2208
|
+
@objc public static var klarnaPaymentsPayNow: Swift.String {
|
|
2209
|
+
@objc get
|
|
2210
|
+
}
|
|
2211
|
+
@objc public static var klarnaPaymentsSliceIt: Swift.String {
|
|
2212
|
+
@objc get
|
|
2213
|
+
}
|
|
2214
|
+
@objc public static var mada: Swift.String {
|
|
2215
|
+
@objc get
|
|
2216
|
+
}
|
|
2217
|
+
@objc public static var maestro: Swift.String {
|
|
2218
|
+
@objc get
|
|
2219
|
+
}
|
|
2220
|
+
@objc public static var masterCard: Swift.String {
|
|
2221
|
+
@objc get
|
|
2222
|
+
}
|
|
2223
|
+
@objc public static var masterDebit: Swift.String {
|
|
2224
|
+
@objc get
|
|
2225
|
+
}
|
|
2226
|
+
@objc public static var masterpass: Swift.String {
|
|
2227
|
+
@objc get
|
|
2228
|
+
}
|
|
2229
|
+
@objc public static var mbway: Swift.String {
|
|
2230
|
+
@objc get
|
|
2231
|
+
}
|
|
2232
|
+
@objc public static var mobilePay: Swift.String {
|
|
2233
|
+
@objc get
|
|
2234
|
+
}
|
|
2235
|
+
@objc public static var oney: Swift.String {
|
|
2236
|
+
@objc get
|
|
2237
|
+
}
|
|
2238
|
+
@objc public static var multibanco: Swift.String {
|
|
2239
|
+
@objc get
|
|
2240
|
+
}
|
|
2241
|
+
@objc public static var paydirekt: Swift.String {
|
|
2242
|
+
@objc get
|
|
2243
|
+
}
|
|
2244
|
+
@objc public static var payPal: Swift.String {
|
|
2245
|
+
@objc get
|
|
2246
|
+
}
|
|
2247
|
+
@objc public static var payPalContinue: Swift.String {
|
|
2248
|
+
@objc get
|
|
2249
|
+
}
|
|
2250
|
+
@objc public static var paysafecard: Swift.String {
|
|
2251
|
+
@objc get
|
|
2252
|
+
}
|
|
2253
|
+
@objc public static var paytrail: Swift.String {
|
|
2254
|
+
@objc get
|
|
2255
|
+
}
|
|
2256
|
+
@objc public static var postFinanceKarteDirect: Swift.String {
|
|
2257
|
+
@objc get
|
|
2258
|
+
}
|
|
2259
|
+
@objc public static var przelewy: Swift.String {
|
|
2260
|
+
@objc get
|
|
2261
|
+
}
|
|
2262
|
+
@objc public static var ratenkauf: Swift.String {
|
|
2263
|
+
@objc get
|
|
2264
|
+
}
|
|
2265
|
+
@objc public static var ratePay: Swift.String {
|
|
2266
|
+
@objc get
|
|
2267
|
+
}
|
|
2268
|
+
@objc public static var sofortBanking: Swift.String {
|
|
2269
|
+
@objc get
|
|
2270
|
+
}
|
|
2271
|
+
@objc public static var stcPay: Swift.String {
|
|
2272
|
+
@objc get
|
|
2273
|
+
}
|
|
2274
|
+
@objc public static var tamara: Swift.String {
|
|
2275
|
+
@objc get
|
|
2276
|
+
}
|
|
2277
|
+
@objc public static var trustly: Swift.String {
|
|
2278
|
+
@objc get
|
|
2279
|
+
}
|
|
2280
|
+
@objc public static var unionPay: Swift.String {
|
|
2281
|
+
@objc get
|
|
2282
|
+
}
|
|
2283
|
+
@objc public static var unionPayGeneric: Swift.String {
|
|
2284
|
+
@objc get
|
|
2285
|
+
}
|
|
2286
|
+
@objc public static var unionPaySMS: Swift.String {
|
|
2287
|
+
@objc get
|
|
2288
|
+
}
|
|
2289
|
+
@objc public static var vipps: Swift.String {
|
|
2290
|
+
@objc get
|
|
2291
|
+
}
|
|
2292
|
+
@objc public static var visa: Swift.String {
|
|
2293
|
+
@objc get
|
|
2294
|
+
}
|
|
2295
|
+
@objc public static var visaDebit: Swift.String {
|
|
2296
|
+
@objc get
|
|
2297
|
+
}
|
|
2298
|
+
@objc public static var visaElectron: Swift.String {
|
|
2299
|
+
@objc get
|
|
2300
|
+
}
|
|
2301
|
+
@objc public static var vpay: Swift.String {
|
|
2302
|
+
@objc get
|
|
2303
|
+
}
|
|
2304
|
+
@objc public static var genericCard: Swift.String {
|
|
2305
|
+
@objc get
|
|
2306
|
+
}
|
|
2307
|
+
@objc public static var unknown: Swift.String {
|
|
2308
|
+
@objc get
|
|
2309
|
+
}
|
|
2310
|
+
@objc override dynamic public init()
|
|
2311
|
+
@objc deinit
|
|
2312
|
+
}
|
|
2313
|
+
@_inheritsConvenienceInitializers @objc public class OPPCardScanningConstants : ObjectiveC.NSObject {
|
|
2314
|
+
@objc public static let kCardScanningAvailabilityMessage: Swift.String
|
|
2315
|
+
@objc override dynamic public init()
|
|
2316
|
+
@objc deinit
|
|
2317
|
+
}
|
|
2318
|
+
@objc public protocol OPPCardScanningViewControllerDelegate : ObjectiveC.NSObjectProtocol {
|
|
2319
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2320
|
+
@objc func cardScan(_ viewController: UIKit.UIViewController, didFinishWith result: OPPWAMobile.OPPCardScanningResult?, and error: Foundation.NSError?)
|
|
2321
|
+
#endif
|
|
2322
|
+
@objc func cardScanDidCancel(_ viewController: UIKit.UIViewController)
|
|
2323
|
+
}
|
|
2324
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPCardScanningViewController) @_Concurrency.MainActor @preconcurrency final public class OPPCardScanningViewController : OPPWAMobile.OPPBaseCardScanningViewController {
|
|
2325
|
+
@objc @_Concurrency.MainActor @preconcurrency weak final public var delegate: (any OPPWAMobile.OPPCardScanningViewControllerDelegate)?
|
|
2326
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2327
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
2328
|
+
#endif
|
|
2329
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
2330
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidDisappear(_ animated: Swift.Bool)
|
|
2331
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2332
|
+
@_Concurrency.MainActor @preconcurrency override final public func closeWithError(_ error: (any Swift.Error)?)
|
|
2333
|
+
#endif
|
|
2334
|
+
@objc deinit
|
|
2335
|
+
}
|
|
2336
|
+
extension OPPWAMobile.OPPCardScanningViewController {
|
|
2337
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func captureOutput(_ output: AVFoundation.AVCaptureOutput, didOutput sampleBuffer: CoreMedia.CMSampleBuffer, from connection: AVFoundation.AVCaptureConnection)
|
|
2338
|
+
}
|
|
2339
|
+
@_inheritsConvenienceInitializers @objc public class OPPBraintreePaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2340
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2341
|
+
@objc public static func payPalPayFastPaymentParamsWith(checkoutId: Swift.String, config: OPPWAMobile.OPPBraintreeConfig?) throws -> OPPWAMobile.OPPBraintreePaymentParams
|
|
2342
|
+
#endif
|
|
2343
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2344
|
+
@objc public static func venmoPayFastPaymentParamsWith(checkoutId: Swift.String, config: OPPWAMobile.OPPBraintreeConfig?) throws -> OPPWAMobile.OPPBraintreePaymentParams
|
|
2345
|
+
#endif
|
|
2346
|
+
@objc override dynamic public func copy() -> Any
|
|
2347
|
+
@objc override public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2348
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2349
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
2350
|
+
#endif
|
|
2351
|
+
@objc deinit
|
|
2352
|
+
}
|
|
2353
|
+
@objc public class OPPIdentificationPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2354
|
+
@objc public init(checkoutId: Swift.String, paymentBrand: Swift.String, identificationDocType: OPPWAMobile.OPPIdentificationDocType, identificationDocId: Swift.String) throws
|
|
2355
|
+
@objc override public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2356
|
+
@objc deinit
|
|
2357
|
+
}
|
|
2358
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class OPPBinCache : ObjectiveC.NSObject {
|
|
2359
|
+
@objc public static let sharedInstance: OPPWAMobile.OPPBinCache
|
|
2360
|
+
@objc public func add(paymentBrands: [Swift.String], type: Swift.String, for bin: Swift.String)
|
|
2361
|
+
@objc public func hasValue(for bin: Swift.String) -> Swift.Bool
|
|
2362
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2363
|
+
@objc public func paymentBrands(for bin: Swift.String) -> [Swift.String]?
|
|
2364
|
+
#endif
|
|
2365
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2366
|
+
@objc public func cardType(for bin: Swift.String) -> Swift.String?
|
|
2367
|
+
#endif
|
|
2368
|
+
@objc public func clear()
|
|
2369
|
+
@objc public func clear(for bin: Swift.String)
|
|
2370
|
+
@objc deinit
|
|
2371
|
+
}
|
|
2372
|
+
@objc final public class OPPPazeProcessor : ObjectiveC.NSObject {
|
|
2373
|
+
@objc public init(transaction: OPPWAMobile.OPPTransaction, provider: OPPWAMobile.OPPPaymentProvider, browserSessionType: OPPWAMobile.OPPWebBrowserSessionType = .standard)
|
|
2374
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2375
|
+
@objc final public func startPaze(_ completionHandler: @escaping (OPPWAMobile.OPPTransaction?, Foundation.NSError?) -> Swift.Void)
|
|
2376
|
+
#endif
|
|
2377
|
+
@objc deinit
|
|
2378
|
+
}
|
|
2379
|
+
@objc extension UIKit.UIImageView {
|
|
2380
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func loadImage(forPaymentBrand paymentBrand: Swift.String)
|
|
2381
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2382
|
+
@objc @_Concurrency.MainActor @preconcurrency dynamic public func loadImage(forPaymentBrand paymentBrand: Swift.String, accessibilityId: Swift.String?)
|
|
2383
|
+
#endif
|
|
2384
|
+
}
|
|
2385
|
+
@objc final public class OPPCheckoutViewRouting : ObjectiveC.NSObject {
|
|
2386
|
+
@objc public init(msdkUiType: OPPWAMobile.OPPMsdkUiType, checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
2387
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2388
|
+
@objc final public func detailsViewController(with paymentBrand: Swift.String, and token: OPPWAMobile.OPPToken?) -> UIKit.UIViewController?
|
|
2389
|
+
#endif
|
|
2390
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2391
|
+
@objc final public func detailsViewController(with paymentBrand: Swift.String, token: OPPWAMobile.OPPToken?, and transaction: OPPWAMobile.OPPTransaction?) -> UIKit.UIViewController?
|
|
2392
|
+
#endif
|
|
2393
|
+
@objc final public func presentCopyAndPayViewController(currentVC: UIKit.UIViewController, transaction: OPPWAMobile.OPPTransaction)
|
|
2394
|
+
@objc deinit
|
|
2395
|
+
}
|
|
2396
|
+
@objc final public class OPPMBWayDetailsViewModel : ObjectiveC.NSObject {
|
|
2397
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2398
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, mbwayConfig: OPPWAMobile.OPPMBWayConfig?, checkoutID: Swift.String)
|
|
2399
|
+
#endif
|
|
2400
|
+
@objc deinit
|
|
2401
|
+
}
|
|
2402
|
+
@objc public protocol OPPNetworkLogger {
|
|
2403
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2404
|
+
@objc func logRequest(_ request: Foundation.URLRequest?)
|
|
2405
|
+
#endif
|
|
2406
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2407
|
+
@objc func logResponse(_ response: Foundation.URLResponse?)
|
|
2408
|
+
#endif
|
|
2409
|
+
}
|
|
2410
|
+
extension OPPWAMobile.OPPCardViewController : UIKit.UIPickerViewDataSource, UIKit.UIPickerViewDelegate, UIKit.UITextFieldDelegate {
|
|
2411
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
2412
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
2413
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
2414
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
2415
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func numberOfComponents(in pickerView: UIKit.UIPickerView) -> Swift.Int
|
|
2416
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func pickerView(_ pickerView: UIKit.UIPickerView, numberOfRowsInComponent component: Swift.Int) -> Swift.Int
|
|
2417
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2418
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func pickerView(_ pickerView: UIKit.UIPickerView, titleForRow row: Swift.Int, forComponent component: Swift.Int) -> Swift.String?
|
|
2419
|
+
#endif
|
|
2420
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func pickerView(_ pickerView: UIKit.UIPickerView, didSelectRow row: Swift.Int, inComponent component: Swift.Int)
|
|
2421
|
+
}
|
|
2422
|
+
@_inheritsConvenienceInitializers @objc public class OPPFileUtil : ObjectiveC.NSObject {
|
|
2423
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2424
|
+
@objc public static func read(fromPath path: Swift.String) -> Foundation.Data?
|
|
2425
|
+
#endif
|
|
2426
|
+
@objc public static func write(data: Foundation.Data, to path: Swift.String) -> Swift.Bool
|
|
2427
|
+
@objc public static func createDirectory(withPath path: Swift.String)
|
|
2428
|
+
@objc public static func removeFile(atPath path: Swift.String) -> Swift.Bool
|
|
2429
|
+
@objc public static func fileCreationTime(atPath path: Swift.String) -> Foundation.TimeInterval
|
|
2430
|
+
@objc override dynamic public init()
|
|
2431
|
+
@objc deinit
|
|
2432
|
+
}
|
|
2433
|
+
@_hasMissingDesignatedInitializers @objc(OPPRootViewController) @_Concurrency.MainActor @preconcurrency public class OPPRootViewController : UIKit.UIViewController {
|
|
2434
|
+
@objc @_Concurrency.MainActor @preconcurrency weak public var presentationControllerDelegate: OPPWAMobile.OPPCustomPresentationControllerDelegate?
|
|
2435
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidLoad()
|
|
2436
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
|
|
2437
|
+
@objc deinit
|
|
2438
|
+
}
|
|
2439
|
+
extension OPPWAMobile.OPPRootViewController : UIKit.UIViewControllerTransitioningDelegate {
|
|
2440
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2441
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func presentationController(forPresented presented: UIKit.UIViewController, presenting: UIKit.UIViewController?, source: UIKit.UIViewController) -> UIKit.UIPresentationController?
|
|
2442
|
+
#endif
|
|
2443
|
+
}
|
|
2444
|
+
extension OPPWAMobile.OPPRootViewController : UIKit.UINavigationControllerDelegate {
|
|
2445
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func navigationControllerSupportedInterfaceOrientations(_ navigationController: UIKit.UINavigationController) -> UIKit.UIInterfaceOrientationMask
|
|
2446
|
+
}
|
|
2447
|
+
@objc extension OPPWAMobile.OPPAffirmProcessor {
|
|
2448
|
+
@objc public static let kNilAffirmCheckoutConfig: Swift.String
|
|
2449
|
+
@objc public static let kNilCheckoutData: Swift.String
|
|
2450
|
+
@objc public static let kNilAffirmCheckoutData: Swift.String
|
|
2451
|
+
@objc public static let kNilAffirmCheckoutView: Swift.String
|
|
2452
|
+
@objc public static let kShopperCancelledTransaction: Swift.String
|
|
2453
|
+
@objc public static let kCheckoutCancelledWithReason: Swift.String
|
|
2454
|
+
@objc public static let kAffirmSdkNotLoaded: Swift.String
|
|
2455
|
+
@objc public static let kInvalidUnitPrice: Swift.String
|
|
2456
|
+
@objc public static let kInvalidCheckoutAmount: Swift.String
|
|
2457
|
+
@objc public static let kInvalidDiscountAmount: Swift.String
|
|
2458
|
+
}
|
|
2459
|
+
extension OPPWAMobile.OPPCardDetailsViewController : UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSource {
|
|
2460
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
|
|
2461
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
|
|
2462
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
|
|
2463
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
|
|
2464
|
+
}
|
|
2465
|
+
@objc final public class OPPCard : ObjectiveC.NSObject {
|
|
2466
|
+
@objc final public var holder: Swift.String
|
|
2467
|
+
@objc final public var last4Digits: Swift.String
|
|
2468
|
+
@objc final public var expiryMonth: Swift.String
|
|
2469
|
+
@objc final public var expiryYear: Swift.String
|
|
2470
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2471
|
+
@objc public static func card(fromJSON JSON: [Swift.AnyHashable : Any]) -> OPPWAMobile.OPPCard?
|
|
2472
|
+
#endif
|
|
2473
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2474
|
+
@objc convenience public init?(fromJSON JSON: [Swift.AnyHashable : Any])
|
|
2475
|
+
#endif
|
|
2476
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2477
|
+
@objc public static func card(withHolder holder: Swift.String?, last4Digits: Swift.String, expiryMonth: Swift.String, expiryYear: Swift.String) -> OPPWAMobile.OPPCard?
|
|
2478
|
+
#endif
|
|
2479
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2480
|
+
@objc public init?(holder: Swift.String?, last4Digits: Swift.String, expiryMonth: Swift.String, expiryYear: Swift.String)
|
|
2481
|
+
#endif
|
|
2482
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2483
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
2484
|
+
#endif
|
|
2485
|
+
@objc deinit
|
|
2486
|
+
}
|
|
2487
|
+
@objc public enum OPPAnalyticsDataIntegrationType : ObjectiveC.NSInteger {
|
|
2488
|
+
case custom
|
|
2489
|
+
case checkoutUI
|
|
2490
|
+
case dropInButton
|
|
2491
|
+
public func getIntegrationTypeString(_ paymentBrand: Swift.String) -> Swift.String
|
|
2492
|
+
public var isDropInButton: Swift.Bool {
|
|
2493
|
+
get
|
|
2494
|
+
}
|
|
2495
|
+
public var isCheckoutUI: Swift.Bool {
|
|
2496
|
+
get
|
|
2497
|
+
}
|
|
2498
|
+
public var isCustom: Swift.Bool {
|
|
2499
|
+
get
|
|
2500
|
+
}
|
|
2501
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2502
|
+
public init?(rawValue: ObjectiveC.NSInteger)
|
|
2503
|
+
#endif
|
|
2504
|
+
public typealias RawValue = ObjectiveC.NSInteger
|
|
2505
|
+
public var rawValue: ObjectiveC.NSInteger {
|
|
2506
|
+
get
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class OPPCheckoutSharedPaymentDetails : ObjectiveC.NSObject {
|
|
2510
|
+
public typealias CompleteBlock = (OPPWAMobile.OPPTransaction?, (any Swift.Error)?) -> Swift.Void
|
|
2511
|
+
public typealias CancelBlock = () -> Swift.Void
|
|
2512
|
+
public typealias LoadingBlock = (Swift.Bool) -> Swift.Void
|
|
2513
|
+
@objc public var checkoutSettings: OPPWAMobile.OPPCheckoutSettings?
|
|
2514
|
+
@objc public var checkoutID: Swift.String?
|
|
2515
|
+
@objc public var checkoutInfo: OPPWAMobile.OPPCheckoutInfo?
|
|
2516
|
+
@objc public var paymentBrand: Swift.String?
|
|
2517
|
+
@objc public var detectedBrandsPriority: [Swift.String]?
|
|
2518
|
+
@objc public var provider: OPPWAMobile.OPPPaymentProvider?
|
|
2519
|
+
@objc public var brandRules: [OPPWAMobile.OPPBrandInfo]?
|
|
2520
|
+
@objc public var isPaymentSchemeScreenEnabled: Swift.Bool
|
|
2521
|
+
@objc public var isCheckoutPresented: Swift.Bool
|
|
2522
|
+
@objc public var integrationType: OPPWAMobile.OPPAnalyticsDataIntegrationType
|
|
2523
|
+
@objc public var completeBlock: OPPWAMobile.OPPCheckoutSharedPaymentDetails.CompleteBlock?
|
|
2524
|
+
@objc public var canceledBlock: OPPWAMobile.OPPCheckoutSharedPaymentDetails.CancelBlock?
|
|
2525
|
+
@objc public var loadingBlock: OPPWAMobile.OPPCheckoutSharedPaymentDetails.LoadingBlock?
|
|
2526
|
+
@objc public var applePayDelegate: OPPWAMobile.OPPApplePayDelegate {
|
|
2527
|
+
@objc get
|
|
2528
|
+
@objc set
|
|
2529
|
+
}
|
|
2530
|
+
@objc public var configuredPaymentBrands: [Swift.String]? {
|
|
2531
|
+
@objc get
|
|
2532
|
+
@objc set
|
|
2533
|
+
}
|
|
2534
|
+
@objc public static let sharedInstance: OPPWAMobile.OPPCheckoutSharedPaymentDetails
|
|
2535
|
+
@objc public var shouldEnablePaymentMethodSelectionScreen: Swift.Bool {
|
|
2536
|
+
@objc get
|
|
2537
|
+
}
|
|
2538
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2539
|
+
@objc public func callCompleteBlock(withTransaction transaction: OPPWAMobile.OPPTransaction?, error: Foundation.NSError?)
|
|
2540
|
+
#endif
|
|
2541
|
+
@objc public func callCanceledBlock()
|
|
2542
|
+
@objc public func callLoadingBlock(InProgress inProgress: Swift.Bool)
|
|
2543
|
+
@objc public func clear()
|
|
2544
|
+
@objc public func isCopyAndPayOverride(for brand: Swift.String) -> Swift.Bool
|
|
2545
|
+
@objc deinit
|
|
2546
|
+
}
|
|
2547
|
+
@_hasMissingDesignatedInitializers @objc(OPPSTCPayDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPSTCPayDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
2548
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2549
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPSTCPayDetailsViewModel)
|
|
2550
|
+
#endif
|
|
2551
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
2552
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
2553
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
2554
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
2555
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didEnterBackground(_ notification: Foundation.Notification)
|
|
2556
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didBecomeActive(_ notification: Foundation.Notification)
|
|
2557
|
+
@objc deinit
|
|
2558
|
+
}
|
|
2559
|
+
extension OPPWAMobile.OPPSTCPayDetailsViewController : UIKit.UITextFieldDelegate {
|
|
2560
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
2561
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
2562
|
+
}
|
|
2563
|
+
@_hasMissingDesignatedInitializers @objc(OPPPaymentSchemeViewController) @_Concurrency.MainActor @preconcurrency final public class OPPPaymentSchemeViewController : OPPWAMobile.OPPRootViewController {
|
|
2564
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2565
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPPaymentSchemeViewModel)
|
|
2566
|
+
#endif
|
|
2567
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
2568
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewWillAppear(_ animated: Swift.Bool)
|
|
2569
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
2570
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidDisappear(_ animated: Swift.Bool)
|
|
2571
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewWillTransition(to size: CoreFoundation.CGSize, with coordinator: any UIKit.UIViewControllerTransitionCoordinator)
|
|
2572
|
+
@_Concurrency.MainActor @preconcurrency final public func preferredPresentationHeight() -> CoreFoundation.CGFloat
|
|
2573
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
2574
|
+
@objc deinit
|
|
2575
|
+
}
|
|
2576
|
+
extension OPPWAMobile.OPPPaymentSchemeViewController : UIKit.UITableViewDataSource {
|
|
2577
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int
|
|
2578
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat
|
|
2579
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2580
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String?
|
|
2581
|
+
#endif
|
|
2582
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int
|
|
2583
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell
|
|
2584
|
+
}
|
|
2585
|
+
extension OPPWAMobile.OPPPaymentSchemeViewController : UIKit.UITableViewDelegate {
|
|
2586
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection section: Swift.Int) -> CoreFoundation.CGFloat
|
|
2587
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection section: Swift.Int) -> CoreFoundation.CGFloat
|
|
2588
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int)
|
|
2589
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath)
|
|
2590
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath)
|
|
2591
|
+
}
|
|
2592
|
+
extension OPPWAMobile.OPPPaymentSchemeViewController {
|
|
2593
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func navigationController(_ navigationController: UIKit.UINavigationController, didShow viewController: UIKit.UIViewController, animated: Swift.Bool)
|
|
2594
|
+
}
|
|
2595
|
+
@_inheritsConvenienceInitializers @objc public class OPPWebViewUtils : ObjectiveC.NSObject {
|
|
2596
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2597
|
+
@objc public static func isFinalAsyncReached(with redirectString: Swift.String?, shopperResultUrl: Swift.String?) -> Swift.Bool
|
|
2598
|
+
#endif
|
|
2599
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2600
|
+
@objc public static func redirectUrlPresent(redirectString: Swift.String?, contain shopperResultUrl: Swift.String?) -> Swift.Bool
|
|
2601
|
+
#endif
|
|
2602
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2603
|
+
@objc public static func redirectUrlPresent(redirectString: Swift.String?, conformsTo pattern: Swift.String) -> Swift.Bool
|
|
2604
|
+
#endif
|
|
2605
|
+
@objc public static func colorToString(_ color: UIKit.UIColor) -> Swift.String
|
|
2606
|
+
@objc public static func fileContent(withName filename: Swift.String) throws -> Swift.String
|
|
2607
|
+
@objc public static func boolToString(_ boolValue: Swift.Bool) -> Swift.String
|
|
2608
|
+
@objc override dynamic public init()
|
|
2609
|
+
@objc deinit
|
|
2610
|
+
}
|
|
2611
|
+
@objc public class OPPBrandInfo : ObjectiveC.NSObject {
|
|
2612
|
+
@objc final public let brand: Swift.String
|
|
2613
|
+
@objc final public let label: Swift.String
|
|
2614
|
+
@objc final public let renderType: Swift.String
|
|
2615
|
+
@objc public var cardBrandInfo: OPPWAMobile.OPPCardBrandInfo?
|
|
2616
|
+
@objc public var isCustomUiRequired: Swift.Bool
|
|
2617
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2618
|
+
@objc public init?(brand: Swift.String, renderType: Swift.String, label: Swift.String)
|
|
2619
|
+
#endif
|
|
2620
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2621
|
+
@objc convenience public init?(brand: Swift.String, json: [Swift.String : Any])
|
|
2622
|
+
#endif
|
|
2623
|
+
@objc deinit
|
|
2624
|
+
}
|
|
2625
|
+
extension OPPWAMobile.OPPCardDetailsViewController : UIKit.UITextFieldDelegate {
|
|
2626
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
2627
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
2628
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
2629
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
2630
|
+
}
|
|
2631
|
+
@objc final public class OPPGiropayViewModel : ObjectiveC.NSObject {
|
|
2632
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
2633
|
+
@objc deinit
|
|
2634
|
+
}
|
|
2635
|
+
@objc final public class OPPSConcreteCheckoutProvider : OPPWAMobile.OPPCheckoutProvider {
|
|
2636
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2637
|
+
@objc public init(provider: OPPWAMobile.OPPPaymentProvider, checkoutID: Swift.String, settings: OPPWAMobile.OPPCheckoutSettings?)
|
|
2638
|
+
#endif
|
|
2639
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2640
|
+
@objc override final public func presentCheckout(forSubmittingTransactionCompletionHandler completionHandler: @escaping (OPPWAMobile.OPPTransaction?, (any Swift.Error)?) -> Swift.Void, cancelHandler: (() -> Swift.Void)? = nil)
|
|
2641
|
+
#endif
|
|
2642
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2643
|
+
@objc override final public func presentCheckout(withPaymentBrand paymentBrand: Swift.String, loadingHandler: ((Swift.Bool) -> Swift.Void)?, completionHandler: @escaping (OPPWAMobile.OPPTransaction?, (any Swift.Error)?) -> Swift.Void, cancelHandler: (() -> Swift.Void)? = nil)
|
|
2644
|
+
#endif
|
|
2645
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2646
|
+
@objc override final public func `continue`(withApplePay applePayPaymentRequest: PassKit.PKPaymentRequest?, completionHandler: @escaping () -> Swift.Void)
|
|
2647
|
+
#endif
|
|
2648
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2649
|
+
@objc override final public func dismissCheckout(animated: Swift.Bool, completion: (() -> Swift.Void)? = nil)
|
|
2650
|
+
#endif
|
|
2651
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2652
|
+
final public func getVisaInstallmentPlans(_ planParams: OPPWAMobile.OPPInstallmentPlanParams, completionHandler: @escaping (_ response: OPPWAMobile.OPPInstallmentPlanResponse?, _ error: (any Swift.Error)?) -> Swift.Void)
|
|
2653
|
+
#endif
|
|
2654
|
+
@objc deinit
|
|
2655
|
+
}
|
|
2656
|
+
extension OPPWAMobile.OPPSConcreteCheckoutProvider : OPPWAMobile.OPPThreeDSEventListener {
|
|
2657
|
+
@objc final public func onThreeDSConfigRequired(completion: @escaping (OPPWAMobile.OPPThreeDSConfig) -> Swift.Void)
|
|
2658
|
+
@objc final public func onThreeDSChallengeRequired(completion: @escaping (UIKit.UINavigationController) -> Swift.Void)
|
|
2659
|
+
}
|
|
2660
|
+
extension OPPWAMobile.OPPSConcreteCheckoutProvider : SafariServices.SFSafariViewControllerDelegate {
|
|
2661
|
+
@objc final public func safariViewControllerDidFinish(_ controller: SafariServices.SFSafariViewController)
|
|
2662
|
+
}
|
|
2663
|
+
@_inheritsConvenienceInitializers @objc final public class OPPPaymentAddOnDetails : ObjectiveC.NSObject {
|
|
2664
|
+
@objc final public var selectedInstallmentPlan: Swift.String?
|
|
2665
|
+
@objc override dynamic public init()
|
|
2666
|
+
@objc deinit
|
|
2667
|
+
}
|
|
2668
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class OPPImageLoader : ObjectiveC.NSObject {
|
|
2669
|
+
public typealias ImageLoaderCompletionBlock = (UIKit.UIImage?) -> Swift.Void
|
|
2670
|
+
@objc public static let shared: OPPWAMobile.OPPImageLoader
|
|
2671
|
+
@objc public func addURLs(_ URLs: [Swift.String : Foundation.URL])
|
|
2672
|
+
@objc public func hasURL(forPaymentBrand paymentBrand: Swift.String) -> Swift.Bool
|
|
2673
|
+
@objc public func loadLogo(forPaymentBrand paymentBrand: Swift.String, completion: @escaping OPPWAMobile.OPPImageLoader.ImageLoaderCompletionBlock)
|
|
2674
|
+
@objc deinit
|
|
2675
|
+
}
|
|
2676
|
+
@objc public class OPPBraintreeConfigDataParams : OPPWAMobile.OPPPaymentParams {
|
|
2677
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2678
|
+
@objc public init(checkoutID: Swift.String, shopperResultURL: Swift.String?, paymentBrand: Swift.String) throws
|
|
2679
|
+
#endif
|
|
2680
|
+
@objc override public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2681
|
+
@objc deinit
|
|
2682
|
+
}
|
|
2683
|
+
@objc extension OPPWAMobile.OPPCardDetailsViewModel : OPPWAMobile.OPPCardScanningViewControllerDelegate {
|
|
2684
|
+
@objc dynamic public func isCameraButtonVisible() -> Swift.Bool
|
|
2685
|
+
@objc dynamic public func triggerCardScan()
|
|
2686
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2687
|
+
@objc dynamic public func cardScan(_ viewController: UIKit.UIViewController, didFinishWith result: OPPWAMobile.OPPCardScanningResult?, and error: Foundation.NSError?)
|
|
2688
|
+
#endif
|
|
2689
|
+
@objc dynamic public func cardScanDidCancel(_ viewController: UIKit.UIViewController)
|
|
2690
|
+
}
|
|
2691
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCashAppPayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2692
|
+
@objc final public var cashAppPayBrandConfig: OPPWAMobile.OPPCashAppPayBrandConfig
|
|
2693
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2694
|
+
@available(*, unavailable, renamed: "init(checkoutID:configuration:)")
|
|
2695
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
2696
|
+
#endif
|
|
2697
|
+
@objc public static func cashAppPayPaymentParams(checkoutID: Swift.String, configuration: OPPWAMobile.OPPCashAppPayBrandConfig) throws -> Self
|
|
2698
|
+
@objc public init(checkoutID: Swift.String, configuration: OPPWAMobile.OPPCashAppPayBrandConfig) throws
|
|
2699
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2700
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2701
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
2702
|
+
#endif
|
|
2703
|
+
@objc deinit
|
|
2704
|
+
}
|
|
2705
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class OPPImageCache : ObjectiveC.NSObject {
|
|
2706
|
+
@objc public static let shared: OPPWAMobile.OPPImageCache
|
|
2707
|
+
@objc public var customImages: [Swift.String : UIKit.UIImage]?
|
|
2708
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2709
|
+
@objc public func image(forKey key: Swift.String) -> UIKit.UIImage?
|
|
2710
|
+
#endif
|
|
2711
|
+
@objc deinit
|
|
2712
|
+
}
|
|
2713
|
+
@objc final public class OPPBankAccount : ObjectiveC.NSObject {
|
|
2714
|
+
@objc final public var holder: Swift.String
|
|
2715
|
+
@available(*, deprecated, renamed: "iban")
|
|
2716
|
+
@objc final public var IBAN: Swift.String {
|
|
2717
|
+
@objc get
|
|
2718
|
+
@objc set
|
|
2719
|
+
}
|
|
2720
|
+
@objc final public var iban: Swift.String
|
|
2721
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2722
|
+
@available(*, deprecated, renamed: "init(holder:iban:)")
|
|
2723
|
+
@objc convenience public init?(holder: Swift.String, IBAN: Swift.String)
|
|
2724
|
+
#endif
|
|
2725
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2726
|
+
@objc public init?(holder: Swift.String, iban: Swift.String)
|
|
2727
|
+
#endif
|
|
2728
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2729
|
+
@objc convenience public init?(fromJSON JSON: [Swift.AnyHashable : Any])
|
|
2730
|
+
#endif
|
|
2731
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2732
|
+
@objc public static func bankAccount(fromJSON JSON: [Swift.AnyHashable : Any]) -> Self?
|
|
2733
|
+
#endif
|
|
2734
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2735
|
+
@objc public static func bankAccount(withHolder holder: Swift.String, iban: Swift.String) -> Self?
|
|
2736
|
+
#endif
|
|
2737
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2738
|
+
@available(*, deprecated, renamed: "bankAccount(holder:iban:)")
|
|
2739
|
+
@objc public static func bankAccount(withHolder holder: Swift.String, IBAN: Swift.String) -> Self?
|
|
2740
|
+
#endif
|
|
2741
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2742
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
2743
|
+
#endif
|
|
2744
|
+
@objc deinit
|
|
2745
|
+
}
|
|
2746
|
+
@objc final public class OPPAmazonPayResponseParser : ObjectiveC.NSObject {
|
|
2747
|
+
@objc public init(transaction: OPPWAMobile.OPPTransaction)
|
|
2748
|
+
@objc final public func getRedirectUrl(from response: Any) throws -> Foundation.URL
|
|
2749
|
+
@objc deinit
|
|
2750
|
+
}
|
|
2751
|
+
@objc final public class OPPEditAddressViewModel : ObjectiveC.NSObject {
|
|
2752
|
+
@objc public init(address: OPPWAMobile.OPPBillingAddress)
|
|
2753
|
+
@objc deinit
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
@objc public enum OPPPaymentSchemeSectionType : Swift.Int {
|
|
2757
|
+
case tokens
|
|
2758
|
+
case cards
|
|
2759
|
+
case applePay
|
|
2760
|
+
case other
|
|
2761
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2762
|
+
public init?(rawValue: Swift.Int)
|
|
2763
|
+
#endif
|
|
2764
|
+
public typealias RawValue = Swift.Int
|
|
2765
|
+
public var rawValue: Swift.Int {
|
|
2766
|
+
get
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
@objc final public class OPPPaymentSchemeSectionInfo : ObjectiveC.NSObject {
|
|
2770
|
+
@objc final public let sectionType: OPPWAMobile.OPPPaymentSchemeSectionType
|
|
2771
|
+
@objc final public var title: Swift.String?
|
|
2772
|
+
@objc final public var tokens: [OPPWAMobile.OPPToken]?
|
|
2773
|
+
@objc final public var paymentBrands: [Swift.String]?
|
|
2774
|
+
@objc final public var sectionHeight: CoreFoundation.CGFloat {
|
|
2775
|
+
@objc get
|
|
2776
|
+
@objc set(newValue)
|
|
2777
|
+
}
|
|
2778
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2779
|
+
@objc public init(type: OPPWAMobile.OPPPaymentSchemeSectionType, title: Swift.String?)
|
|
2780
|
+
#endif
|
|
2781
|
+
@objc deinit
|
|
2782
|
+
}
|
|
2783
|
+
@_inheritsConvenienceInitializers @objc final public class OPPIkanoPrivateLabelVAPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2784
|
+
@objc final public var accountNumber: Swift.String {
|
|
2785
|
+
get
|
|
2786
|
+
}
|
|
2787
|
+
@objc final public var expiryMonth: Swift.String {
|
|
2788
|
+
get
|
|
2789
|
+
}
|
|
2790
|
+
@objc final public var expiryYear: Swift.String {
|
|
2791
|
+
get
|
|
2792
|
+
}
|
|
2793
|
+
@objc final public var accountVerification: Swift.String? {
|
|
2794
|
+
get
|
|
2795
|
+
}
|
|
2796
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2797
|
+
@available(*, deprecated, renamed: "init(checkoutID:accountNumber:expiryMonth:expiryYear:accountVerification:)")
|
|
2798
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
2799
|
+
#endif
|
|
2800
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2801
|
+
@objc public init(checkoutID: Swift.String, accountNumber: Swift.String, expiryMonth: Swift.String, expiryYear: Swift.String, accountVerification: Swift.String?) throws
|
|
2802
|
+
#endif
|
|
2803
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2804
|
+
@objc public static func ikanoPrivateLabelVAPaymentParams(checkoutID: Swift.String, accountNumber: Swift.String, expiryMonth: Swift.String, expiryYear: Swift.String, accountVerification: Swift.String?) throws -> OPPWAMobile.OPPIkanoPrivateLabelVAPaymentParams
|
|
2805
|
+
#endif
|
|
2806
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2807
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2808
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
2809
|
+
#endif
|
|
2810
|
+
@objc deinit
|
|
2811
|
+
}
|
|
2812
|
+
@objc extension OPPWAMobile.OPPIkanoPrivateLabelVAPaymentParams {
|
|
2813
|
+
@objc public static func isAccountNumberValid(_ accountNumber: Swift.String) -> Swift.Bool
|
|
2814
|
+
@objc public static func isExpiryMonthValid(_ expiryMonth: Swift.String) -> Swift.Bool
|
|
2815
|
+
@objc public static func isExpiryYearValid(_ expiryYear: Swift.String) -> Swift.Bool
|
|
2816
|
+
@objc public static func isAccountExpired(withExpiryMonth expiryMonth: Swift.String, andYear expiryYear: Swift.String) -> Swift.Bool
|
|
2817
|
+
@objc public static func isAccountVerificationValid(_ accountVerification: Swift.String) -> Swift.Bool
|
|
2818
|
+
}
|
|
2819
|
+
@_hasMissingDesignatedInitializers @objc final public class OPPLogger : ObjectiveC.NSObject {
|
|
2820
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2821
|
+
@objc public static func sharedInstance(_ loggerService: (any OPPWAMobile.OPPLoggerServiceProtocol)?) -> OPPWAMobile.OPPLogger?
|
|
2822
|
+
#endif
|
|
2823
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2824
|
+
@objc final public func updateLogLevel(withString logLevelString: Swift.String?)
|
|
2825
|
+
#endif
|
|
2826
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2827
|
+
@objc final public func log(info: Swift.String, properties: [Swift.String : Any]?, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2828
|
+
#endif
|
|
2829
|
+
@objc final public func log(warning: Swift.String, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2830
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2831
|
+
@objc final public func log(error: Foundation.NSError?, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2832
|
+
#endif
|
|
2833
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2834
|
+
@objc final public func log(debug: Swift.String, properties: [Swift.String : Any]?, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2835
|
+
#endif
|
|
2836
|
+
@objc final public func log(request: Foundation.NSURLRequest, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2837
|
+
@objc final public func log(response: Foundation.URLResponse, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2838
|
+
@objc final public func logConfigured(paymentBrands: [Swift.String], checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2839
|
+
@objc final public func logUnconfigured(paymentBrand: Swift.String, checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2840
|
+
@objc final public func logCheckoutStarted(withCheckoutID checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2841
|
+
@objc final public func logReplacing(oldCheckoutID: Swift.String, with newCheckoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode)
|
|
2842
|
+
@objc final public func sendLogs()
|
|
2843
|
+
@objc final public func sendOldLogs()
|
|
2844
|
+
@objc deinit
|
|
2845
|
+
}
|
|
2846
|
+
@_inheritsConvenienceInitializers @objc final public class OPPRatePayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2847
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2848
|
+
@available(*, deprecated, renamed: "init(checkoutID:dateOfBirth:)")
|
|
2849
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
2850
|
+
#endif
|
|
2851
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2852
|
+
@objc public static func ratePayPaymentParams(checkoutID: Swift.String, dateOfBirth: Foundation.Date?) throws -> Self
|
|
2853
|
+
#endif
|
|
2854
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2855
|
+
@objc public init(checkoutID: Swift.String, dateOfBirth: Foundation.Date?) throws
|
|
2856
|
+
#endif
|
|
2857
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2858
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2859
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
2860
|
+
#endif
|
|
2861
|
+
@objc deinit
|
|
2862
|
+
}
|
|
2863
|
+
@_inheritsConvenienceInitializers @objc(OPPKlarnaTableViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPKlarnaTableViewCell : UIKit.UITableViewCell {
|
|
2864
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var titleLabel: UIKit.UILabel!
|
|
2865
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var linkTextView: UIKit.UITextView!
|
|
2866
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var agreementSwitcher: UIKit.UISwitch!
|
|
2867
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var termsTextView: UIKit.UITextView!
|
|
2868
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var termsImageView: UIKit.UIImageView!
|
|
2869
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
2870
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func prepareForReuse()
|
|
2871
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2872
|
+
@available(iOS 3.0, *)
|
|
2873
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(style: UIKit.UITableViewCell.CellStyle, reuseIdentifier: Swift.String?)
|
|
2874
|
+
#endif
|
|
2875
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2876
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
2877
|
+
#endif
|
|
2878
|
+
@objc deinit
|
|
2879
|
+
}
|
|
2880
|
+
@objc public protocol OPPWAProcessorServiceProtocol {
|
|
2881
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2882
|
+
@objc func sendTransaction(for transaction: OPPWAMobile.OPPTransaction, endpoint: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
2883
|
+
#endif
|
|
2884
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2885
|
+
@objc func checkoutInfo(for checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutInfo?, Foundation.NSError?) -> Swift.Void)
|
|
2886
|
+
#endif
|
|
2887
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2888
|
+
@objc func logoUrls(for brands: [Swift.String], _ completionHandler: @escaping ([Swift.String : Foundation.URL]?, Foundation.NSError?) -> Swift.Void)
|
|
2889
|
+
#endif
|
|
2890
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2891
|
+
@objc func sendThreeDS2(for transaction: OPPWAMobile.OPPTransaction, with authParams: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
2892
|
+
#endif
|
|
2893
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2894
|
+
@objc func validation(for brands: [Swift.String], checkoutID: Swift.String, _ completionHandler: @escaping ([OPPWAMobile.OPPBrandInfo]?, Foundation.NSError?) -> Swift.Void)
|
|
2895
|
+
#endif
|
|
2896
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2897
|
+
@objc func binInfo(for bin: Swift.String, checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPBinInfo?, Foundation.NSError?) -> Swift.Void)
|
|
2898
|
+
#endif
|
|
2899
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2900
|
+
@objc func idealBanks(for checkoutID: Swift.String, _ completionHandler: @escaping ([[Swift.String : Any]]?, Foundation.NSError?) -> Swift.Void)
|
|
2901
|
+
#endif
|
|
2902
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2903
|
+
@objc func appleToken(for checkoutID: Swift.String, _ completionHandler: @escaping (Swift.String?, Foundation.NSError?) -> Swift.Void)
|
|
2904
|
+
#endif
|
|
2905
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2906
|
+
@objc func checkoutData(for checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutData?, Foundation.NSError?) -> Swift.Void)
|
|
2907
|
+
#endif
|
|
2908
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2909
|
+
@objc func getVisaInstallmentPlans(planParams: OPPWAMobile.OPPInstallmentPlanParams, completionHandler: @escaping (OPPWAMobile.OPPInstallmentPlanResponse?, Foundation.NSError?) -> Swift.Void)
|
|
2910
|
+
#endif
|
|
2911
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2912
|
+
@objc func getPollingData(params: OPPWAMobile.OPPPollingParams, completionHandler: @escaping (OPPWAMobile.OPPPollingStatus?, Foundation.NSError?) -> Swift.Void)
|
|
2913
|
+
#endif
|
|
2914
|
+
}
|
|
2915
|
+
@_inheritsConvenienceInitializers @objc final public class OPPAfterPayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2916
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2917
|
+
@available(*, deprecated, renamed: "init(checkoutID:)")
|
|
2918
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
2919
|
+
#endif
|
|
2920
|
+
@objc public init(checkoutID: Swift.String) throws
|
|
2921
|
+
@objc public static func afterPayPaymentParams(checkoutID: Swift.String) throws -> OPPWAMobile.OPPAfterPayPaymentParams
|
|
2922
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2923
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2924
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
2925
|
+
#endif
|
|
2926
|
+
@objc deinit
|
|
2927
|
+
}
|
|
2928
|
+
@objc final public class OPPSofortBankingPaymentParams : OPPWAMobile.OPPBankAccountPaymentParams {
|
|
2929
|
+
@objc public init(checkoutID: Swift.String, country: Swift.String) throws
|
|
2930
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2931
|
+
@objc deinit
|
|
2932
|
+
}
|
|
2933
|
+
@_inheritsConvenienceInitializers @objc final public class OPPBlikPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
2934
|
+
@objc final public var otp: Swift.String {
|
|
2935
|
+
get
|
|
2936
|
+
}
|
|
2937
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2938
|
+
@available(*, deprecated, renamed: "init(checkoutID:otp:)")
|
|
2939
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
2940
|
+
#endif
|
|
2941
|
+
@objc public static func blikPaymentParams(checkoutID: Swift.String, otp: Swift.String) throws -> Self
|
|
2942
|
+
@objc public init(checkoutID: Swift.String, otp: Swift.String) throws
|
|
2943
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
2944
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2945
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
2946
|
+
#endif
|
|
2947
|
+
@objc deinit
|
|
2948
|
+
}
|
|
2949
|
+
@objc public protocol OPPWAProcessorProtocol {
|
|
2950
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2951
|
+
@objc var threeDSManager: OPPWAMobile.OPPSThreeDSManager? { get set }
|
|
2952
|
+
#endif
|
|
2953
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2954
|
+
@objc func send(transaction: OPPWAMobile.OPPTransaction, toEndPoint: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
2955
|
+
#endif
|
|
2956
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2957
|
+
@objc func requestCheckoutInfo(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutInfo?, Foundation.NSError?) -> Swift.Void)
|
|
2958
|
+
#endif
|
|
2959
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2960
|
+
@objc func requestLogoURLs(forPaymentBrands paymentBrands: [Swift.String], _ completionHandler: @escaping ([Swift.String : Foundation.URL]?, Foundation.NSError?) -> Swift.Void)
|
|
2961
|
+
#endif
|
|
2962
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2963
|
+
@objc func sendThreeDS2(authParams: Swift.String, transaction: OPPWAMobile.OPPTransaction, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
2964
|
+
#endif
|
|
2965
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2966
|
+
@objc func requestValidations(forPaymentBrands paymentBrands: [Swift.String], checkoutID: Swift.String, _ completionHandler: @escaping ([OPPWAMobile.OPPBrandInfo]?, Foundation.NSError?) -> Swift.Void)
|
|
2967
|
+
#endif
|
|
2968
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2969
|
+
@objc func requestBinInfo(withCheckoutID checkoutID: Swift.String, bin: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPBinInfo?, Foundation.NSError?) -> Swift.Void)
|
|
2970
|
+
#endif
|
|
2971
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2972
|
+
@objc @available(*, deprecated)
|
|
2973
|
+
func requestIdealBanks(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping ([[Swift.String : Any]]?, Foundation.NSError?) -> Swift.Void)
|
|
2974
|
+
#endif
|
|
2975
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2976
|
+
@objc func requestApplesTokenId(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping (Swift.String?, Foundation.NSError?) -> Swift.Void)
|
|
2977
|
+
#endif
|
|
2978
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2979
|
+
@objc func requestCheckoutData(withCheckoutID checkoutID: Swift.String, _ completionHandler: @escaping (OPPWAMobile.OPPCheckoutData?, Foundation.NSError?) -> Swift.Void)
|
|
2980
|
+
#endif
|
|
2981
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2982
|
+
@objc func securityWarnings(withCompletionHandler completionHandler: @escaping ([ipworks3ds_sdk.Warning]?, Foundation.NSError?) -> Swift.Void)
|
|
2983
|
+
#endif
|
|
2984
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2985
|
+
@objc func getVisaInstallmentPlans(planParams: OPPWAMobile.OPPInstallmentPlanParams, completionHandler: @escaping (OPPWAMobile.OPPInstallmentPlanResponse?, Foundation.NSError?) -> Swift.Void)
|
|
2986
|
+
#endif
|
|
2987
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
2988
|
+
@objc func getPollingData(params: OPPWAMobile.OPPPollingParams, completionHandler: @escaping (OPPWAMobile.OPPPollingStatus?, Foundation.NSError?) -> Swift.Void)
|
|
2989
|
+
#endif
|
|
2990
|
+
}
|
|
2991
|
+
@objc final public class OPPPixVaPaymentParams : OPPWAMobile.OPPIdentificationPaymentParams {
|
|
2992
|
+
@objc public init(checkoutId: Swift.String, identificationDocType: OPPWAMobile.OPPIdentificationDocType, identificationDocId: Swift.String) throws
|
|
2993
|
+
@objc deinit
|
|
2994
|
+
}
|
|
2995
|
+
@objc final public class OPPOxxoVaPaymentParams : OPPWAMobile.OPPIdentificationPaymentParams {
|
|
2996
|
+
@objc public init(checkoutId: Swift.String, identificationDocType: OPPWAMobile.OPPIdentificationDocType, identificationDocId: Swift.String) throws
|
|
2997
|
+
@objc deinit
|
|
2998
|
+
}
|
|
2999
|
+
@_inheritsConvenienceInitializers @objc final public class OPPUIUtil : ObjectiveC.NSObject {
|
|
3000
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3001
|
+
@objc public static func findTopViewController() -> UIKit.UIViewController?
|
|
3002
|
+
#endif
|
|
3003
|
+
@objc public static func interfaceOrientation() -> UIKit.UIInterfaceOrientation
|
|
3004
|
+
@objc public static func isPortraitOrientation() -> Swift.Bool
|
|
3005
|
+
@objc override dynamic public init()
|
|
3006
|
+
@objc deinit
|
|
3007
|
+
}
|
|
3008
|
+
@objc public enum OPPNetworkResponseContentType : Swift.Int {
|
|
3009
|
+
case json
|
|
3010
|
+
case image
|
|
3011
|
+
case html
|
|
3012
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3013
|
+
public init?(rawValue: Swift.Int)
|
|
3014
|
+
#endif
|
|
3015
|
+
public typealias RawValue = Swift.Int
|
|
3016
|
+
public var rawValue: Swift.Int {
|
|
3017
|
+
get
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
@objc public protocol OPPNetworkResponseSerializable {
|
|
3021
|
+
@objc var acceptableContentTypes: Swift.Set<Swift.String> { get }
|
|
3022
|
+
@objc var acceptableStatusCodes: Foundation.IndexSet { get }
|
|
3023
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3024
|
+
@objc func validateResponse(_ response: Foundation.URLResponse?, data: Foundation.Data?) -> (any Swift.Error)?
|
|
3025
|
+
#endif
|
|
3026
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3027
|
+
@objc func response(data: Foundation.Data?, urlResponse: Foundation.URLResponse?) -> OPPWAMobile.OPPNetworkResponse
|
|
3028
|
+
#endif
|
|
3029
|
+
}
|
|
3030
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkResponseSerializer : ObjectiveC.NSObject {
|
|
3031
|
+
@objc public static var `default`: any OPPWAMobile.OPPNetworkResponseSerializable {
|
|
3032
|
+
@objc get
|
|
3033
|
+
}
|
|
3034
|
+
@objc public static func serializer(contentType: OPPWAMobile.OPPNetworkResponseContentType) -> any OPPWAMobile.OPPNetworkResponseSerializable
|
|
3035
|
+
@objc override dynamic public init()
|
|
3036
|
+
@objc deinit
|
|
3037
|
+
}
|
|
3038
|
+
@_inheritsConvenienceInitializers @objc public class OPPCardScanningResult : ObjectiveC.NSObject {
|
|
3039
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3040
|
+
@objc public var expiryDate: Swift.String? {
|
|
3041
|
+
@objc get
|
|
3042
|
+
@objc set
|
|
3043
|
+
}
|
|
3044
|
+
#endif
|
|
3045
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3046
|
+
@objc public var cardNumber: Swift.String? {
|
|
3047
|
+
@objc get
|
|
3048
|
+
@objc set
|
|
3049
|
+
}
|
|
3050
|
+
#endif
|
|
3051
|
+
@objc override dynamic public var description: Swift.String {
|
|
3052
|
+
@objc get
|
|
3053
|
+
}
|
|
3054
|
+
@objc override dynamic public init()
|
|
3055
|
+
@objc deinit
|
|
3056
|
+
}
|
|
3057
|
+
@objc public enum OPPThreeDS2Flow : ObjectiveC.NSInteger {
|
|
3058
|
+
case app
|
|
3059
|
+
case appOnly
|
|
3060
|
+
case web
|
|
3061
|
+
case disabled
|
|
3062
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3063
|
+
public init?(rawValue: ObjectiveC.NSInteger)
|
|
3064
|
+
#endif
|
|
3065
|
+
public typealias RawValue = ObjectiveC.NSInteger
|
|
3066
|
+
public var rawValue: ObjectiveC.NSInteger {
|
|
3067
|
+
get
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
@objc public enum OPPThreeDS2Status : ObjectiveC.NSInteger {
|
|
3071
|
+
case authenticated
|
|
3072
|
+
case attemptProcessingPerformed
|
|
3073
|
+
case challengeRequired
|
|
3074
|
+
case decoupledConfirmed
|
|
3075
|
+
case denied
|
|
3076
|
+
case rejected
|
|
3077
|
+
case failed
|
|
3078
|
+
case informationalOnly
|
|
3079
|
+
case authParamsRequired
|
|
3080
|
+
case undefined
|
|
3081
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3082
|
+
public init?(rawValue: ObjectiveC.NSInteger)
|
|
3083
|
+
#endif
|
|
3084
|
+
public typealias RawValue = ObjectiveC.NSInteger
|
|
3085
|
+
public var rawValue: ObjectiveC.NSInteger {
|
|
3086
|
+
get
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
@objc final public class OPPThreeDS2Info : ObjectiveC.NSObject {
|
|
3090
|
+
@objc final public var protocolVersion: Swift.String? {
|
|
3091
|
+
get
|
|
3092
|
+
}
|
|
3093
|
+
@objc final public var threeDSFlow: OPPWAMobile.OPPThreeDS2Flow {
|
|
3094
|
+
get
|
|
3095
|
+
}
|
|
3096
|
+
@objc final public var schemeConfig: OPPWAMobile.OPPThreeDSSchemeConfig? {
|
|
3097
|
+
get
|
|
3098
|
+
}
|
|
3099
|
+
@objc final public var authStatus: OPPWAMobile.OPPThreeDS2Status {
|
|
3100
|
+
get
|
|
3101
|
+
}
|
|
3102
|
+
@objc final public var authResponse: Swift.String? {
|
|
3103
|
+
get
|
|
3104
|
+
}
|
|
3105
|
+
@objc final public var callbackURL: Swift.String? {
|
|
3106
|
+
get
|
|
3107
|
+
}
|
|
3108
|
+
@objc final public var challengeCompletionCallbackUrl: Swift.String? {
|
|
3109
|
+
get
|
|
3110
|
+
}
|
|
3111
|
+
@objc final public var cardHolderInfo: Swift.String? {
|
|
3112
|
+
get
|
|
3113
|
+
}
|
|
3114
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3115
|
+
@objc public init?(authStatus: OPPWAMobile.OPPThreeDS2Status, authResponse: Swift.String?)
|
|
3116
|
+
#endif
|
|
3117
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3118
|
+
@objc public static func threeDS2Info(authStatus: OPPWAMobile.OPPThreeDS2Status, authResponse: Swift.String?) -> OPPWAMobile.OPPThreeDS2Info?
|
|
3119
|
+
#endif
|
|
3120
|
+
@objc final public func isChallengeRequired() -> Swift.Bool
|
|
3121
|
+
@objc final public func updateThreeDSFlow(_ flow: OPPWAMobile.OPPThreeDS2Flow)
|
|
3122
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3123
|
+
@objc final public func updateThreeDSConfig(_ config: OPPWAMobile.OPPThreeDSSchemeConfig?)
|
|
3124
|
+
#endif
|
|
3125
|
+
@objc final public func updateAuthStatus(_ authStatus: OPPWAMobile.OPPThreeDS2Status)
|
|
3126
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3127
|
+
@objc final public func updateAuthResponse(_ authResponse: Swift.String?)
|
|
3128
|
+
#endif
|
|
3129
|
+
@objc public static func authStatus(from statusString: Swift.String) -> OPPWAMobile.OPPThreeDS2Status
|
|
3130
|
+
@available(*, deprecated, renamed: "authStatus(from:)")
|
|
3131
|
+
@objc public static func authStatusFromString(_ statusString: Swift.String) -> OPPWAMobile.OPPThreeDS2Status
|
|
3132
|
+
@objc deinit
|
|
3133
|
+
}
|
|
3134
|
+
@_hasMissingDesignatedInitializers @objc(OPPRatePayDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPRatePayDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
3135
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3136
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPRatePayDetailsViewModel)
|
|
3137
|
+
#endif
|
|
3138
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
3139
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
3140
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
3141
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
3142
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
3143
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didEnterBackground(_ notification: Foundation.Notification)
|
|
3144
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func didBecomeActive(_ notification: Foundation.Notification)
|
|
3145
|
+
@objc deinit
|
|
3146
|
+
}
|
|
3147
|
+
extension OPPWAMobile.OPPRatePayDetailsViewController : UIKit.UITextFieldDelegate {
|
|
3148
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
3149
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
3150
|
+
}
|
|
3151
|
+
@_inheritsConvenienceInitializers @objc final public class OPPUtil : ObjectiveC.NSObject {
|
|
3152
|
+
@objc public static func formattedAmount(amount: Foundation.NSNumber, currencyCode: Swift.String) -> Swift.String
|
|
3153
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3154
|
+
@objc public static func formattedNumericDigits(for digits: Swift.String) -> Swift.String?
|
|
3155
|
+
#endif
|
|
3156
|
+
@objc public static func addWhitespaces(to text: Swift.String, pattern: Swift.String) -> Swift.String
|
|
3157
|
+
@objc public static func isNumericDigit(_ digit: Foundation.unichar) -> Swift.Bool
|
|
3158
|
+
@objc public static func isCardNumberFormattingAllowedWith(cardNumber: Swift.String) -> Swift.Bool
|
|
3159
|
+
@objc public static func isDateValid(_ dateString: Swift.String, withFormat dateFormat: Swift.String) -> Swift.Bool
|
|
3160
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3161
|
+
@objc public static func cardExpirationMonth(from expirationDate: Swift.String?) -> Swift.String?
|
|
3162
|
+
#endif
|
|
3163
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3164
|
+
@objc public static func cardExpirationYear(from expirationDate: Swift.String?) -> Swift.String?
|
|
3165
|
+
#endif
|
|
3166
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3167
|
+
@objc public static func date(from dateStr: Swift.String, withFormat dateFormat: Swift.String?) -> Foundation.Date?
|
|
3168
|
+
#endif
|
|
3169
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3170
|
+
@objc public static func string(from date: Foundation.Date?, withFormat dateFormat: Swift.String?) -> Swift.String?
|
|
3171
|
+
#endif
|
|
3172
|
+
@objc override dynamic public init()
|
|
3173
|
+
@objc deinit
|
|
3174
|
+
}
|
|
3175
|
+
@_inheritsConvenienceInitializers @objc(OPPCardsTableViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPCardsTableViewCell : UIKit.UITableViewCell {
|
|
3176
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var collectionView: UIKit.UICollectionView!
|
|
3177
|
+
@objc @_Concurrency.MainActor @preconcurrency public static let OPPCardsCollectionCellWidth: CoreFoundation.CGFloat
|
|
3178
|
+
@objc @_Concurrency.MainActor @preconcurrency public static let OPPCardsCollectionCellHeight: CoreFoundation.CGFloat
|
|
3179
|
+
@objc @_Concurrency.MainActor @preconcurrency public static let OPPCardsCollectionCellMinItemSpace: CoreFoundation.CGFloat
|
|
3180
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
3181
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func prepareForReuse()
|
|
3182
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3183
|
+
@available(iOS 3.0, *)
|
|
3184
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(style: UIKit.UITableViewCell.CellStyle, reuseIdentifier: Swift.String?)
|
|
3185
|
+
#endif
|
|
3186
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3187
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
3188
|
+
#endif
|
|
3189
|
+
@objc deinit
|
|
3190
|
+
}
|
|
3191
|
+
@objc public enum OPPFeatureSwitch : Swift.Int {
|
|
3192
|
+
case componentUI
|
|
3193
|
+
case threeDSFallbackDisabled
|
|
3194
|
+
case threeDSOOBSupported
|
|
3195
|
+
case klarnaWebFlowTest
|
|
3196
|
+
case visaInstallment3DSApp
|
|
3197
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3198
|
+
public init?(rawValue: Swift.Int)
|
|
3199
|
+
#endif
|
|
3200
|
+
public typealias RawValue = Swift.Int
|
|
3201
|
+
public var rawValue: Swift.Int {
|
|
3202
|
+
get
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc final public class OPPFeatureSwitchChecker : ObjectiveC.NSObject {
|
|
3206
|
+
@objc public static let shared: OPPWAMobile.OPPFeatureSwitchChecker
|
|
3207
|
+
@objc final public func isActivated(for featureSwitch: OPPWAMobile.OPPFeatureSwitch) -> Swift.Bool
|
|
3208
|
+
@objc final public func enable(featureSwitch: OPPWAMobile.OPPFeatureSwitch)
|
|
3209
|
+
@objc final public func disable(featureSwitch: OPPWAMobile.OPPFeatureSwitch)
|
|
3210
|
+
@objc deinit
|
|
3211
|
+
}
|
|
3212
|
+
extension PassKit.PKPaymentRequest {
|
|
3213
|
+
@objc dynamic public func updatePaymentRequest(for mode: OPPWAMobile.OPPProviderMode, tokenId: Swift.String) -> Swift.Bool
|
|
3214
|
+
}
|
|
3215
|
+
extension OPPWAMobile.OPPCardViewController : OPPWAMobile.OPPAddressViewDelegate, OPPWAMobile.OPPEditAddressViewControllerDelegate {
|
|
3216
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func addressViewClickedAction()
|
|
3217
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func updateAddress(_ address: OPPWAMobile.OPPBillingAddress)
|
|
3218
|
+
}
|
|
3219
|
+
@objc final public class OPPGiropayPaymentParams : OPPWAMobile.OPPBankAccountPaymentParams {
|
|
3220
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3221
|
+
@objc public init(checkoutID: Swift.String, bic: Swift.String?, bankCode: Swift.String?, iban: Swift.String?, accountNumber: Swift.String?) throws
|
|
3222
|
+
#endif
|
|
3223
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
3224
|
+
@objc deinit
|
|
3225
|
+
}
|
|
3226
|
+
@objc final public class OPPIkanoPrivateLabelVADetailsViewModel : ObjectiveC.NSObject {
|
|
3227
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
3228
|
+
@objc deinit
|
|
3229
|
+
}
|
|
3230
|
+
@objc public enum OPPNetworkServiceMethod : Swift.Int {
|
|
3231
|
+
case get
|
|
3232
|
+
case post
|
|
3233
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3234
|
+
public init?(rawValue: Swift.Int)
|
|
3235
|
+
#endif
|
|
3236
|
+
public typealias RawValue = Swift.Int
|
|
3237
|
+
public var rawValue: Swift.Int {
|
|
3238
|
+
get
|
|
3239
|
+
}
|
|
3240
|
+
}
|
|
3241
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkJSONResponseSerializer : ObjectiveC.NSObject, OPPWAMobile.OPPNetworkResponseSerializable {
|
|
3242
|
+
@objc final public var acceptableContentTypes: Swift.Set<Swift.String> {
|
|
3243
|
+
@objc get
|
|
3244
|
+
}
|
|
3245
|
+
@objc final public var acceptableStatusCodes: Foundation.IndexSet {
|
|
3246
|
+
@objc get
|
|
3247
|
+
}
|
|
3248
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3249
|
+
@objc final public func validateResponse(_ response: Foundation.URLResponse?, data: Foundation.Data?) -> (any Swift.Error)?
|
|
3250
|
+
#endif
|
|
3251
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3252
|
+
@objc final public func response(data: Foundation.Data?, urlResponse: Foundation.URLResponse?) -> OPPWAMobile.OPPNetworkResponse
|
|
3253
|
+
#endif
|
|
3254
|
+
@objc override dynamic public init()
|
|
3255
|
+
@objc deinit
|
|
3256
|
+
}
|
|
3257
|
+
@_inheritsConvenienceInitializers @objc @_Concurrency.MainActor @preconcurrency final public class OPPCustomPresentationControllerDelegate : UIKit.UIPresentationController {
|
|
3258
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func adjustContentView(toHeight height: CoreFoundation.CGFloat)
|
|
3259
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func containerViewWillLayoutSubviews()
|
|
3260
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public var frameOfPresentedViewInContainerView: CoreFoundation.CGRect {
|
|
3261
|
+
@objc get
|
|
3262
|
+
}
|
|
3263
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func presentationTransitionWillBegin()
|
|
3264
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func dismissalTransitionWillBegin()
|
|
3265
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func dismissalTransitionDidEnd(_ completed: Swift.Bool)
|
|
3266
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3267
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(presentedViewController: UIKit.UIViewController, presenting presentingViewController: UIKit.UIViewController?)
|
|
3268
|
+
#endif
|
|
3269
|
+
@objc deinit
|
|
3270
|
+
}
|
|
3271
|
+
@objc public class OPPCashAppPayBrandConfig : OPPWAMobile.OPPAfterpayConfig {
|
|
3272
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3273
|
+
@objc public init?(minimumAmount: Swift.String, maximumAmount: Swift.String, currencyCode: Swift.String, locale: Foundation.Locale, consumerLocale: Foundation.Locale)
|
|
3274
|
+
#endif
|
|
3275
|
+
@objc override public var paymentBrand: Swift.String {
|
|
3276
|
+
@objc get
|
|
3277
|
+
}
|
|
3278
|
+
@objc deinit
|
|
3279
|
+
}
|
|
3280
|
+
@objc final public class OPPChinaUnionPayDetailsViewModel : ObjectiveC.NSObject {
|
|
3281
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
3282
|
+
@objc deinit
|
|
3283
|
+
}
|
|
3284
|
+
public enum OPPPayToPaymentOption : Swift.String, Swift.CaseIterable {
|
|
3285
|
+
case mobileNo
|
|
3286
|
+
case email
|
|
3287
|
+
case accountNo
|
|
3288
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3289
|
+
public init?(rawValue: Swift.String)
|
|
3290
|
+
#endif
|
|
3291
|
+
public typealias AllCases = [OPPWAMobile.OPPPayToPaymentOption]
|
|
3292
|
+
public typealias RawValue = Swift.String
|
|
3293
|
+
nonisolated public static var allCases: [OPPWAMobile.OPPPayToPaymentOption] {
|
|
3294
|
+
get
|
|
3295
|
+
}
|
|
3296
|
+
public var rawValue: Swift.String {
|
|
3297
|
+
get
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
3300
|
+
extension OPPWAMobile.OPPPayToPaymentOption {
|
|
3301
|
+
public var title: Swift.String {
|
|
3302
|
+
get
|
|
3303
|
+
}
|
|
3304
|
+
public var id: Swift.String {
|
|
3305
|
+
get
|
|
3306
|
+
}
|
|
3307
|
+
public typealias ID = Swift.String
|
|
3308
|
+
}
|
|
3309
|
+
@objc final public class OPPPayToDetailsViewModel : ObjectiveC.NSObject, Foundation.ObservableObject {
|
|
3310
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
3311
|
+
public typealias ObjectWillChangePublisher = Combine.ObservableObjectPublisher
|
|
3312
|
+
@objc deinit
|
|
3313
|
+
}
|
|
3314
|
+
@objc final public class OPPPaytrailPaymentParams : OPPWAMobile.OPPBankAccountPaymentParams {
|
|
3315
|
+
@objc public init(checkoutID: Swift.String) throws
|
|
3316
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
3317
|
+
@objc deinit
|
|
3318
|
+
}
|
|
3319
|
+
@_inheritsConvenienceInitializers @objc public class OPPCardScanUtils : ObjectiveC.NSObject {
|
|
3320
|
+
@objc public static func expirationDate(_ request: Vision.VNRequest, completion: (Swift.String, Vision.VNConfidence) -> Swift.Void)
|
|
3321
|
+
@objc public static func cardNumber(_ request: Vision.VNRequest, completion: (Swift.String) -> Swift.Void)
|
|
3322
|
+
@objc override dynamic public init()
|
|
3323
|
+
@objc deinit
|
|
3324
|
+
}
|
|
3325
|
+
@objc final public class OPPVirtualAccount : ObjectiveC.NSObject {
|
|
3326
|
+
@objc final public var holder: Swift.String?
|
|
3327
|
+
@objc final public var accountId: Swift.String
|
|
3328
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3329
|
+
@objc public init?(holder: Swift.String?, accountId: Swift.String)
|
|
3330
|
+
#endif
|
|
3331
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3332
|
+
@objc convenience public init?(fromJSON JSON: [Swift.AnyHashable : Any])
|
|
3333
|
+
#endif
|
|
3334
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3335
|
+
@objc public static func virtualAccount(fromJSON JSON: [Swift.AnyHashable : Any]) -> Self?
|
|
3336
|
+
#endif
|
|
3337
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3338
|
+
@objc public static func virtualAccount(withHolder holder: Swift.String?, accountId: Swift.String) -> Self?
|
|
3339
|
+
#endif
|
|
3340
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3341
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
3342
|
+
#endif
|
|
3343
|
+
@objc deinit
|
|
3344
|
+
}
|
|
3345
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPStorePaymentDetailsView) @_Concurrency.MainActor @preconcurrency final public class OPPStorePaymentDetailsView : UIKit.UIView {
|
|
3346
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var label: UIKit.UILabel!
|
|
3347
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var switchControl: UIKit.UISwitch!
|
|
3348
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
3349
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
3350
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func layoutSubviews()
|
|
3351
|
+
@objc deinit
|
|
3352
|
+
}
|
|
3353
|
+
@_inheritsConvenienceInitializers @objc final public class OPPPaymentBrandsConfig : ObjectiveC.NSObject {
|
|
3354
|
+
@objc final public var isEnabled: Swift.Bool {
|
|
3355
|
+
get
|
|
3356
|
+
}
|
|
3357
|
+
@available(*, deprecated, renamed: "isEnabled")
|
|
3358
|
+
@objc final public var enabled: Swift.Bool {
|
|
3359
|
+
@objc get
|
|
3360
|
+
}
|
|
3361
|
+
@objc final public var paymentBrands: [Swift.String] {
|
|
3362
|
+
get
|
|
3363
|
+
}
|
|
3364
|
+
@objc final public var shouldOverride: Swift.Bool {
|
|
3365
|
+
get
|
|
3366
|
+
}
|
|
3367
|
+
@available(*, deprecated, renamed: "init(paymentBrands:enabled:shouldOverride:)")
|
|
3368
|
+
@objc override dynamic public init()
|
|
3369
|
+
@objc public init(paymentBrands: [Swift.String], enabled: Swift.Bool, shouldOverride: Swift.Bool)
|
|
3370
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3371
|
+
@objc convenience public init?(fromJSON JSON: [Swift.AnyHashable : Any])
|
|
3372
|
+
#endif
|
|
3373
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3374
|
+
@objc public static func paymentBrandsConfigFromJSON(_ JSON: [Swift.AnyHashable : Any]) -> Self?
|
|
3375
|
+
#endif
|
|
3376
|
+
@objc public static func paymentBrandsConfigWithPaymentBrands(_ paymentBrands: [Swift.String], enabled: Swift.Bool, shouldOverride: Swift.Bool) -> Self
|
|
3377
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3378
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
3379
|
+
#endif
|
|
3380
|
+
@objc deinit
|
|
3381
|
+
}
|
|
3382
|
+
@objc public enum OPPLogLevel : Swift.Int {
|
|
3383
|
+
case off = 0
|
|
3384
|
+
case error = 100
|
|
3385
|
+
case warning = 200
|
|
3386
|
+
case info = 300
|
|
3387
|
+
case debug = 1000
|
|
3388
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3389
|
+
public init?(rawValue: Swift.Int)
|
|
3390
|
+
#endif
|
|
3391
|
+
public typealias RawValue = Swift.Int
|
|
3392
|
+
public var rawValue: Swift.Int {
|
|
3393
|
+
get
|
|
3394
|
+
}
|
|
3395
|
+
}
|
|
3396
|
+
@_hasMissingDesignatedInitializers @objc final public class OPPLogMessage : ObjectiveC.NSObject, Foundation.NSCoding {
|
|
3397
|
+
@objc final public var timestamp: Foundation.TimeInterval
|
|
3398
|
+
@objc final public let message: Swift.String
|
|
3399
|
+
@objc final public let logLevel: OPPWAMobile.OPPLogLevel
|
|
3400
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3401
|
+
@objc convenience public init?(message: Swift.String, logLevel: OPPWAMobile.OPPLogLevel, checkoutID: Swift.String)
|
|
3402
|
+
#endif
|
|
3403
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3404
|
+
@objc public static func logMessage(message: Swift.String, logLevel: OPPWAMobile.OPPLogLevel, checkoutID: Swift.String) -> Self?
|
|
3405
|
+
#endif
|
|
3406
|
+
@objc final public func isEmpty() -> Swift.Bool
|
|
3407
|
+
@objc final public func getLogLevel() -> OPPWAMobile.OPPLogLevel
|
|
3408
|
+
@objc final public func getTimeStamp() -> Foundation.TimeInterval
|
|
3409
|
+
@objc final public func encode(with coder: Foundation.NSCoder)
|
|
3410
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3411
|
+
@objc required public init?(coder: Foundation.NSCoder)
|
|
3412
|
+
#endif
|
|
3413
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3414
|
+
@objc override final public func isEqual(_ object: Any?) -> Swift.Bool
|
|
3415
|
+
#endif
|
|
3416
|
+
@objc deinit
|
|
3417
|
+
}
|
|
3418
|
+
@objc final public class OPPTokenPaymentParams : OPPWAMobile.OPPBaseCardPaymentParams {
|
|
3419
|
+
@objc final public var tokenID: Swift.String {
|
|
3420
|
+
get
|
|
3421
|
+
}
|
|
3422
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3423
|
+
@available(*, deprecated, renamed: "init(checkoutID:tokenID:paymentBrand:)")
|
|
3424
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
3425
|
+
#endif
|
|
3426
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3427
|
+
@objc public static func tokenPaymentParams(checkoutID: Swift.String, tokenID: Swift.String, paymentBrand: Swift.String?) throws -> OPPWAMobile.OPPTokenPaymentParams
|
|
3428
|
+
#endif
|
|
3429
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3430
|
+
@available(*, deprecated, renamed: "tokenPaymentParams(checkoutID:tokenID:cardPaymentBrand:cvv:)")
|
|
3431
|
+
@objc public static func tokenPaymentParams(checkoutID: Swift.String, tokenID: Swift.String, cardPaymentBrand: Swift.String?, CVV: Swift.String?) throws -> OPPWAMobile.OPPTokenPaymentParams
|
|
3432
|
+
#endif
|
|
3433
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3434
|
+
@objc public static func tokenPaymentParams(checkoutID: Swift.String, tokenID: Swift.String, cardPaymentBrand: Swift.String?, cvv: Swift.String?) throws -> OPPWAMobile.OPPTokenPaymentParams
|
|
3435
|
+
#endif
|
|
3436
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3437
|
+
@objc public init(checkoutID: Swift.String, tokenID: Swift.String, paymentBrand: Swift.String?) throws
|
|
3438
|
+
#endif
|
|
3439
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3440
|
+
@available(*, deprecated, renamed: "init(checkoutID:tokenID:cardPaymentBrand:cvv:)")
|
|
3441
|
+
@objc convenience public init(checkoutID: Swift.String, tokenID: Swift.String, cardPaymentBrand: Swift.String?, CVV: Swift.String?) throws
|
|
3442
|
+
#endif
|
|
3443
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3444
|
+
@objc public init(checkoutID: Swift.String, tokenID: Swift.String, cardPaymentBrand: Swift.String?, cvv: Swift.String?) throws
|
|
3445
|
+
#endif
|
|
3446
|
+
@objc public static func isTokenIDValid(_ tokenID: Swift.String) -> Swift.Bool
|
|
3447
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
3448
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3449
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
3450
|
+
#endif
|
|
3451
|
+
@objc override final public func mask()
|
|
3452
|
+
@objc deinit
|
|
3453
|
+
}
|
|
3454
|
+
@_hasMissingDesignatedInitializers @objc final public class OPPPayToPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
3455
|
+
@objc convenience public init(checkoutId: Swift.String, email: Swift.String) throws
|
|
3456
|
+
@objc convenience public init(checkoutId: Swift.String, mobileNumber: Swift.String) throws
|
|
3457
|
+
@objc convenience public init(checkoutId: Swift.String, bsb: Swift.String, accountNumber: Swift.String) throws
|
|
3458
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
3459
|
+
@objc deinit
|
|
3460
|
+
}
|
|
3461
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPTotalAmountView) @_Concurrency.MainActor @preconcurrency final public class OPPTotalAmountView : UIKit.UIView {
|
|
3462
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var headerLabel: UIKit.UILabel!
|
|
3463
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var amountLabel: UIKit.UILabel!
|
|
3464
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
3465
|
+
@objc deinit
|
|
3466
|
+
}
|
|
3467
|
+
@_inheritsConvenienceInitializers @objc public class OPPPaymentParamBuilder : ObjectiveC.NSObject {
|
|
3468
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3469
|
+
@objc public static func createPaymentParamsWithoutUI(_ paymentBrandString: Swift.String, token: OPPWAMobile.OPPToken?) throws -> OPPWAMobile.OPPPaymentParams
|
|
3470
|
+
#endif
|
|
3471
|
+
@objc public static func update(paymentParams: OPPWAMobile.OPPPaymentParams, with checkoutId: Swift.String)
|
|
3472
|
+
@objc override dynamic public init()
|
|
3473
|
+
@objc deinit
|
|
3474
|
+
}
|
|
3475
|
+
@_inheritsConvenienceInitializers @objc final public class OPPInicisPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
3476
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3477
|
+
@available(*, deprecated, renamed: "init(checkoutID:)")
|
|
3478
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
3479
|
+
#endif
|
|
3480
|
+
@objc public init(checkoutID: Swift.String) throws
|
|
3481
|
+
@objc public static func inicisPaymentParams(checkoutID: Swift.String) throws -> OPPWAMobile.OPPInicisPaymentParams
|
|
3482
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
3483
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3484
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
3485
|
+
#endif
|
|
3486
|
+
@objc deinit
|
|
3487
|
+
}
|
|
3488
|
+
@_inheritsConvenienceInitializers @objc public class OPPBrandConfig : ObjectiveC.NSObject {
|
|
3489
|
+
@objc public var paymentBrand: Swift.String {
|
|
3490
|
+
@objc get
|
|
3491
|
+
}
|
|
3492
|
+
@objc override dynamic public init()
|
|
3493
|
+
@objc deinit
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
@_inheritsConvenienceInitializers @objc final public class OPPWAResponseParser : ObjectiveC.NSObject {
|
|
3497
|
+
@objc override dynamic public init()
|
|
3498
|
+
@objc deinit
|
|
3499
|
+
}
|
|
3500
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkImageResponseSerializer : ObjectiveC.NSObject, OPPWAMobile.OPPNetworkResponseSerializable {
|
|
3501
|
+
@objc final public var acceptableContentTypes: Swift.Set<Swift.String> {
|
|
3502
|
+
@objc get
|
|
3503
|
+
}
|
|
3504
|
+
@objc final public var acceptableStatusCodes: Foundation.IndexSet {
|
|
3505
|
+
@objc get
|
|
3506
|
+
}
|
|
3507
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3508
|
+
@objc final public func validateResponse(_ response: Foundation.URLResponse?, data: Foundation.Data?) -> (any Swift.Error)?
|
|
3509
|
+
#endif
|
|
3510
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3511
|
+
@objc final public func response(data: Foundation.Data?, urlResponse: Foundation.URLResponse?) -> OPPWAMobile.OPPNetworkResponse
|
|
3512
|
+
#endif
|
|
3513
|
+
@objc override dynamic public init()
|
|
3514
|
+
@objc deinit
|
|
3515
|
+
}
|
|
3516
|
+
@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(OPPCustomProgressView) @_Concurrency.MainActor @preconcurrency final public class OPPCustomProgressView : UIKit.UIView {
|
|
3517
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
3518
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func hide()
|
|
3519
|
+
@objc @_Concurrency.MainActor @preconcurrency final public func show()
|
|
3520
|
+
@objc deinit
|
|
3521
|
+
}
|
|
3522
|
+
@_hasMissingDesignatedInitializers @objc(OPPPaymentProcessingViewController) @_Concurrency.MainActor @preconcurrency final public class OPPPaymentProcessingViewController : OPPWAMobile.OPPRootViewController, SafariServices.SFSafariViewControllerDelegate {
|
|
3523
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3524
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPPaymentProcessingViewModel)
|
|
3525
|
+
#endif
|
|
3526
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
3527
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
3528
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
3529
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
3530
|
+
@objc deinit
|
|
3531
|
+
}
|
|
3532
|
+
@objc public enum OPPCheckoutStorePaymentDetailsMode : Swift.Int {
|
|
3533
|
+
case always
|
|
3534
|
+
case prompt
|
|
3535
|
+
case never
|
|
3536
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3537
|
+
public init?(rawValue: Swift.Int)
|
|
3538
|
+
#endif
|
|
3539
|
+
public typealias RawValue = Swift.Int
|
|
3540
|
+
public var rawValue: Swift.Int {
|
|
3541
|
+
get
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
@objc public enum OPPCheckoutSkipCVVMode : Swift.Int {
|
|
3545
|
+
case never
|
|
3546
|
+
case forStoredCards
|
|
3547
|
+
case always
|
|
3548
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3549
|
+
public init?(rawValue: Swift.Int)
|
|
3550
|
+
#endif
|
|
3551
|
+
public typealias RawValue = Swift.Int
|
|
3552
|
+
public var rawValue: Swift.Int {
|
|
3553
|
+
get
|
|
3554
|
+
}
|
|
3555
|
+
}
|
|
3556
|
+
@objc public enum OPPCheckoutCardBrandsDisplayMode : Swift.Int {
|
|
3557
|
+
case separate
|
|
3558
|
+
case grouped
|
|
3559
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3560
|
+
public init?(rawValue: Swift.Int)
|
|
3561
|
+
#endif
|
|
3562
|
+
public typealias RawValue = Swift.Int
|
|
3563
|
+
public var rawValue: Swift.Int {
|
|
3564
|
+
get
|
|
3565
|
+
}
|
|
3566
|
+
}
|
|
3567
|
+
@objc public enum OPPCheckoutBrandDetectionType : Swift.Int {
|
|
3568
|
+
case regex
|
|
3569
|
+
case binList
|
|
3570
|
+
case binListAndType
|
|
3571
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3572
|
+
public init?(rawValue: Swift.Int)
|
|
3573
|
+
#endif
|
|
3574
|
+
public typealias RawValue = Swift.Int
|
|
3575
|
+
public var rawValue: Swift.Int {
|
|
3576
|
+
get
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3579
|
+
@objc public enum OPPCheckoutBrandDetectionAppearanceStyle : Swift.Int {
|
|
3580
|
+
case active
|
|
3581
|
+
case inactive
|
|
3582
|
+
case none
|
|
3583
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3584
|
+
public init?(rawValue: Swift.Int)
|
|
3585
|
+
#endif
|
|
3586
|
+
public typealias RawValue = Swift.Int
|
|
3587
|
+
public var rawValue: Swift.Int {
|
|
3588
|
+
get
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCheckoutSettings : ObjectiveC.NSObject {
|
|
3592
|
+
@objc final public var theme: OPPWAMobile.OPPCheckoutTheme {
|
|
3593
|
+
@objc get
|
|
3594
|
+
}
|
|
3595
|
+
@objc final public var shopperResultURL: Swift.String?
|
|
3596
|
+
@objc final public var paymentBrands: [Swift.String]
|
|
3597
|
+
@objc final public var storePaymentDetails: OPPWAMobile.OPPCheckoutStorePaymentDetailsMode
|
|
3598
|
+
@objc final public var skipCVV: OPPWAMobile.OPPCheckoutSkipCVVMode
|
|
3599
|
+
@objc final public var isCardHolderVisible: Swift.Bool
|
|
3600
|
+
@available(*, deprecated, renamed: "isCardHolderVisible")
|
|
3601
|
+
@objc final public var cardHolderVisible: Swift.Bool {
|
|
3602
|
+
@objc get
|
|
3603
|
+
@objc set
|
|
3604
|
+
}
|
|
3605
|
+
@objc final public var installmentOptions: [Foundation.NSNumber] {
|
|
3606
|
+
@objc get
|
|
3607
|
+
@objc set
|
|
3608
|
+
}
|
|
3609
|
+
@objc final public var isInstallmentEnabled: Swift.Bool
|
|
3610
|
+
@available(*, deprecated, renamed: "isInstallmentEnabled")
|
|
3611
|
+
@objc final public var installmentEnabled: Swift.Bool {
|
|
3612
|
+
@objc get
|
|
3613
|
+
@objc set
|
|
3614
|
+
}
|
|
3615
|
+
@objc final public var securityPolicies: [OPPWAMobile.OPPSecurityPolicy]?
|
|
3616
|
+
@objc final public var language: Swift.String? {
|
|
3617
|
+
@objc get
|
|
3618
|
+
@objc set
|
|
3619
|
+
}
|
|
3620
|
+
@objc final public var applePayPaymentRequest: PassKit.PKPaymentRequest?
|
|
3621
|
+
@objc final public var threeDSConfig: OPPWAMobile.OPPThreeDSConfig?
|
|
3622
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3623
|
+
@objc final public var klarnaCountry: Swift.String? {
|
|
3624
|
+
@objc get
|
|
3625
|
+
@objc set
|
|
3626
|
+
}
|
|
3627
|
+
#endif
|
|
3628
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3629
|
+
@objc final public var klarnaInvoiceFee: Foundation.NSDecimalNumber? {
|
|
3630
|
+
@objc get
|
|
3631
|
+
@objc set
|
|
3632
|
+
}
|
|
3633
|
+
#endif
|
|
3634
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3635
|
+
@objc final public var klarnaInstallmentsFee: Foundation.NSDecimalNumber? {
|
|
3636
|
+
@objc get
|
|
3637
|
+
@objc set
|
|
3638
|
+
}
|
|
3639
|
+
#endif
|
|
3640
|
+
@objc final public var isIBANRequired: Swift.Bool
|
|
3641
|
+
@available(*, deprecated, renamed: "isIBANRequired")
|
|
3642
|
+
@objc final public var IBANRequired: Swift.Bool {
|
|
3643
|
+
@objc get
|
|
3644
|
+
@objc set
|
|
3645
|
+
}
|
|
3646
|
+
@objc final public var isSTCPayQrCodeRequired: Swift.Bool
|
|
3647
|
+
@available(*, deprecated, renamed: "isSTCPayQrCodeRequired")
|
|
3648
|
+
@objc final public var STCPayQrCodeRequired: Swift.Bool {
|
|
3649
|
+
@objc get
|
|
3650
|
+
@objc set
|
|
3651
|
+
}
|
|
3652
|
+
@objc final public var cardBrandsDisplayMode: OPPWAMobile.OPPCheckoutCardBrandsDisplayMode
|
|
3653
|
+
@objc final public var displayTotalAmount: Swift.Bool
|
|
3654
|
+
@objc final public var brandDetectionType: OPPWAMobile.OPPCheckoutBrandDetectionType
|
|
3655
|
+
@objc final public var brandDetectionPriority: [Swift.String]
|
|
3656
|
+
@objc final public var brandDetectionAppearanceStyle: OPPWAMobile.OPPCheckoutBrandDetectionAppearanceStyle
|
|
3657
|
+
@objc final public var customLogos: [Swift.String : UIKit.UIImage]?
|
|
3658
|
+
@objc final public var billingAddress: OPPWAMobile.OPPBillingAddress?
|
|
3659
|
+
@objc final public var isPaymentBrandsOrderUsedForTokens: Swift.Bool
|
|
3660
|
+
@available(*, deprecated, renamed: "isPaymentBrandsOrderUsedForTokens")
|
|
3661
|
+
@objc final public var paymentBrandsOrderUsedForTokens: Swift.Bool {
|
|
3662
|
+
@objc get
|
|
3663
|
+
@objc set
|
|
3664
|
+
}
|
|
3665
|
+
@objc final public var isShowBirthDateForRatePay: Swift.Bool
|
|
3666
|
+
@available(*, deprecated, renamed: "isShowBirthDateForRatePay")
|
|
3667
|
+
@objc final public var showBirthDateForRatePay: Swift.Bool {
|
|
3668
|
+
@objc get
|
|
3669
|
+
@objc set
|
|
3670
|
+
}
|
|
3671
|
+
@objc final public var isBackButtonAvailable: Swift.Bool
|
|
3672
|
+
@available(*, deprecated, renamed: "isBackButtonAvailable")
|
|
3673
|
+
@objc final public var backButtonAvailable: Swift.Bool {
|
|
3674
|
+
@objc get
|
|
3675
|
+
@objc set
|
|
3676
|
+
}
|
|
3677
|
+
@objc final public var isCardScanningEnabled: Swift.Bool
|
|
3678
|
+
@available(*, deprecated, renamed: "isCardScanningEnabled")
|
|
3679
|
+
@objc final public var cardScanButtonAvailable: Swift.Bool {
|
|
3680
|
+
@objc get
|
|
3681
|
+
@objc set
|
|
3682
|
+
}
|
|
3683
|
+
@objc final public var applePayType: PassKit.PKPaymentButtonType
|
|
3684
|
+
@objc final public var disableCardExpiryDateValidation: Swift.Bool
|
|
3685
|
+
@objc final public var wpwlOptions: [Swift.String : OPPWAMobile.OPPWpwlOptions]
|
|
3686
|
+
@objc final public var mbwayConfig: OPPWAMobile.OPPMBWayConfig {
|
|
3687
|
+
@objc get
|
|
3688
|
+
@objc set
|
|
3689
|
+
}
|
|
3690
|
+
@objc final public var isShowOtpEnabled: Swift.Bool
|
|
3691
|
+
@available(*, deprecated, renamed: "isShowOtpEnabled")
|
|
3692
|
+
@objc final public var showOtpEnabled: Swift.Bool {
|
|
3693
|
+
@objc get
|
|
3694
|
+
@objc set
|
|
3695
|
+
}
|
|
3696
|
+
@objc final public var aciInstantPayCountry: Swift.String
|
|
3697
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3698
|
+
@objc final public var afterpayConfig: OPPWAMobile.OPPAfterpayConfig? {
|
|
3699
|
+
@objc get
|
|
3700
|
+
@objc set
|
|
3701
|
+
}
|
|
3702
|
+
#endif
|
|
3703
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3704
|
+
@objc final public var amazonPayConfig: OPPWAMobile.OPPAmazonPayConfig? {
|
|
3705
|
+
@objc get
|
|
3706
|
+
@objc set
|
|
3707
|
+
}
|
|
3708
|
+
#endif
|
|
3709
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3710
|
+
@objc final public var braintreePayPalPayFastConfig: OPPWAMobile.OPPBraintreeConfig? {
|
|
3711
|
+
@objc get
|
|
3712
|
+
@objc set
|
|
3713
|
+
}
|
|
3714
|
+
#endif
|
|
3715
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3716
|
+
@objc final public var braintreeVenmoPayFastConfig: OPPWAMobile.OPPBraintreeConfig? {
|
|
3717
|
+
@objc get
|
|
3718
|
+
@objc set
|
|
3719
|
+
}
|
|
3720
|
+
#endif
|
|
3721
|
+
@objc final public var idealBankAccountCountry: Swift.String?
|
|
3722
|
+
@objc final public var applePayContactTypes: OPPWAMobile.OPPCheckoutApplePayContactType
|
|
3723
|
+
@objc final public var customControllers: [OPPWAMobile.OPPViewController : UIKit.UIViewController]
|
|
3724
|
+
final public var payToPaymentOptions: [OPPWAMobile.OPPPayToPaymentOption]
|
|
3725
|
+
@objc final public var payToPaymentOptionsObjc: [Swift.String] {
|
|
3726
|
+
@objc get
|
|
3727
|
+
@objc set
|
|
3728
|
+
}
|
|
3729
|
+
@objc final public var browserSessionType: OPPWAMobile.OPPWebBrowserSessionType
|
|
3730
|
+
@objc override dynamic public init()
|
|
3731
|
+
@objc final public func customController(_ controllerType: OPPWAMobile.OPPViewController, withUiController controller: UIKit.UIViewController) -> Swift.Bool
|
|
3732
|
+
@objc final public func setBrandConfig(_ brandConfig: OPPWAMobile.OPPBrandConfig)
|
|
3733
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3734
|
+
@objc final public func getBrandConfig(_ brand: Swift.String) -> OPPWAMobile.OPPBrandConfig?
|
|
3735
|
+
#endif
|
|
3736
|
+
@objc deinit
|
|
3737
|
+
}
|
|
3738
|
+
@objc final public class OPPInstallmentPlanResponse : ObjectiveC.NSObject {
|
|
3739
|
+
@objc final public let installmentPlans: [OPPWAMobile.OPPInstallmentPlan]
|
|
3740
|
+
@objc final public let installmentTxId: Swift.String
|
|
3741
|
+
@objc public init(installmentPlans: [OPPWAMobile.OPPInstallmentPlan], installmentTxId: Swift.String)
|
|
3742
|
+
@objc deinit
|
|
3743
|
+
}
|
|
3744
|
+
@objc final public class OPPInstallmentPlan : ObjectiveC.NSObject {
|
|
3745
|
+
@objc final public let planId: Swift.String
|
|
3746
|
+
@objc final public let type: Swift.String
|
|
3747
|
+
@objc final public let vPlanIDRef: Swift.String
|
|
3748
|
+
@objc final public let fundedBy: [Swift.String]
|
|
3749
|
+
@objc final public let name: Swift.String
|
|
3750
|
+
@objc final public let numberOfInstallments: Swift.Int
|
|
3751
|
+
@objc final public let terms: [OPPWAMobile.OPPInstallmentTerm]
|
|
3752
|
+
@objc final public let frequency: Swift.String
|
|
3753
|
+
@objc final public let costInfo: OPPWAMobile.OPPInstallmentCostInfo
|
|
3754
|
+
@objc public init(planId: Swift.String, type: Swift.String, name: Swift.String, vPlanIDRef: Swift.String, fundedBy: [Swift.String], numberOfInstallments: Swift.Int, terms: [OPPWAMobile.OPPInstallmentTerm], frequency: Swift.String, costInfo: OPPWAMobile.OPPInstallmentCostInfo)
|
|
3755
|
+
@objc deinit
|
|
3756
|
+
}
|
|
3757
|
+
@objc final public class OPPInstallmentTerm : ObjectiveC.NSObject {
|
|
3758
|
+
@objc final public let url: Swift.String
|
|
3759
|
+
@objc final public let content: Swift.String
|
|
3760
|
+
@objc final public let languageCode: Swift.String
|
|
3761
|
+
@objc final public let version: Swift.Int
|
|
3762
|
+
@objc public init(url: Swift.String, content: Swift.String, languageCode: Swift.String, version: Swift.Int)
|
|
3763
|
+
@objc deinit
|
|
3764
|
+
}
|
|
3765
|
+
@objc final public class OPPInstallmentCostInfo : ObjectiveC.NSObject {
|
|
3766
|
+
@objc final public let annualPercentageRate: Swift.String
|
|
3767
|
+
@objc final public let totalPlanCost: Swift.String
|
|
3768
|
+
@objc final public let totalFees: Swift.String
|
|
3769
|
+
@objc final public let totalUpFrontFees: Swift.String
|
|
3770
|
+
@objc final public let totalRecurringFees: Swift.String
|
|
3771
|
+
@objc final public let currency: Swift.String
|
|
3772
|
+
@objc final public let feeInfoList: [OPPWAMobile.OPPInstallmentFeeInfo]
|
|
3773
|
+
@objc final public let firstInstallment: OPPWAMobile.OPPFirstInstallment?
|
|
3774
|
+
@objc final public let lastInstallment: OPPWAMobile.OPPLastInstallment?
|
|
3775
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3776
|
+
@objc public init(annualPercentageRate: Swift.String, totalPlanCost: Swift.String, totalFees: Swift.String, totalUpFrontFees: Swift.String, totalRecurringFees: Swift.String, currency: Swift.String, feeInfoList: [OPPWAMobile.OPPInstallmentFeeInfo], firstInstallment: OPPWAMobile.OPPFirstInstallment?, lastInstallment: OPPWAMobile.OPPLastInstallment?)
|
|
3777
|
+
#endif
|
|
3778
|
+
@objc deinit
|
|
3779
|
+
}
|
|
3780
|
+
@objc final public class OPPInstallmentFeeInfo : ObjectiveC.NSObject {
|
|
3781
|
+
@objc final public let type: Swift.String
|
|
3782
|
+
@objc final public let ratePercentage: Swift.String
|
|
3783
|
+
@objc final public let monthlyRatePercentage: Swift.String
|
|
3784
|
+
@objc final public let flatFee: Swift.String
|
|
3785
|
+
@objc public init(type: Swift.String, ratePercentage: Swift.String, monthlyRatePercentage: Swift.String, flatFee: Swift.String)
|
|
3786
|
+
@objc deinit
|
|
3787
|
+
}
|
|
3788
|
+
@objc final public class OPPFirstInstallment : ObjectiveC.NSObject {
|
|
3789
|
+
@objc final public let installmentFee: Swift.String
|
|
3790
|
+
@objc final public let totalAmountExcludingUpFrontFee: Swift.String
|
|
3791
|
+
@objc final public let amount: Swift.String
|
|
3792
|
+
@objc final public let upfrontFee: Swift.String
|
|
3793
|
+
@objc final public let totalAmount: Swift.String
|
|
3794
|
+
@objc public init(installmentFee: Swift.String, totalAmountExcludingUpFrontFee: Swift.String, amount: Swift.String, upfrontFee: Swift.String, totalAmount: Swift.String)
|
|
3795
|
+
@objc deinit
|
|
3796
|
+
}
|
|
3797
|
+
@objc final public class OPPLastInstallment : ObjectiveC.NSObject {
|
|
3798
|
+
@objc final public let installmentFee: Swift.String
|
|
3799
|
+
@objc final public let amount: Swift.String
|
|
3800
|
+
@objc final public let totalAmount: Swift.String
|
|
3801
|
+
@objc public init(installmentFee: Swift.String, amount: Swift.String, totalAmount: Swift.String)
|
|
3802
|
+
@objc deinit
|
|
3803
|
+
}
|
|
3804
|
+
@objc final public class OPPKlarnaDetailsViewModel : ObjectiveC.NSObject {
|
|
3805
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, paymentBrand: Swift.String, checkoutID: Swift.String)
|
|
3806
|
+
@objc deinit
|
|
3807
|
+
}
|
|
3808
|
+
@_inheritsConvenienceInitializers @objc public class OPPAddressCodes : ObjectiveC.NSObject {
|
|
3809
|
+
@objc public static let kCountryCodeUSA: Swift.String
|
|
3810
|
+
@objc public static let kCountryCodeCanada: Swift.String
|
|
3811
|
+
@objc public static func getCountries() -> [Swift.String]
|
|
3812
|
+
@objc public static func getUsStates() -> [Swift.String]
|
|
3813
|
+
@objc public static func getCaStates() -> [Swift.String]
|
|
3814
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3815
|
+
@objc public static func getCountryName(withCode countryCode: Swift.String) -> Swift.String?
|
|
3816
|
+
#endif
|
|
3817
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3818
|
+
@objc public static func getCountryCodeWith(name: Swift.String) -> Swift.String?
|
|
3819
|
+
#endif
|
|
3820
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3821
|
+
@objc public static func getStateName(withCode stateCode: Swift.String, countryCode: Swift.String) -> Swift.String?
|
|
3822
|
+
#endif
|
|
3823
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3824
|
+
@objc public static func getStateCode(withName state: Swift.String, countryCode: Swift.String) -> Swift.String?
|
|
3825
|
+
#endif
|
|
3826
|
+
@objc public static func isCountryCodeIsValid(_ countryCode: Swift.String) -> Swift.Bool
|
|
3827
|
+
@objc override dynamic public init()
|
|
3828
|
+
@objc deinit
|
|
3829
|
+
}
|
|
3830
|
+
@objc public class OPPTokensSectionDelegate : ObjectiveC.NSObject {
|
|
3831
|
+
@objc public static let OPPTokenCollectionViewCellReuseId: Swift.String
|
|
3832
|
+
@objc public init(tokens: [OPPWAMobile.OPPToken], didSelect: @escaping (OPPWAMobile.OPPToken) -> Swift.Void)
|
|
3833
|
+
@objc deinit
|
|
3834
|
+
}
|
|
3835
|
+
extension OPPWAMobile.OPPTokensSectionDelegate : UIKit.UICollectionViewDataSource {
|
|
3836
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
|
|
3837
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
|
|
3838
|
+
}
|
|
3839
|
+
extension OPPWAMobile.OPPTokensSectionDelegate : UIKit.UICollectionViewDelegate {
|
|
3840
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
|
|
3841
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
|
|
3842
|
+
}
|
|
3843
|
+
@objc public enum OPPTransactionType : Swift.Int {
|
|
3844
|
+
case synchronous
|
|
3845
|
+
case asynchronous
|
|
3846
|
+
case undefined
|
|
3847
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3848
|
+
public init?(rawValue: Swift.Int)
|
|
3849
|
+
#endif
|
|
3850
|
+
public typealias RawValue = Swift.Int
|
|
3851
|
+
public var rawValue: Swift.Int {
|
|
3852
|
+
get
|
|
3853
|
+
}
|
|
3854
|
+
}
|
|
3855
|
+
@_inheritsConvenienceInitializers @objc final public class OPPTransaction : ObjectiveC.NSObject {
|
|
3856
|
+
@objc final public var paymentParams: OPPWAMobile.OPPPaymentParams {
|
|
3857
|
+
get
|
|
3858
|
+
}
|
|
3859
|
+
@objc final public var type: OPPWAMobile.OPPTransactionType {
|
|
3860
|
+
get
|
|
3861
|
+
}
|
|
3862
|
+
@objc final public var redirectURL: Foundation.URL?
|
|
3863
|
+
@objc final public var resourcePath: Swift.String?
|
|
3864
|
+
@objc final public var threeDS2Info: OPPWAMobile.OPPThreeDS2Info? {
|
|
3865
|
+
get
|
|
3866
|
+
}
|
|
3867
|
+
@objc final public var threeDS2MethodRedirectURL: Foundation.URL?
|
|
3868
|
+
@objc final public var brandSpecificInfo: [Swift.String : Swift.String]? {
|
|
3869
|
+
get
|
|
3870
|
+
}
|
|
3871
|
+
@available(*, unavailable)
|
|
3872
|
+
@objc override dynamic public init()
|
|
3873
|
+
@objc public init(paymentParams: OPPWAMobile.OPPPaymentParams)
|
|
3874
|
+
@objc public static func transactionWithPaymentParams(_ paymentParams: OPPWAMobile.OPPPaymentParams) -> Self
|
|
3875
|
+
@objc deinit
|
|
3876
|
+
}
|
|
3877
|
+
public typealias OPPNetworkHeaders = [Swift.String : Swift.String]
|
|
3878
|
+
public typealias OPPNetworkParameters = [Swift.String : Any]
|
|
3879
|
+
@objc final public class OPPNetworkManager : ObjectiveC.NSObject {
|
|
3880
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3881
|
+
@objc public init(logger: (any OPPWAMobile.OPPNetworkLogger)? = nil, requestSerializer: any OPPWAMobile.OPPNetworkRequestSerializable = OPPNetworkRequestSerializer.default, responseSerializer: any OPPWAMobile.OPPNetworkResponseSerializable = OPPNetworkResponseSerializer.default, networkExecutor: any OPPWAMobile.OPPNetworkExecutable = OPPNetworkExecutor())
|
|
3882
|
+
#endif
|
|
3883
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3884
|
+
@objc final public func execute(api: Swift.String, baseUrl: Foundation.URL? = nil, method: OPPWAMobile.OPPNetworkServiceMethod = .get, parameters: OPPWAMobile.OPPNetworkParameters = [:], headers: OPPWAMobile.OPPNetworkHeaders = [:], completion: @escaping (Any?, (any Swift.Error)?) -> Swift.Void)
|
|
3885
|
+
#endif
|
|
3886
|
+
@objc deinit
|
|
3887
|
+
}
|
|
3888
|
+
@objc public class OPPBraintreeProcessor : ObjectiveC.NSObject {
|
|
3889
|
+
public typealias CompletionBlock = (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void
|
|
3890
|
+
@objc public init(transaction: OPPWAMobile.OPPTransaction, mode: OPPWAMobile.OPPProviderMode)
|
|
3891
|
+
@objc public func process(_ completionBlock: @escaping OPPWAMobile.OPPBraintreeProcessor.CompletionBlock)
|
|
3892
|
+
@objc deinit
|
|
3893
|
+
}
|
|
3894
|
+
@objc extension OPPWAMobile.OPPBraintreeProcessor {
|
|
3895
|
+
@objc public static func handleRedirection(_ userActivity: Foundation.NSUserActivity) -> Swift.Bool
|
|
3896
|
+
@objc public static func handleRedirection(url: Foundation.URL) -> Swift.Bool
|
|
3897
|
+
}
|
|
3898
|
+
@objc final public class OPPInstantPayViewModel : ObjectiveC.NSObject {
|
|
3899
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider)
|
|
3900
|
+
@objc deinit
|
|
3901
|
+
}
|
|
3902
|
+
@objc public enum OPPCheckoutThemeStyle : Swift.Int {
|
|
3903
|
+
case light
|
|
3904
|
+
case dark
|
|
3905
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3906
|
+
public init?(rawValue: Swift.Int)
|
|
3907
|
+
#endif
|
|
3908
|
+
public typealias RawValue = Swift.Int
|
|
3909
|
+
public var rawValue: Swift.Int {
|
|
3910
|
+
get
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
@_inheritsConvenienceInitializers @objc final public class OPPCheckoutTheme : OPPWAMobile.OPPTheme {
|
|
3914
|
+
@objc final public var style: OPPWAMobile.OPPCheckoutThemeStyle {
|
|
3915
|
+
@objc get
|
|
3916
|
+
@objc set
|
|
3917
|
+
}
|
|
3918
|
+
@objc final public var primaryBackgroundColor: UIKit.UIColor!
|
|
3919
|
+
@objc final public var primaryForegroundColor: UIKit.UIColor!
|
|
3920
|
+
@objc final public var confirmationButtonColor: UIKit.UIColor!
|
|
3921
|
+
@objc final public var accentColor: UIKit.UIColor!
|
|
3922
|
+
@objc final public var confirmationButtonTextColor: UIKit.UIColor!
|
|
3923
|
+
@objc final public var textFieldTextColor: UIKit.UIColor!
|
|
3924
|
+
@objc final public var textFieldPlaceholderColor: UIKit.UIColor!
|
|
3925
|
+
@objc final public var textFieldBorderColor: UIKit.UIColor!
|
|
3926
|
+
@objc final public var errorColor: UIKit.UIColor!
|
|
3927
|
+
@objc final public var navigationBarTintColor: UIKit.UIColor!
|
|
3928
|
+
@objc final public var navigationBarBackgroundColor: UIKit.UIColor!
|
|
3929
|
+
@objc final public var navigationBarTextAttributes: Foundation.NSDictionary!
|
|
3930
|
+
@objc final public var navigationItemTextAttributes: Foundation.NSDictionary?
|
|
3931
|
+
@objc final public var cancelBarButtonText: Swift.String?
|
|
3932
|
+
@objc final public var cancelBarButtonImage: UIKit.UIImage?
|
|
3933
|
+
@objc final public var cellTintColor: UIKit.UIColor!
|
|
3934
|
+
@objc final public var cellHighlightedBackgroundColor: UIKit.UIColor!
|
|
3935
|
+
@objc final public var cellHighlightedTextColor: UIKit.UIColor!
|
|
3936
|
+
@objc final public var cellTextFont: UIKit.UIFont!
|
|
3937
|
+
@objc final public var sectionBackgroundColor: UIKit.UIColor!
|
|
3938
|
+
@objc final public var sectionTextColor: UIKit.UIColor!
|
|
3939
|
+
@objc final public var sectionFont: UIKit.UIFont!
|
|
3940
|
+
@objc final public var separatorColor: UIKit.UIColor!
|
|
3941
|
+
@objc final public var paymentBrandIconBackgroundColor: UIKit.UIColor!
|
|
3942
|
+
@objc final public var paymentBrandIconBorderColor: UIKit.UIColor!
|
|
3943
|
+
@objc final public var storedPaymentMethodIconBackgroundColor: UIKit.UIColor!
|
|
3944
|
+
@objc final public var storedPaymentMethodIconBorderColor: UIKit.UIColor!
|
|
3945
|
+
@objc final public var primaryFont: UIKit.UIFont!
|
|
3946
|
+
@objc final public var secondaryFont: UIKit.UIFont!
|
|
3947
|
+
@objc final public var textFieldFont: UIKit.UIFont!
|
|
3948
|
+
@objc final public var confirmationButtonFont: UIKit.UIFont!
|
|
3949
|
+
@objc final public var errorFont: UIKit.UIFont!
|
|
3950
|
+
@objc final public var amountLabelFont: UIKit.UIFont!
|
|
3951
|
+
@objc convenience override dynamic public init()
|
|
3952
|
+
@objc convenience public init(themeStyle: OPPWAMobile.OPPCheckoutThemeStyle)
|
|
3953
|
+
@objc public init(style: OPPWAMobile.OPPCheckoutThemeStyle)
|
|
3954
|
+
@objc deinit
|
|
3955
|
+
}
|
|
3956
|
+
@_inheritsConvenienceInitializers @objc(OPPBrandCollectionViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPBrandCollectionViewCell : UIKit.UICollectionViewCell {
|
|
3957
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var imageView: UIKit.UIImageView!
|
|
3958
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var wrapperView: UIKit.UIView!
|
|
3959
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public var isSelected: Swift.Bool {
|
|
3960
|
+
@objc get
|
|
3961
|
+
@objc set
|
|
3962
|
+
}
|
|
3963
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func awakeFromNib()
|
|
3964
|
+
@_Concurrency.MainActor @preconcurrency final public func didUpdateIsSelected()
|
|
3965
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
3966
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3967
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
3968
|
+
#endif
|
|
3969
|
+
@objc deinit
|
|
3970
|
+
}
|
|
3971
|
+
@objc final public class OPPInstallmentPlanParams : OPPWAMobile.OPPPaymentParams {
|
|
3972
|
+
@objc final public let cardNumber: Swift.String
|
|
3973
|
+
@objc final public let expiryMonth: Swift.String
|
|
3974
|
+
@objc final public let expiryYear: Swift.String
|
|
3975
|
+
@objc final public let holder: Swift.String
|
|
3976
|
+
@objc final public let cvv: Swift.String
|
|
3977
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3978
|
+
@objc public init(checkoutID: Swift.String, paymentBrand: Swift.String?, cardNumber: Swift.String, expiryMonth: Swift.String, expiryYear: Swift.String, holder: Swift.String, cvv: Swift.String) throws
|
|
3979
|
+
#endif
|
|
3980
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
3981
|
+
@objc deinit
|
|
3982
|
+
}
|
|
3983
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkJSONRequestSerializer : ObjectiveC.NSObject, OPPWAMobile.OPPNetworkRequestSerializable {
|
|
3984
|
+
@objc final public var timeout: Foundation.TimeInterval
|
|
3985
|
+
@objc final public var contentType: OPPWAMobile.OPPNetworkRequestContentType {
|
|
3986
|
+
@objc get
|
|
3987
|
+
}
|
|
3988
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
3989
|
+
@objc final public func getUrlRequest(api: Swift.String, baseUrl: Foundation.URL?, method: OPPWAMobile.OPPNetworkServiceMethod, parameters: OPPWAMobile.OPPNetworkParameters, headers: OPPWAMobile.OPPNetworkHeaders) throws -> Foundation.URLRequest
|
|
3990
|
+
#endif
|
|
3991
|
+
@objc override dynamic public init()
|
|
3992
|
+
@objc deinit
|
|
3993
|
+
}
|
|
3994
|
+
@objc final public class OPPPollingParams : ObjectiveC.NSObject {
|
|
3995
|
+
@objc final public let txId: Swift.String
|
|
3996
|
+
@objc final public let pollingUrl: Swift.String
|
|
3997
|
+
@objc final public let validUntil: Swift.String
|
|
3998
|
+
@objc final public let checkoutId: Swift.String
|
|
3999
|
+
@objc public init(checkoutId: Swift.String, txId: Swift.String, pollingUrl: Swift.String, validUntil: Swift.String) throws
|
|
4000
|
+
final public func dictionaryForExecutingTransaction() -> [Swift.String : Any]
|
|
4001
|
+
@objc deinit
|
|
4002
|
+
}
|
|
4003
|
+
@_inheritsConvenienceInitializers @objc(OPPTokensTableViewCell) @_Concurrency.MainActor @preconcurrency final public class OPPTokensTableViewCell : UIKit.UITableViewCell {
|
|
4004
|
+
@objc @IBOutlet @_Concurrency.MainActor @preconcurrency weak final public var collectionView: UIKit.UICollectionView!
|
|
4005
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func prepareForReuse()
|
|
4006
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4007
|
+
@available(iOS 3.0, *)
|
|
4008
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(style: UIKit.UITableViewCell.CellStyle, reuseIdentifier: Swift.String?)
|
|
4009
|
+
#endif
|
|
4010
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4011
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
4012
|
+
#endif
|
|
4013
|
+
@objc deinit
|
|
4014
|
+
}
|
|
4015
|
+
extension OPPWAMobile.OPPLogger {
|
|
4016
|
+
@objc final public func lgf_integrationTypeString() -> Swift.String
|
|
4017
|
+
@objc final public func lgf_checkoutSettingsDictionary(withSettings settings: OPPWAMobile.OPPCheckoutSettings) -> [Swift.String : Any]
|
|
4018
|
+
}
|
|
4019
|
+
@_hasMissingDesignatedInitializers @objc(OPPDirectDebitDetailsViewController) @_Concurrency.MainActor @preconcurrency final public class OPPDirectDebitDetailsViewController : OPPWAMobile.OPPRootViewController {
|
|
4020
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4021
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPDirectDebitDetailsViewModel)
|
|
4022
|
+
#endif
|
|
4023
|
+
@objc deinit
|
|
4024
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
4025
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidAppear(_ animated: Swift.Bool)
|
|
4026
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLayoutSubviews()
|
|
4027
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func updateViewConstraints()
|
|
4028
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func cancelButtonAction()
|
|
4029
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
4030
|
+
@_Concurrency.MainActor @preconcurrency final public func configurePaymentFormHeaderView(_ formHeaderView: OPPWAMobile.OPPPaymentFormHeaderView)
|
|
4031
|
+
}
|
|
4032
|
+
extension OPPWAMobile.OPPDirectDebitDetailsViewController : UIKit.UITextFieldDelegate {
|
|
4033
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidBeginEditing(_ textField: UIKit.UITextField)
|
|
4034
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldShouldReturn(_ textField: UIKit.UITextField) -> Swift.Bool
|
|
4035
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textFieldDidEndEditing(_ textField: UIKit.UITextField)
|
|
4036
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool
|
|
4037
|
+
}
|
|
4038
|
+
@objc final public class OPPAmazonPayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
4039
|
+
@objc final public let configuration: OPPWAMobile.OPPAmazonPayConfig
|
|
4040
|
+
@objc public init(checkoutID: Swift.String, configuration: OPPWAMobile.OPPAmazonPayConfig) throws
|
|
4041
|
+
@objc public static func amazonPayPaymentParamsWith(checkoutID: Swift.String, configuration: OPPWAMobile.OPPAmazonPayConfig) throws -> OPPWAMobile.OPPAmazonPayPaymentParams
|
|
4042
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
4043
|
+
@objc deinit
|
|
4044
|
+
}
|
|
4045
|
+
@_hasMissingDesignatedInitializers @objc public class OPPNetworkResponse : ObjectiveC.NSObject {
|
|
4046
|
+
@objc deinit
|
|
4047
|
+
}
|
|
4048
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkHTMLResponseSerializer : ObjectiveC.NSObject, OPPWAMobile.OPPNetworkResponseSerializable {
|
|
4049
|
+
@objc final public var acceptableContentTypes: Swift.Set<Swift.String> {
|
|
4050
|
+
@objc get
|
|
4051
|
+
}
|
|
4052
|
+
@objc final public var acceptableStatusCodes: Foundation.IndexSet {
|
|
4053
|
+
@objc get
|
|
4054
|
+
}
|
|
4055
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4056
|
+
@objc final public func validateResponse(_ response: Foundation.URLResponse?, data: Foundation.Data?) -> (any Swift.Error)?
|
|
4057
|
+
#endif
|
|
4058
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4059
|
+
@objc final public func response(data: Foundation.Data?, urlResponse: Foundation.URLResponse?) -> OPPWAMobile.OPPNetworkResponse
|
|
4060
|
+
#endif
|
|
4061
|
+
@objc override dynamic public init()
|
|
4062
|
+
@objc deinit
|
|
4063
|
+
}
|
|
4064
|
+
@objc public protocol OPPSThreeDSManagerDelegate {
|
|
4065
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4066
|
+
@objc func onThreeDSChallengeRequired(with completion: @escaping (UIKit.UINavigationController?) -> Swift.Void)
|
|
4067
|
+
#endif
|
|
4068
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4069
|
+
@objc func onThreeDSConfigRequired(with completion: @escaping (OPPWAMobile.OPPThreeDSConfig?) -> Swift.Void)
|
|
4070
|
+
#endif
|
|
4071
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4072
|
+
@objc func sendThreeDS2AuthParams(params: Swift.String, transaction: OPPWAMobile.OPPTransaction, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction, Foundation.NSError?) -> Swift.Void)
|
|
4073
|
+
#endif
|
|
4074
|
+
}
|
|
4075
|
+
@objc public class OPPSThreeDSManager : ObjectiveC.NSObject {
|
|
4076
|
+
@objc weak public var delegate: (any OPPWAMobile.OPPSThreeDSManagerDelegate)?
|
|
4077
|
+
@objc public init(mode: OPPWAMobile.OPPProviderMode)
|
|
4078
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4079
|
+
@objc public func proceedWithAppFlow(transaction: OPPWAMobile.OPPTransaction, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction?, Foundation.NSError?) -> Swift.Void)
|
|
4080
|
+
#endif
|
|
4081
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4082
|
+
@objc public func proceedWebFlow(with transaction: OPPWAMobile.OPPTransaction?, _ completionHandler: @escaping (OPPWAMobile.OPPTransaction?, Foundation.NSError?) -> Swift.Void)
|
|
4083
|
+
#endif
|
|
4084
|
+
@objc deinit
|
|
4085
|
+
}
|
|
4086
|
+
@objc public protocol OPPNetworkExecutable {
|
|
4087
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4088
|
+
@objc func execute(request: Foundation.URLRequest, completion: @escaping (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void)
|
|
4089
|
+
#endif
|
|
4090
|
+
}
|
|
4091
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkExecutor : ObjectiveC.NSObject, OPPWAMobile.OPPNetworkExecutable {
|
|
4092
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4093
|
+
@objc final public func execute(request: Foundation.URLRequest, completion: @escaping (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void)
|
|
4094
|
+
#endif
|
|
4095
|
+
@objc override dynamic public init()
|
|
4096
|
+
@objc deinit
|
|
4097
|
+
}
|
|
4098
|
+
@_hasMissingDesignatedInitializers @objc(OPPKlarnaInlineViewController) @_Concurrency.MainActor @preconcurrency final public class OPPKlarnaInlineViewController : OPPWAMobile.OPPRootViewController {
|
|
4099
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4100
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPKlarnaInlineViewModel)
|
|
4101
|
+
#endif
|
|
4102
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
4103
|
+
@_Concurrency.MainActor @preconcurrency final public func configureUI()
|
|
4104
|
+
@objc deinit
|
|
4105
|
+
}
|
|
4106
|
+
extension OPPWAMobile.OPPKlarnaInlineViewController : OPPWAMobile.OPPKlarnaPaymentViewWrapperDelegate {
|
|
4107
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4108
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func klarnaAuthorized(with paymentView: OPPWAMobile.OPPKlarnaPaymentViewWrapper, approved: Swift.Bool, authToken: Swift.String?, finalizeRequired: Swift.Bool)
|
|
4109
|
+
#endif
|
|
4110
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func klarnaFailed(in paymentView: OPPWAMobile.OPPKlarnaPaymentViewWrapper, withError error: any Swift.Error)
|
|
4111
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func klarnaLoaded(with paymentView: OPPWAMobile.OPPKlarnaPaymentViewWrapper)
|
|
4112
|
+
}
|
|
4113
|
+
@objc public enum OPPNetworkRequestContentType : Swift.Int {
|
|
4114
|
+
case json
|
|
4115
|
+
case url
|
|
4116
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4117
|
+
public init?(rawValue: Swift.Int)
|
|
4118
|
+
#endif
|
|
4119
|
+
public typealias RawValue = Swift.Int
|
|
4120
|
+
public var rawValue: Swift.Int {
|
|
4121
|
+
get
|
|
4122
|
+
}
|
|
4123
|
+
}
|
|
4124
|
+
@objc public protocol OPPNetworkRequestSerializable {
|
|
4125
|
+
@objc var contentType: OPPWAMobile.OPPNetworkRequestContentType { get }
|
|
4126
|
+
@objc var timeout: Foundation.TimeInterval { get set }
|
|
4127
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4128
|
+
@objc func getUrlRequest(api: Swift.String, baseUrl: Foundation.URL?, method: OPPWAMobile.OPPNetworkServiceMethod, parameters: OPPWAMobile.OPPNetworkParameters, headers: OPPWAMobile.OPPNetworkHeaders) throws -> Foundation.URLRequest
|
|
4129
|
+
#endif
|
|
4130
|
+
}
|
|
4131
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkRequestSerializer : ObjectiveC.NSObject {
|
|
4132
|
+
@objc public static var `default`: any OPPWAMobile.OPPNetworkRequestSerializable {
|
|
4133
|
+
@objc get
|
|
4134
|
+
}
|
|
4135
|
+
@objc public static func serializer(contentType: OPPWAMobile.OPPNetworkRequestContentType) -> any OPPWAMobile.OPPNetworkRequestSerializable
|
|
4136
|
+
@objc override dynamic public init()
|
|
4137
|
+
@objc deinit
|
|
4138
|
+
}
|
|
4139
|
+
@_inheritsConvenienceInitializers @objc final public class OPPLoggerService : ObjectiveC.NSObject, OPPWAMobile.OPPLoggerServiceProtocol {
|
|
4140
|
+
@objc override dynamic public init()
|
|
4141
|
+
@objc final public func sendLog(messages: [OPPWAMobile.OPPLogMessage], checkoutID: Swift.String, mode: OPPWAMobile.OPPProviderMode, _ completionHandler: @escaping (Swift.Bool) -> Swift.Void)
|
|
4142
|
+
@objc deinit
|
|
4143
|
+
}
|
|
4144
|
+
@objc final public class OPPListDetailsViewModel : ObjectiveC.NSObject {
|
|
4145
|
+
@objc public init(checkoutProvider: OPPWAMobile.OPPCheckoutProvider, paymentBrand: Swift.String, checkoutID: Swift.String)
|
|
4146
|
+
@objc deinit
|
|
4147
|
+
}
|
|
4148
|
+
@_inheritsConvenienceInitializers @objc final public class OPPClearPayPaymentParams : OPPWAMobile.OPPPaymentParams {
|
|
4149
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4150
|
+
@available(*, deprecated, renamed: "init(checkoutID:)")
|
|
4151
|
+
@objc override public init(checkoutID: Swift.String, paymentBrand: Swift.String?) throws
|
|
4152
|
+
#endif
|
|
4153
|
+
@objc public init(checkoutID: Swift.String) throws
|
|
4154
|
+
@objc public static func clearPayPaymentParams(checkoutID: Swift.String) throws -> OPPWAMobile.OPPClearPayPaymentParams
|
|
4155
|
+
@objc override final public func dictionaryForExecutingTransaction() -> [Swift.AnyHashable : Any]
|
|
4156
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4157
|
+
@objc override final public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any
|
|
4158
|
+
#endif
|
|
4159
|
+
@objc deinit
|
|
4160
|
+
}
|
|
4161
|
+
@_inheritsConvenienceInitializers @objc public class OPPBrandsValidator : ObjectiveC.NSObject {
|
|
4162
|
+
@objc public static func isCardBrand(_ paymentBrand: Swift.String) -> Swift.Bool
|
|
4163
|
+
@objc public static func getLabel(forPaymentBrand paymentBrand: Swift.String) -> Swift.String
|
|
4164
|
+
@objc public static func hasCustomUi(forPaymentBrand paymentBrand: Swift.String) -> Swift.Bool
|
|
4165
|
+
@objc public static func getBrandsWithMissingUi() -> [Swift.String]
|
|
4166
|
+
@objc override dynamic public init()
|
|
4167
|
+
@objc deinit
|
|
4168
|
+
}
|
|
4169
|
+
@_inheritsConvenienceInitializers @objc(OPPSCheckoutTextField) @_Concurrency.MainActor @preconcurrency final public class OPPSCheckoutTextField : UIKit.UITextField {
|
|
4170
|
+
@objc @_Concurrency.MainActor @preconcurrency final public var isDefaultContextMenu: Swift.Bool
|
|
4171
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4172
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func canPerformAction(_ action: ObjectiveC.Selector, withSender sender: Any?) -> Swift.Bool
|
|
4173
|
+
#endif
|
|
4174
|
+
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
4175
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4176
|
+
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
4177
|
+
#endif
|
|
4178
|
+
@objc deinit
|
|
4179
|
+
}
|
|
4180
|
+
@objc public enum OPPApplePayStatus : Swift.Int {
|
|
4181
|
+
case initialized
|
|
4182
|
+
case merchantRejected
|
|
4183
|
+
case appleAuthorized
|
|
4184
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4185
|
+
public init?(rawValue: Swift.Int)
|
|
4186
|
+
#endif
|
|
4187
|
+
public typealias RawValue = Swift.Int
|
|
4188
|
+
public var rawValue: Swift.Int {
|
|
4189
|
+
get
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
4192
|
+
@_inheritsConvenienceInitializers @objc final public class OPPApplePayDelegate : ObjectiveC.NSObject {
|
|
4193
|
+
@objc final public var checkoutProvider: OPPWAMobile.OPPCheckoutProvider?
|
|
4194
|
+
@objc final public var successfulCompletion: ((OPPWAMobile.OPPPaymentParams) -> Swift.Void)?
|
|
4195
|
+
@objc final public func cleanUp()
|
|
4196
|
+
@objc override dynamic public init()
|
|
4197
|
+
@objc deinit
|
|
4198
|
+
}
|
|
4199
|
+
extension OPPWAMobile.OPPApplePayDelegate : PassKit.PKPaymentAuthorizationViewControllerDelegate {
|
|
4200
|
+
@objc final public func paymentAuthorizationViewController(_ controller: PassKit.PKPaymentAuthorizationViewController, didSelect shippingMethod: PassKit.PKShippingMethod, handler completion: @escaping (PassKit.PKPaymentRequestShippingMethodUpdate) -> Swift.Void)
|
|
4201
|
+
@objc final public func paymentAuthorizationViewController(_ controller: PassKit.PKPaymentAuthorizationViewController, didSelectShippingContact contact: PassKit.PKContact, handler completion: @escaping (PassKit.PKPaymentRequestShippingContactUpdate) -> Swift.Void)
|
|
4202
|
+
@objc final public func paymentAuthorizationViewController(_ controller: PassKit.PKPaymentAuthorizationViewController, didAuthorizePayment payment: PassKit.PKPayment, handler completion: @escaping (PassKit.PKPaymentAuthorizationResult) -> Swift.Void)
|
|
4203
|
+
@objc final public func paymentAuthorizationViewControllerDidFinish(_ controller: PassKit.PKPaymentAuthorizationViewController)
|
|
4204
|
+
}
|
|
4205
|
+
@objc final public class OPPBinInfo : ObjectiveC.NSObject {
|
|
4206
|
+
@objc final public var brands: [Swift.String] {
|
|
4207
|
+
get
|
|
4208
|
+
}
|
|
4209
|
+
@objc final public var binType: Swift.String? {
|
|
4210
|
+
get
|
|
4211
|
+
}
|
|
4212
|
+
@objc final public var type: Swift.String? {
|
|
4213
|
+
get
|
|
4214
|
+
}
|
|
4215
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4216
|
+
@objc public init?(brands: [Swift.String], binType: Swift.String?, type: Swift.String?)
|
|
4217
|
+
#endif
|
|
4218
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4219
|
+
@objc public static func binInfo(brands: [Swift.String], binType: Swift.String?, type: Swift.String?) -> OPPWAMobile.OPPBinInfo?
|
|
4220
|
+
#endif
|
|
4221
|
+
@objc deinit
|
|
4222
|
+
}
|
|
4223
|
+
@_inheritsConvenienceInitializers @objc final public class OPPNetworkURLRequestSerializer : ObjectiveC.NSObject, OPPWAMobile.OPPNetworkRequestSerializable {
|
|
4224
|
+
@objc final public var timeout: Foundation.TimeInterval
|
|
4225
|
+
@objc final public var contentType: OPPWAMobile.OPPNetworkRequestContentType {
|
|
4226
|
+
@objc get
|
|
4227
|
+
}
|
|
4228
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4229
|
+
@objc final public func getUrlRequest(api: Swift.String, baseUrl: Foundation.URL?, method: OPPWAMobile.OPPNetworkServiceMethod, parameters: OPPWAMobile.OPPNetworkParameters, headers: OPPWAMobile.OPPNetworkHeaders) throws -> Foundation.URLRequest
|
|
4230
|
+
#endif
|
|
4231
|
+
@objc override dynamic public init()
|
|
4232
|
+
@objc deinit
|
|
4233
|
+
}
|
|
4234
|
+
@_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor @preconcurrency final public class OPPCopyAndPayViewController : OPPWAMobile.OPPRootViewController {
|
|
4235
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4236
|
+
@objc @_Concurrency.MainActor @preconcurrency public init?(viewModel: OPPWAMobile.OPPCopyAndPayViewModel?)
|
|
4237
|
+
#endif
|
|
4238
|
+
@_Concurrency.MainActor @preconcurrency @objc override final public func viewDidLoad()
|
|
4239
|
+
@objc deinit
|
|
4240
|
+
}
|
|
4241
|
+
extension OPPWAMobile.OPPCopyAndPayViewController : WebKit.WKNavigationDelegate {
|
|
4242
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, decidePolicyFor navigationAction: WebKit.WKNavigationAction, decisionHandler: @escaping (WebKit.WKNavigationActionPolicy) -> Swift.Void)
|
|
4243
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4244
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
|
|
4245
|
+
#endif
|
|
4246
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
4247
|
+
@_Concurrency.MainActor @preconcurrency @objc final public func webView(_ webView: WebKit.WKWebView, didFailProvisionalNavigation navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
|
|
4248
|
+
#endif
|
|
4249
|
+
}
|
|
4250
|
+
extension OPPWAMobile.OPPExpandIcon : Swift.Equatable {}
|
|
4251
|
+
extension OPPWAMobile.OPPExpandIcon : Swift.Hashable {}
|
|
4252
|
+
extension OPPWAMobile.OPPExpandIcon : Swift.RawRepresentable {}
|
|
4253
|
+
extension OPPWAMobile.OPPIdentificationDocType : Swift.Equatable {}
|
|
4254
|
+
extension OPPWAMobile.OPPIdentificationDocType : Swift.Hashable {}
|
|
4255
|
+
extension OPPWAMobile.OPPIdentificationDocType : Swift.RawRepresentable {}
|
|
4256
|
+
extension OPPWAMobile.OPPIdentificationDocType : Swift.Identifiable {}
|
|
4257
|
+
extension OPPWAMobile.OPPSTCPayVerificationOption : Swift.Equatable {}
|
|
4258
|
+
extension OPPWAMobile.OPPSTCPayVerificationOption : Swift.Hashable {}
|
|
4259
|
+
extension OPPWAMobile.OPPSTCPayVerificationOption : Swift.RawRepresentable {}
|
|
4260
|
+
extension OPPWAMobile.OPPAddressField : Swift.Equatable {}
|
|
4261
|
+
extension OPPWAMobile.OPPAddressField : Swift.Hashable {}
|
|
4262
|
+
extension OPPWAMobile.OPPAddressField : Swift.RawRepresentable {}
|
|
4263
|
+
extension OPPWAMobile.OPPMsdkUiType : Swift.Equatable {}
|
|
4264
|
+
extension OPPWAMobile.OPPMsdkUiType : Swift.Hashable {}
|
|
4265
|
+
extension OPPWAMobile.OPPMsdkUiType : Swift.RawRepresentable {}
|
|
4266
|
+
extension OPPWAMobile.OPPTextFieldContentType : Swift.Equatable {}
|
|
4267
|
+
extension OPPWAMobile.OPPTextFieldContentType : Swift.Hashable {}
|
|
4268
|
+
extension OPPWAMobile.OPPTextFieldContentType : Swift.RawRepresentable {}
|
|
4269
|
+
extension OPPWAMobile.OPPCheckoutCardBrandsDisplayMode : Swift.Equatable {}
|
|
4270
|
+
extension OPPWAMobile.OPPCheckoutCardBrandsDisplayMode : Swift.Hashable {}
|
|
4271
|
+
extension OPPWAMobile.OPPCheckoutCardBrandsDisplayMode : Swift.RawRepresentable {}
|
|
4272
|
+
extension OPPWAMobile.OPPCardBrandInfoCvvMode : Swift.Equatable {}
|
|
4273
|
+
extension OPPWAMobile.OPPCardBrandInfoCvvMode : Swift.Hashable {}
|
|
4274
|
+
extension OPPWAMobile.OPPCardBrandInfoCvvMode : Swift.RawRepresentable {}
|
|
4275
|
+
extension OPPWAMobile.OPPSecurityPolicyMode : Swift.Equatable {}
|
|
4276
|
+
extension OPPWAMobile.OPPSecurityPolicyMode : Swift.Hashable {}
|
|
4277
|
+
extension OPPWAMobile.OPPSecurityPolicyMode : Swift.RawRepresentable {}
|
|
4278
|
+
extension OPPWAMobile.OPPPaymentSchemeSectionType : Swift.Equatable {}
|
|
4279
|
+
extension OPPWAMobile.OPPPaymentSchemeSectionType : Swift.Hashable {}
|
|
4280
|
+
extension OPPWAMobile.OPPPaymentSchemeSectionType : Swift.RawRepresentable {}
|
|
4281
|
+
extension OPPWAMobile.OPPAnalyticsDataIntegrationType : Swift.Equatable {}
|
|
4282
|
+
extension OPPWAMobile.OPPAnalyticsDataIntegrationType : Swift.Hashable {}
|
|
4283
|
+
extension OPPWAMobile.OPPAnalyticsDataIntegrationType : Swift.RawRepresentable {}
|
|
4284
|
+
extension OPPWAMobile.OPPAmazonPayConfig.OPPAmazonPayRegion : Swift.Equatable {}
|
|
4285
|
+
extension OPPWAMobile.OPPAmazonPayConfig.OPPAmazonPayRegion : Swift.Hashable {}
|
|
4286
|
+
extension OPPWAMobile.OPPAmazonPayConfig.OPPAmazonPayRegion : Swift.RawRepresentable {}
|
|
4287
|
+
extension OPPWAMobile.OPPWebBrowserSessionType : Swift.Equatable {}
|
|
4288
|
+
extension OPPWAMobile.OPPWebBrowserSessionType : Swift.Hashable {}
|
|
4289
|
+
extension OPPWAMobile.OPPWebBrowserSessionType : Swift.RawRepresentable {}
|
|
4290
|
+
extension OPPWAMobile.OPPNetworkResponseContentType : Swift.Equatable {}
|
|
4291
|
+
extension OPPWAMobile.OPPNetworkResponseContentType : Swift.Hashable {}
|
|
4292
|
+
extension OPPWAMobile.OPPNetworkResponseContentType : Swift.RawRepresentable {}
|
|
4293
|
+
extension OPPWAMobile.OPPThreeDS2Flow : Swift.Equatable {}
|
|
4294
|
+
extension OPPWAMobile.OPPThreeDS2Flow : Swift.Hashable {}
|
|
4295
|
+
extension OPPWAMobile.OPPThreeDS2Flow : Swift.RawRepresentable {}
|
|
4296
|
+
extension OPPWAMobile.OPPThreeDS2Status : Swift.Equatable {}
|
|
4297
|
+
extension OPPWAMobile.OPPThreeDS2Status : Swift.Hashable {}
|
|
4298
|
+
extension OPPWAMobile.OPPThreeDS2Status : Swift.RawRepresentable {}
|
|
4299
|
+
extension OPPWAMobile.OPPFeatureSwitch : Swift.Equatable {}
|
|
4300
|
+
extension OPPWAMobile.OPPFeatureSwitch : Swift.Hashable {}
|
|
4301
|
+
extension OPPWAMobile.OPPFeatureSwitch : Swift.RawRepresentable {}
|
|
4302
|
+
extension OPPWAMobile.OPPCheckoutBrandDetectionType : Swift.Equatable {}
|
|
4303
|
+
extension OPPWAMobile.OPPCheckoutBrandDetectionType : Swift.Hashable {}
|
|
4304
|
+
extension OPPWAMobile.OPPCheckoutBrandDetectionType : Swift.RawRepresentable {}
|
|
4305
|
+
extension OPPWAMobile.OPPNetworkServiceMethod : Swift.Equatable {}
|
|
4306
|
+
extension OPPWAMobile.OPPNetworkServiceMethod : Swift.Hashable {}
|
|
4307
|
+
extension OPPWAMobile.OPPNetworkServiceMethod : Swift.RawRepresentable {}
|
|
4308
|
+
extension OPPWAMobile.OPPCheckoutSkipCVVMode : Swift.Equatable {}
|
|
4309
|
+
extension OPPWAMobile.OPPCheckoutSkipCVVMode : Swift.Hashable {}
|
|
4310
|
+
extension OPPWAMobile.OPPCheckoutSkipCVVMode : Swift.RawRepresentable {}
|
|
4311
|
+
extension OPPWAMobile.OPPPayToPaymentOption : Swift.Equatable {}
|
|
4312
|
+
extension OPPWAMobile.OPPPayToPaymentOption : Swift.Hashable {}
|
|
4313
|
+
extension OPPWAMobile.OPPPayToPaymentOption : Swift.RawRepresentable {}
|
|
4314
|
+
extension OPPWAMobile.OPPPayToPaymentOption : Swift.Identifiable {}
|
|
4315
|
+
extension OPPWAMobile.OPPLogLevel : Swift.Equatable {}
|
|
4316
|
+
extension OPPWAMobile.OPPLogLevel : Swift.Hashable {}
|
|
4317
|
+
extension OPPWAMobile.OPPLogLevel : Swift.RawRepresentable {}
|
|
4318
|
+
extension OPPWAMobile.OPPCheckoutStorePaymentDetailsMode : Swift.Equatable {}
|
|
4319
|
+
extension OPPWAMobile.OPPCheckoutStorePaymentDetailsMode : Swift.Hashable {}
|
|
4320
|
+
extension OPPWAMobile.OPPCheckoutStorePaymentDetailsMode : Swift.RawRepresentable {}
|
|
4321
|
+
extension OPPWAMobile.OPPCheckoutBrandDetectionAppearanceStyle : Swift.Equatable {}
|
|
4322
|
+
extension OPPWAMobile.OPPCheckoutBrandDetectionAppearanceStyle : Swift.Hashable {}
|
|
4323
|
+
extension OPPWAMobile.OPPCheckoutBrandDetectionAppearanceStyle : Swift.RawRepresentable {}
|
|
4324
|
+
extension OPPWAMobile.OPPTransactionType : Swift.Equatable {}
|
|
4325
|
+
extension OPPWAMobile.OPPTransactionType : Swift.Hashable {}
|
|
4326
|
+
extension OPPWAMobile.OPPTransactionType : Swift.RawRepresentable {}
|
|
4327
|
+
extension OPPWAMobile.OPPCheckoutThemeStyle : Swift.Equatable {}
|
|
4328
|
+
extension OPPWAMobile.OPPCheckoutThemeStyle : Swift.Hashable {}
|
|
4329
|
+
extension OPPWAMobile.OPPCheckoutThemeStyle : Swift.RawRepresentable {}
|
|
4330
|
+
extension OPPWAMobile.OPPNetworkRequestContentType : Swift.Equatable {}
|
|
4331
|
+
extension OPPWAMobile.OPPNetworkRequestContentType : Swift.Hashable {}
|
|
4332
|
+
extension OPPWAMobile.OPPNetworkRequestContentType : Swift.RawRepresentable {}
|
|
4333
|
+
extension OPPWAMobile.OPPApplePayStatus : Swift.Equatable {}
|
|
4334
|
+
extension OPPWAMobile.OPPApplePayStatus : Swift.Hashable {}
|
|
4335
|
+
extension OPPWAMobile.OPPApplePayStatus : Swift.RawRepresentable {}
|