react-native-hyperpay-sdk 0.16.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/OPPWAMobile.xcframework/Info.plist +42 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1100 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- 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/Klarna.json +67 -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/amex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- 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 +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- 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/visa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +64 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +117 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +58 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +106 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +63 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +77 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +156 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +189 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +62 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +211 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +124 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +41 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +66 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +212 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +68 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +108 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +89 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +121 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +60 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +1649 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +56 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +80 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +71 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- 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 +116 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- 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/Klarna.json +67 -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 +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 +3479 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- 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/amex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +90 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +95 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +153 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +107 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +102 -0
- 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 +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +94 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +74 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +98 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +104 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +91 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +102 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +96 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +103 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +88 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- 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/visa.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +92 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +4503 -0
- package/android/.DS_Store +0 -0
- package/android/libs/.DS_Store +0 -0
- package/ipworks3ds_sdk.xcframework/.DS_Store +0 -0
- package/ipworks3ds_sdk.xcframework/Info.plist +42 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/.DS_Store +0 -0
- 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 +1242 -0
- 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 +759 -0
- 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 +759 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +282 -0
- 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/.DS_Store +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 +1862 -0
- 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 +759 -0
- 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 +759 -0
- 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 +759 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +410 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +312 -0
- 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/package.json +3 -2
- package/react-native-hyperpay-sdk.podspec +1 -3
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>AvailableLibraries</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>LibraryIdentifier</key>
|
|
9
|
+
<string>ios-arm64_armv7</string>
|
|
10
|
+
<key>LibraryPath</key>
|
|
11
|
+
<string>OPPWAMobile.framework</string>
|
|
12
|
+
<key>SupportedArchitectures</key>
|
|
13
|
+
<array>
|
|
14
|
+
<string>arm64</string>
|
|
15
|
+
<string>armv7</string>
|
|
16
|
+
</array>
|
|
17
|
+
<key>SupportedPlatform</key>
|
|
18
|
+
<string>ios</string>
|
|
19
|
+
</dict>
|
|
20
|
+
<dict>
|
|
21
|
+
<key>LibraryIdentifier</key>
|
|
22
|
+
<string>ios-arm64_i386_x86_64-simulator</string>
|
|
23
|
+
<key>LibraryPath</key>
|
|
24
|
+
<string>OPPWAMobile.framework</string>
|
|
25
|
+
<key>SupportedArchitectures</key>
|
|
26
|
+
<array>
|
|
27
|
+
<string>arm64</string>
|
|
28
|
+
<string>i386</string>
|
|
29
|
+
<string>x86_64</string>
|
|
30
|
+
</array>
|
|
31
|
+
<key>SupportedPlatform</key>
|
|
32
|
+
<string>ios</string>
|
|
33
|
+
<key>SupportedPlatformVariant</key>
|
|
34
|
+
<string>simulator</string>
|
|
35
|
+
</dict>
|
|
36
|
+
</array>
|
|
37
|
+
<key>CFBundlePackageType</key>
|
|
38
|
+
<string>XFWK</string>
|
|
39
|
+
<key>XCFrameworkFormatVersion</key>
|
|
40
|
+
<string>1.0</string>
|
|
41
|
+
</dict>
|
|
42
|
+
</plist>
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
#import "OPPPaymentParams.h"
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
Class to encapsulate all necessary transaction parameters for performing an Apple Pay transaction.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
19
|
+
@interface OPPApplePayPaymentParams : OPPPaymentParams
|
|
20
|
+
|
|
21
|
+
/// @name Initialization
|
|
22
|
+
|
|
23
|
+
/// :nodoc:
|
|
24
|
+
- (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
Creates an object representing an Apple Pay transaction.
|
|
28
|
+
|
|
29
|
+
@param checkoutID The checkout ID of the transaction. Must be not nil or empty.
|
|
30
|
+
@param tokenData UTF-8 encoded JSON dictionary of encrypted payment data.
|
|
31
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
32
|
+
@return Returns an object representing an Apple Pay transaction, and nil if parameters are invalid.
|
|
33
|
+
*/
|
|
34
|
+
+ (nullable instancetype)applePayPaymentParamsWithCheckoutID:(NSString *)checkoutID tokenData:(NSData *)tokenData error:(NSError **)error;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
Creates an object representing an Apple Pay transaction.
|
|
38
|
+
|
|
39
|
+
@param checkoutID The checkout ID of the transaction. Must be not nil or empty.
|
|
40
|
+
@param tokenData UTF-8 encoded JSON dictionary of encrypted payment data.
|
|
41
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
42
|
+
@return Returns an object representing an Apple Pay transaction, and nil if parameters are invalid.
|
|
43
|
+
*/
|
|
44
|
+
- (nullable instancetype)initWithCheckoutID:(NSString *)checkoutID tokenData:(NSData *)tokenData error:(NSError **)error NS_DESIGNATED_INITIALIZER;
|
|
45
|
+
|
|
46
|
+
/// @name Properties
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
UTF-8 encoded JSON dictionary of encrypted payment data. Ready for transmission to merchant's e-commerce backend for decryption and submission to a payment processor's gateway.
|
|
50
|
+
*/
|
|
51
|
+
@property (nonatomic, copy, readonly) NSData *tokenData;
|
|
52
|
+
|
|
53
|
+
/// @name Validation methods
|
|
54
|
+
/**
|
|
55
|
+
Checks if the token data is valid to perform a transaction.
|
|
56
|
+
|
|
57
|
+
@param tokenData UTF-8 encoded JSON dictionary of encrypted payment data.
|
|
58
|
+
@return `YES` if the token data is not empty.
|
|
59
|
+
*/
|
|
60
|
+
+ (BOOL)isTokenDataValid:(NSData *)tokenData;
|
|
61
|
+
|
|
62
|
+
@end
|
|
63
|
+
|
|
64
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
@import Foundation;
|
|
13
|
+
@import PassKit;
|
|
14
|
+
|
|
15
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
Class that reports the status code and errors that you return when a payment is authorized.
|
|
19
|
+
*/
|
|
20
|
+
@interface OPPApplePayRequestAuthorizationResult : NSObject
|
|
21
|
+
|
|
22
|
+
/// @name Initialization
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
Initializes the result with the status code and list of errors.
|
|
26
|
+
@param status Payment authorization general status.
|
|
27
|
+
@param errors List of errors in the Apple Pay form (available for iOS 11 and higher).
|
|
28
|
+
*/
|
|
29
|
+
- (instancetype)initWithStatus:(PKPaymentAuthorizationStatus)status
|
|
30
|
+
errors:(nullable NSArray<NSError *> *)errors NS_DESIGNATED_INITIALIZER;
|
|
31
|
+
|
|
32
|
+
/// @name Properties
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
Payment authorization general status.
|
|
36
|
+
*/
|
|
37
|
+
@property (nonatomic) PKPaymentAuthorizationStatus status;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
Any errors that applied. These errors will be displayed to the user to correct (available for iOS 11 and higher).
|
|
41
|
+
Errors should be ordered from most to least serious.
|
|
42
|
+
See `PKError` for specific `NSError` keys to use to enable rich error handling.
|
|
43
|
+
*/
|
|
44
|
+
@property (null_resettable, nonatomic, copy) NSArray<NSError *> *errors;
|
|
45
|
+
|
|
46
|
+
@end
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
Base class for updating the payment request after the shopper makes changes on the payment form.
|
|
51
|
+
*/
|
|
52
|
+
@interface OPPApplePayRequestUpdate : NSObject
|
|
53
|
+
|
|
54
|
+
/// @name Initialization
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
Initializes a payment request update with the given list of summary items.
|
|
58
|
+
@param paymentSummaryItems The new payment summary items to update the payment request with.
|
|
59
|
+
*/
|
|
60
|
+
- (instancetype)initWithPaymentSummaryItems:(NSArray<PKPaymentSummaryItem *> *)paymentSummaryItems NS_DESIGNATED_INITIALIZER;
|
|
61
|
+
|
|
62
|
+
/// @name Properties
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
The status of the payment request update.
|
|
66
|
+
Set `PKPaymentAuthorizationStatusSuccess` for a successful update, and `PKPaymentAuthorizationStatusFailure` if you were unable to process the required changes.
|
|
67
|
+
`PKPaymentAuthorizationStatusSuccess` by default.
|
|
68
|
+
*/
|
|
69
|
+
@property (nonatomic) PKPaymentAuthorizationStatus status;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
The new payment summary items to update the payment request with.
|
|
73
|
+
*/
|
|
74
|
+
@property (nonatomic, copy) NSArray<PKPaymentSummaryItem *> *paymentSummaryItems;
|
|
75
|
+
|
|
76
|
+
@end
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
Class for updating the payment request after the shipping contact information changed.
|
|
80
|
+
*/
|
|
81
|
+
@interface OPPApplePayRequestShippingContactUpdate : OPPApplePayRequestUpdate
|
|
82
|
+
|
|
83
|
+
/// @name Initialization
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
Initializes a payment request update with provided errors, payment summary items and shipping methods.
|
|
87
|
+
@param errors List of errors in the shipping contact information (available for iOS 11 and higher). See `PKError` for specific `NSError` keys to use.
|
|
88
|
+
@param paymentSummaryItems The new payment summary items to update the payment request with.
|
|
89
|
+
@param shippingMethods The new shipping methods to update the payment request with.
|
|
90
|
+
*/
|
|
91
|
+
- (instancetype)initWithErrors:(nullable NSArray<NSError *> *)errors
|
|
92
|
+
paymentSummaryItems:(NSArray<PKPaymentSummaryItem *> *)paymentSummaryItems
|
|
93
|
+
shippingMethods:(NSArray<PKShippingMethod *> *)shippingMethods NS_DESIGNATED_INITIALIZER;
|
|
94
|
+
|
|
95
|
+
/// @name Properties
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
The new shipping methods to update the payment request with.
|
|
99
|
+
*/
|
|
100
|
+
@property (nonatomic, copy) NSArray<PKShippingMethod *> *shippingMethods;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
List of errors in the shipping contact information (available for iOS 11 and higher).
|
|
104
|
+
See `PKError` for specific `NSError` keys to use.
|
|
105
|
+
*/
|
|
106
|
+
@property (null_resettable, nonatomic, copy) NSArray<NSError *> *errors;
|
|
107
|
+
|
|
108
|
+
@end
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
Class for updating the payment request after the shipping method changed.
|
|
112
|
+
*/
|
|
113
|
+
@interface OPPApplePayRequestShippingMethodUpdate : OPPApplePayRequestUpdate
|
|
114
|
+
|
|
115
|
+
@end
|
|
116
|
+
|
|
117
|
+
NS_ASSUME_NONNULL_END
|
package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
#import <Foundation/Foundation.h>
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
Class to encapsulate shopper’s bank account details that have been tokenized.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
19
|
+
@interface OPPBankAccount : NSObject
|
|
20
|
+
|
|
21
|
+
/// @name Properties
|
|
22
|
+
|
|
23
|
+
/** The name of the bank account holder. */
|
|
24
|
+
@property (nonatomic, copy) NSString *holder;
|
|
25
|
+
|
|
26
|
+
/** The IBAN (International Bank Account Number) associated with the bank account. */
|
|
27
|
+
@property (nonatomic, copy) NSString *IBAN;
|
|
28
|
+
|
|
29
|
+
/// @name Initialization
|
|
30
|
+
|
|
31
|
+
/// :nodoc:
|
|
32
|
+
- (instancetype)init NS_UNAVAILABLE;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
Creates an `OPPBankAccount` object from the JSON.
|
|
36
|
+
@param JSON A dictionary with parameters received from the Server.
|
|
37
|
+
@return Returns an `OPPBankAccount` object, or `nil` if JSON contains invalid values.
|
|
38
|
+
*/
|
|
39
|
+
+ (nullable instancetype)bankAccountFromJSON:(NSDictionary *)JSON;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
Creates an `OPPBankAccount` object with the provided values.
|
|
43
|
+
@param holder The name of the bank account holder.
|
|
44
|
+
@param IBAN The IBAN (International Bank Account Number) associated with the bank account.
|
|
45
|
+
@return Returns an `OPPBankAccount` object, or `nil` if parameters are empty.
|
|
46
|
+
*/
|
|
47
|
+
+ (nullable instancetype)bankAccountWithHolder:(NSString *)holder IBAN:(NSString *)IBAN;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
Creates an `OPPBankAccount` object with the provided values.
|
|
51
|
+
@param holder The name of the bank account holder.
|
|
52
|
+
@param IBAN The IBAN (International Bank Account Number) associated with the bank account.
|
|
53
|
+
@return Returns an `OPPBankAccount` object, or `nil` if parameters are empty.
|
|
54
|
+
*/
|
|
55
|
+
- (nullable instancetype)initWithHolder:(NSString *)holder IBAN:(NSString *)IBAN NS_DESIGNATED_INITIALIZER;
|
|
56
|
+
|
|
57
|
+
@end
|
|
58
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
#import "OPPPaymentParams.h"
|
|
13
|
+
|
|
14
|
+
/** Class to encapsulate all necessary transaction parameters for performing a bank transfer transaction. */
|
|
15
|
+
|
|
16
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
17
|
+
@interface OPPBankAccountPaymentParams : OPPPaymentParams
|
|
18
|
+
|
|
19
|
+
/// @name Initialization
|
|
20
|
+
|
|
21
|
+
/// :nodoc:
|
|
22
|
+
- (instancetype)initWithCheckoutID:(NSString *)checkoutID paymentBrand:(NSString *)paymentBrand error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
Creates an object representing a SEPA direct debit transaction.
|
|
26
|
+
|
|
27
|
+
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
28
|
+
@param holder The name of the bank account holder.
|
|
29
|
+
@param IBAN The IBAN (International Bank Account Number) associated with the bank account.
|
|
30
|
+
@param tokenizationEnabled If `YES`, the payment information will be stored for future use.
|
|
31
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
32
|
+
@return Returns an object representing a SEPA direct debit transaction, and `nil` if parameters are invalid.
|
|
33
|
+
*/
|
|
34
|
+
+ (nullable instancetype)directDebitSEPAPaymentParamsWithCheckoutID:(NSString *)checkoutID holder:(NSString *)holder IBAN:(NSString *)IBAN tokenizationEnabled:(BOOL)tokenizationEnabled error:(NSError **)error;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
Creates an object representing a SOFORT banking transaction.
|
|
38
|
+
|
|
39
|
+
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
40
|
+
@param country The country code of the bank account (ISO 3166-1).
|
|
41
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
42
|
+
@return Returns an object representing a SOFORT banking transaction, and `nil` if parameters are invalid.
|
|
43
|
+
*/
|
|
44
|
+
+ (nullable instancetype)sofortBankingPaymentParamsWithCheckoutID:(NSString *)checkoutID country:(NSString *)country error:(NSError **)error;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
Creates an object representing an IDEAL transaction.
|
|
48
|
+
|
|
49
|
+
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
50
|
+
@param bankName The name of the bank which holds the account.
|
|
51
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
52
|
+
@return Returns an object representing an IDEAL transaction, and `nil` if parameters are invalid.
|
|
53
|
+
*/
|
|
54
|
+
+ (nullable instancetype)idealPaymentParamsWithCheckoutID:(NSString *)checkoutID bankName:(NSString *)bankName error:(NSError **)error;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
Creates an object representing a Giropay transaction.
|
|
58
|
+
|
|
59
|
+
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
60
|
+
@param BIC The BIC (Bank Identifier Code (SWIFT)) number of the bank account. Either the bankCode or the BIC are required.
|
|
61
|
+
@param bankCode The code associated with the bank account. Either the bankCode or the BIC are required.
|
|
62
|
+
@param IBAN The IBAN (International Bank Account Number) associated with the bank account.
|
|
63
|
+
@param accountNumber The account number of the bank account.
|
|
64
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
65
|
+
@return Returns an object representing a Giropay transaction, and `nil` if parameters are invalid.
|
|
66
|
+
*/
|
|
67
|
+
+ (nullable instancetype)giropayPaymentParamsWithCheckoutID:(NSString *)checkoutID BIC:(nullable NSString *)BIC bankCode:(nullable NSString *)bankCode IBAN:(nullable NSString *)IBAN accountNumber:(nullable NSString *)accountNumber error:(NSError **)error;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
Creates an object representing a Paytrail transaction.
|
|
71
|
+
|
|
72
|
+
@param checkoutID The checkout ID of the transaction. Must be not `nil` or empty.
|
|
73
|
+
@param error The error that occurred while validating payment parameters. See code attribute (`OPPErrorCode`) and `NSLocalizedDescription` to identify the reason of failure.
|
|
74
|
+
@return Returns an object representing a Paytrail transaction, and `nil` if parameters are invalid.
|
|
75
|
+
*/
|
|
76
|
+
+ (nullable instancetype)paytrailPaymentParamsWithCheckoutID:(NSString *)checkoutID error:(NSError **)error;
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
/// @name Properties
|
|
80
|
+
|
|
81
|
+
/** The name of the bank account holder. */
|
|
82
|
+
@property (nonatomic, copy, readonly, nullable) NSString *holder;
|
|
83
|
+
|
|
84
|
+
/** The IBAN (International Bank Account Number) associated with the bank account. */
|
|
85
|
+
@property (nonatomic, copy, readonly, nullable) NSString *IBAN;
|
|
86
|
+
|
|
87
|
+
/** The account number of the bank account. Either the account number or the IBAN are required. */
|
|
88
|
+
@property (nonatomic, copy, readonly, nullable) NSString *accountNumber;
|
|
89
|
+
|
|
90
|
+
/** The country code of the bank account (ISO 3166-1). */
|
|
91
|
+
@property (nonatomic, copy, readonly, nullable) NSString *country;
|
|
92
|
+
|
|
93
|
+
/** The name of the bank which holds the account. */
|
|
94
|
+
@property (nonatomic, copy, readonly, nullable) NSString *bankName;
|
|
95
|
+
|
|
96
|
+
/** The BIC (Bank Identifier Code (SWIFT)) number of the bank account. Either the bankCode or the BIC are required. */
|
|
97
|
+
@property (nonatomic, copy, readonly, nullable) NSString *BIC;
|
|
98
|
+
|
|
99
|
+
/** The code associated with the bank account. Either the bankCode or the BIC are required. */
|
|
100
|
+
@property (nonatomic, copy, readonly, nullable) NSString *bankCode;
|
|
101
|
+
|
|
102
|
+
/** Default is `NO`. If `YES`, the payment information will be stored for future use. */
|
|
103
|
+
@property (nonatomic, readonly, getter=isTokenizationEnabled) BOOL tokenizationEnabled;
|
|
104
|
+
|
|
105
|
+
/// @name Validation methods
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
Checks if the bank account holder name is filled with sufficient data to perform a transaction.
|
|
109
|
+
|
|
110
|
+
@param holder The name of the bank account holder.
|
|
111
|
+
@return `YES` if the holder name contains more than 4 characters, up to 128 characters.
|
|
112
|
+
*/
|
|
113
|
+
+ (BOOL)isHolderValid:(NSString *)holder;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
Checks if the IBAN is valid.
|
|
117
|
+
The first two 2 characters specify the country code as of ISO 3166-1 alpha-2. Only letters.
|
|
118
|
+
The next 2 characters specify the check digits for a sanity check. Only digits.
|
|
119
|
+
The remaining characters up to 27 characters specify the Basic Bank Account Number (“BBAN”). Both letters & digits allowed.
|
|
120
|
+
|
|
121
|
+
@param IBAN International Bank Account Number.
|
|
122
|
+
@return `YES` if the IBAN meets the criteria described above.
|
|
123
|
+
*/
|
|
124
|
+
+ (BOOL)isIBANValid:(NSString *)IBAN;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
Checks if the account number is valid.
|
|
128
|
+
|
|
129
|
+
@param accountNumber The account number of the bank account.
|
|
130
|
+
@return `YES` if the account number is valid.
|
|
131
|
+
*/
|
|
132
|
+
+ (BOOL)isAccountNumberValid:(NSString *)accountNumber;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
Checks if the country code matches ISO 3166-1 two-letter standard.
|
|
136
|
+
|
|
137
|
+
@param country The country of the bank account.
|
|
138
|
+
@return `YES` if the country code matches ISO 3166-1 two-letter standard.
|
|
139
|
+
*/
|
|
140
|
+
+ (BOOL)isCountryValid:(NSString *)country;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
Checks if the name of the bank is valid.
|
|
144
|
+
|
|
145
|
+
@param bankName The name of the bank which holds the account.
|
|
146
|
+
@return `YES` if the name of the bank is valid.
|
|
147
|
+
*/
|
|
148
|
+
+ (BOOL)isBankNameValid:(NSString *)bankName;
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
Checks if the BIC is valid.
|
|
152
|
+
|
|
153
|
+
@param BIC The BIC (Bank Identifier Code (SWIFT)) number of the bank account.
|
|
154
|
+
@return `YES` if the BIC is valid.
|
|
155
|
+
*/
|
|
156
|
+
+ (BOOL)isBICValid:(NSString *)BIC;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
Checks if the bank code is valid.
|
|
160
|
+
|
|
161
|
+
@param bankCode The code associated with the bank account.
|
|
162
|
+
@return `YES` if the bank code is valid.
|
|
163
|
+
*/
|
|
164
|
+
+ (BOOL)isBankCodeValid:(NSString *)bankCode;
|
|
165
|
+
|
|
166
|
+
@end
|
|
167
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
@import Foundation;
|
|
13
|
+
#import "OPPPaymentParams.h"
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
Class to represent a set of base parameters for common and tokenized cards.
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
20
|
+
@interface OPPBaseCardPaymentParams : OPPPaymentParams
|
|
21
|
+
|
|
22
|
+
/// @name Initialization
|
|
23
|
+
|
|
24
|
+
/// :nodoc:
|
|
25
|
+
- (instancetype)initWithCheckoutID:(NSString *)checkoutID
|
|
26
|
+
paymentBrand:(NSString *)paymentBrand
|
|
27
|
+
error:(NSError * _Nullable __autoreleasing *)error NS_UNAVAILABLE;
|
|
28
|
+
|
|
29
|
+
/** The CVV code found on the card. Property should be set, if CVV check is required for transaction processing. */
|
|
30
|
+
@property (nonatomic, copy, readonly, nullable) NSString *CVV;
|
|
31
|
+
|
|
32
|
+
/** The number of installments the payment should be split into. */
|
|
33
|
+
@property (nonatomic, copy, nullable) NSNumber *numberOfInstallments;
|
|
34
|
+
|
|
35
|
+
/** The params needed for 3-D Secure 2 authentication request. */
|
|
36
|
+
@property (nonatomic, copy, nullable) NSString *threeDS2AuthParams;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
Checks if the card CVV is filled with sufficient data to perform a transaction.
|
|
40
|
+
|
|
41
|
+
@param CVV The card security code or CVV.
|
|
42
|
+
@return `YES` if 3,4-digit number is provided.
|
|
43
|
+
*/
|
|
44
|
+
+ (BOOL)isCvvValid:(NSString *)CVV;
|
|
45
|
+
|
|
46
|
+
@end
|
|
47
|
+
|
|
48
|
+
NS_ASSUME_NONNULL_END
|
package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
#import <Foundation/Foundation.h>
|
|
13
|
+
|
|
14
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
15
|
+
/**
|
|
16
|
+
Class to hold billing address of the customer.
|
|
17
|
+
*/
|
|
18
|
+
@interface OPPBillingAddress : NSObject
|
|
19
|
+
|
|
20
|
+
/// @name Properties
|
|
21
|
+
|
|
22
|
+
/** The country of the billing address. */
|
|
23
|
+
@property (nonatomic, copy, nullable, readonly) NSString *country;
|
|
24
|
+
|
|
25
|
+
/** The county, state or region of the billing address. */
|
|
26
|
+
@property (nonatomic, copy, nullable, readonly) NSString *state;
|
|
27
|
+
|
|
28
|
+
/** The city of the billing address. */
|
|
29
|
+
@property (nonatomic, copy, nullable, readonly) NSString *city;
|
|
30
|
+
|
|
31
|
+
/** The postal code or zip code of the billing address. */
|
|
32
|
+
@property (nonatomic, copy, nullable, readonly) NSString *postCode;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
The door number, floor, building number, building name, and/or street name of the billing address.
|
|
36
|
+
Mandatory for 3D Secure v2.
|
|
37
|
+
*/
|
|
38
|
+
@property (nonatomic, copy, nullable, readonly) NSString *street1;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
The adjoining road or locality (if required) of the billing address.
|
|
42
|
+
The combination of street1 and street2 can't contain numbers only, it should also include characters.
|
|
43
|
+
*/
|
|
44
|
+
@property (nonatomic, copy, nullable, readonly) NSString *street2;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
A flag that specifies if country is required.
|
|
48
|
+
Default is `YES`.
|
|
49
|
+
*/
|
|
50
|
+
@property (nonatomic, readonly, getter=isCountryRequired) BOOL countryRequired;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
A flag that specifies if state is required.
|
|
54
|
+
Default is `YES`.
|
|
55
|
+
*/
|
|
56
|
+
@property (nonatomic, readonly, getter=isStateRequired) BOOL stateRequired;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
A flag that specifies if city is required.
|
|
60
|
+
Default is `YES`.
|
|
61
|
+
*/
|
|
62
|
+
@property (nonatomic, readonly, getter=isCityRequired) BOOL cityRequired;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
A flag that specifies if post code is required.
|
|
66
|
+
Default is `YES`.
|
|
67
|
+
*/
|
|
68
|
+
@property (nonatomic, readonly, getter=isPostCodeRequired) BOOL postCodeRequired;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
A flag that specifies if street1 is required.
|
|
72
|
+
Default is `YES`.
|
|
73
|
+
*/
|
|
74
|
+
@property (nonatomic, readonly, getter=isStreet1Required) BOOL street1Required;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
A flag that specifies if street1 is required.
|
|
78
|
+
Default is `YES`.
|
|
79
|
+
*/
|
|
80
|
+
@property (nonatomic, readonly, getter=isStreet2Required) BOOL street2Required;
|
|
81
|
+
|
|
82
|
+
/// @name Initialization
|
|
83
|
+
|
|
84
|
+
/// :nodoc:
|
|
85
|
+
- (instancetype)init NS_UNAVAILABLE;
|
|
86
|
+
|
|
87
|
+
@end
|
|
88
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright (c) $$year$$ by ACI Worldwide, Inc.
|
|
3
|
+
// All rights reserved.
|
|
4
|
+
//
|
|
5
|
+
// This software is the confidential and proprietary information
|
|
6
|
+
// of ACI Worldwide Inc ("Confidential Information"). You shall
|
|
7
|
+
// not disclose such Confidential Information and shall use it
|
|
8
|
+
// only in accordance with the terms of the license agreement
|
|
9
|
+
// you entered with ACI Worldwide Inc.
|
|
10
|
+
//
|
|
11
|
+
|
|
12
|
+
#import <Foundation/Foundation.h>
|
|
13
|
+
|
|
14
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
15
|
+
/**
|
|
16
|
+
Builder class for costructing billing address object.
|
|
17
|
+
*/
|
|
18
|
+
@interface OPPBillingAddressBuilder : NSObject
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
Set billing address country.
|
|
22
|
+
@param country The country of the billing address.
|
|
23
|
+
@return self.
|
|
24
|
+
*/
|
|
25
|
+
- (instancetype)withCountry:(nonnull NSString *)country;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
Set billing address state.
|
|
29
|
+
@param state the county, state or region of the billing address.
|
|
30
|
+
@return self.
|
|
31
|
+
*/
|
|
32
|
+
- (instancetype)withState:(nonnull NSString *)state;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
Set billing address city.
|
|
36
|
+
@param city The town, district or city of the billing address.
|
|
37
|
+
@return self.
|
|
38
|
+
*/
|
|
39
|
+
- (instancetype)withCity:(nonnull NSString *)city;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
Set billing address post code.
|
|
43
|
+
@param postCode The postal code or zip code of the billing address.
|
|
44
|
+
@return self.
|
|
45
|
+
*/
|
|
46
|
+
- (instancetype)withPostCode:(nonnull NSString *)postCode;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
Set billing address street1.
|
|
50
|
+
@param street1Required The door number, floor, building number, building name, and/or street name of the billing address.
|
|
51
|
+
@return self.
|
|
52
|
+
*/
|
|
53
|
+
- (instancetype)withStreet1:(nonnull NSString *)street1;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
Set billing address street2.
|
|
57
|
+
@param street2Required The adjoining road or locality (if required) of the billing address.
|
|
58
|
+
@return self.
|
|
59
|
+
*/
|
|
60
|
+
- (instancetype)withStreet2:(nonnull NSString *)street2;
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
Update billing address country required flag.
|
|
64
|
+
Default is `YES`.
|
|
65
|
+
*/
|
|
66
|
+
- (nonnull instancetype)withCountryRequired:(BOOL)countryRequired;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
Update billing address state required flag.
|
|
70
|
+
Default is `YES`.
|
|
71
|
+
*/
|
|
72
|
+
- (instancetype)withStateRequired:(BOOL)stateRequired;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
Update billing address city required flag.
|
|
76
|
+
Default is `YES`.
|
|
77
|
+
*/
|
|
78
|
+
- (instancetype)withCityRequired:(BOOL)cityRequired;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
Update billing address post code required flag.
|
|
82
|
+
Default is `YES`.
|
|
83
|
+
*/
|
|
84
|
+
- (instancetype)withPostCodeRequired:(BOOL)postCodeRequired;
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
Update billing address street1 required flag.
|
|
88
|
+
Default is `YES`.
|
|
89
|
+
*/
|
|
90
|
+
- (instancetype)withStreet1Required:(BOOL)street1Required;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
Update billing address street2 required flag.
|
|
94
|
+
Default is `YES`.
|
|
95
|
+
*/
|
|
96
|
+
- (instancetype)withStreet2Required:(BOOL)street2Required;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
Creates a new billing address.
|
|
100
|
+
@param error The error that occured while building billing address object.
|
|
101
|
+
@return the billing address.
|
|
102
|
+
*/
|
|
103
|
+
- (OPPBillingAddress *)build;
|
|
104
|
+
|
|
105
|
+
@end
|
|
106
|
+
NS_ASSUME_NONNULL_END
|