@adyen/adyen-web 5.1.0 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/adyen.css +8 -7
  2. package/dist/adyen.css.map +1 -1
  3. package/dist/adyen.js +1 -1
  4. package/dist/adyen.js.map +1 -1
  5. package/dist/cjs/adyen.css +8 -7
  6. package/dist/cjs/adyen.css.map +1 -1
  7. package/dist/cjs/index.js +1 -1
  8. package/dist/es/adyen.css +8 -7
  9. package/dist/es/adyen.css.map +1 -1
  10. package/dist/es/ar.js +1 -1
  11. package/dist/es/cs-CZ.js +1 -1
  12. package/dist/es/da-DK.js +1 -1
  13. package/dist/es/de-DE.js +1 -1
  14. package/dist/es/el-GR.js +1 -1
  15. package/dist/es/es-ES.js +1 -1
  16. package/dist/es/fi-FI.js +1 -1
  17. package/dist/es/fr-FR.js +1 -1
  18. package/dist/es/hr-HR.js +1 -1
  19. package/dist/es/hu-HU.js +1 -1
  20. package/dist/es/index.js +1 -1
  21. package/dist/es/it-IT.js +1 -1
  22. package/dist/es/ja-JP.js +1 -1
  23. package/dist/es/ko-KR.js +1 -1
  24. package/dist/es/nl-NL.js +1 -1
  25. package/dist/es/no-NO.js +1 -1
  26. package/dist/es/pl-PL.js +1 -1
  27. package/dist/es/pt-BR.js +1 -1
  28. package/dist/es/ro-RO.js +1 -1
  29. package/dist/es/ru-RU.js +1 -1
  30. package/dist/es/sk-SK.js +1 -1
  31. package/dist/es/sl-SI.js +1 -1
  32. package/dist/es/sv-SE.js +1 -1
  33. package/dist/es/zh-CN.js +1 -1
  34. package/dist/es/zh-TW.js +1 -1
  35. package/dist/types/components/ApplePay/types.d.ts +5 -1
  36. package/dist/types/components/BaseElement.d.ts +2 -1
  37. package/dist/types/components/BcmcMobile/BcmcMobile.d.ts +1 -0
  38. package/dist/types/components/Card/Bancontact.d.ts +7 -2
  39. package/dist/types/components/Card/Card.d.ts +1 -0
  40. package/dist/types/components/Card/components/CardInput/components/CardFields.d.ts +1 -1
  41. package/dist/types/components/Card/components/CardInput/components/types.d.ts +6 -5
  42. package/dist/types/components/Card/components/CardInput/types.d.ts +4 -3
  43. package/dist/types/components/Card/types.d.ts +2 -1
  44. package/dist/types/components/Dragonpay/Dragonpay.d.ts +1 -0
  45. package/dist/types/components/Dropin/Dropin.d.ts +50 -1
  46. package/dist/types/components/Dropin/components/DropinComponent.d.ts +2 -1
  47. package/dist/types/components/Dropin/components/PaymentMethod/InstantPaymentMethods.d.ts +7 -0
  48. package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodList.d.ts +3 -1
  49. package/dist/types/components/Dropin/defaultProps.d.ts +1 -0
  50. package/dist/types/components/Dropin/elements/createElements.d.ts +1 -1
  51. package/dist/types/components/Dropin/elements/createInstantPaymentElements.d.ts +10 -0
  52. package/dist/types/components/Dropin/types.d.ts +9 -0
  53. package/dist/types/components/Econtext/Econtext.d.ts +11 -1
  54. package/dist/types/components/Econtext/components/EcontextInput/EcontextInput.d.ts +14 -2
  55. package/dist/types/components/PayPal/Paypal.d.ts +1 -0
  56. package/dist/types/components/PayPal/types.d.ts +6 -2
  57. package/dist/types/components/Pix/Pix.d.ts +1 -0
  58. package/dist/types/components/Swish/Swish.d.ts +1 -0
  59. package/dist/types/components/WeChat/WeChat.d.ts +1 -0
  60. package/dist/types/components/internal/ContentSeparator/ContentSeparator.d.ts +7 -0
  61. package/dist/types/components/internal/{IssuerList/ContentSeparator → ContentSeparator}/index.d.ts +0 -0
  62. package/dist/types/components/internal/OpenInvoice/utils.d.ts +1 -1
  63. package/dist/types/components/internal/SecuredFields/SecuredFieldsProvider.d.ts +3 -3
  64. package/dist/types/components/internal/SecuredFields/defaultProps.d.ts +2 -1
  65. package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +11 -6
  66. package/dist/types/components/internal/SecuredFields/lib/core/AbstractCSF.d.ts +2 -1
  67. package/dist/types/components/internal/SecuredFields/lib/core/AbstractSecuredField.d.ts +4 -3
  68. package/dist/types/components/internal/SecuredFields/lib/core/SecuredField.d.ts +2 -2
  69. package/dist/types/components/internal/SecuredFields/lib/core/utils/handleBrandFromBinLookup.d.ts +2 -1
  70. package/dist/types/components/internal/SecuredFields/lib/core/utils/processBrand.d.ts +6 -0
  71. package/dist/types/components/internal/SecuredFields/lib/types.d.ts +9 -4
  72. package/dist/types/components/internal/SecuredFields/lib/utilities/commonUtils.d.ts +4 -1
  73. package/dist/types/components/types.d.ts +1 -0
  74. package/dist/types/language/config.d.ts +1 -0
  75. package/dist/types/language/locales/index.d.ts +50 -0
  76. package/dist/types/types/index.d.ts +4 -0
  77. package/dist/types/utils/Script.d.ts +3 -1
  78. package/dist/types/utils/hasOwnProperty.d.ts +1 -0
  79. package/package.json +2 -2
  80. package/dist/types/components/internal/IssuerList/ContentSeparator/ContentSeparator.d.ts +0 -4
package/dist/es/zh-TW.js CHANGED
@@ -1 +1 @@
1
- export default{payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u6301\u5361\u4eba\u59d3\u540d\u7121\u6548","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u4fe1\u7528\u5361\u9a57\u8b49\u78bc / \u4fe1\u7528\u5361\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"\uff05{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"CVC / CVV (\u53ef\u9078)","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f AfterPay \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u60a8\u5fc5\u9808\u5e74\u6eff 18 \u6b72","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u4fe1\u7528\u5361\u865f\u78bc\u7121\u6548","error.va.sf-cc-num.03":"\u8f38\u5165\u4e86\u4e0d\u652f\u63f4\u7684\u5361","error.va.sf-cc-dat.01":"\u5361\u592a\u820a","error.va.sf-cc-dat.02":"\u672a\u4f86\u65e5\u671f\u8ddd\u4eca\u592a\u4e45","error.va.sf-cc-dat.03":"\u60a8\u7684\u5361\u6703\u65bc\u4ed8\u6b3e\u65e5\u671f\u524d\u5230\u671f","error.va.sf-ach-num.01":"\u5e33\u6236\u865f\u78bc\u7121\u6548","error.va.sf-ach-loc.01":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u7121\u6548","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u5361\u865f\u6b04\u4f4d","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u65e5\u671f\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f\u6b04\u4f4d","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd\u6b04\u4f4d","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd\u6b04\u4f4d","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u5361\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc\u6b04\u4f4d","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u79ae\u54c1\u5361\u865f\u6b04\u4f4d","giftcard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u6b04\u4f4d",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u9280\u884c\u5e33\u6236\u6b04\u4f4d","ach.encryptedBankLocationId.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u6b04\u4f4d","twint.saved":"\u5132\u5b58\u7684"};
1
+ export default{payButton:"\u652f\u4ed8","payButton.redirecting":"\u91cd\u65b0\u5c0e\u5411\u4e2d......",storeDetails:"\u5132\u5b58\u4ee5\u4f9b\u4e0b\u6b21\u4ed8\u6b3e\u4f7f\u7528","creditCard.holderName":"\u4fe1\u7528\u5361\u4e0a\u7684\u59d3\u540d","creditCard.holderName.placeholder":"J. Smith","creditCard.holderName.invalid":"\u6301\u5361\u4eba\u59d3\u540d\u7121\u6548","creditCard.numberField.title":"\u4fe1\u7528\u5361\u865f\u78bc","creditCard.numberField.placeholder":"1234 5678 9012 3456","creditCard.expiryDateField.title":"\u5230\u671f\u65e5\u671f","creditCard.expiryDateField.placeholder":"MM/YY","creditCard.expiryDateField.month":"\u6708\u4efd","creditCard.expiryDateField.month.placeholder":"MM","creditCard.expiryDateField.year.placeholder":"YY","creditCard.expiryDateField.year":"\u5e74\u4efd","creditCard.cvcField.title":"\u4fe1\u7528\u5361\u9a57\u8b49\u78bc / \u4fe1\u7528\u5361\u5b89\u5168\u78bc","creditCard.cvcField.placeholder":"123","creditCard.storeDetailsButton":"\u8a18\u4f4f\u4f9b\u4e0b\u6b21\u4f7f\u7528","creditCard.cvcField.placeholder.4digits":"4 \u4f4d\u6578","creditCard.cvcField.placeholder.3digits":"3 \u4f4d\u6578","creditCard.taxNumber.placeholder":"\u5e74\u6708\u65e5\uff0f0123456789",installments:"\u5206\u671f\u4ed8\u6b3e\u7684\u671f\u6578",installmentOption:"%{times}x %{partialValue}",installmentOptionMonths:"\uff05{times} \u500b\u6708","installments.oneTime":"\u4e00\u6b21\u6027\u4ed8\u6b3e","installments.installments":"\u5206\u671f\u4ed8\u6b3e","installments.revolving":"\u5ef6\u671f\u4ed8\u6b3e","sepaDirectDebit.ibanField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","sepaDirectDebit.nameField.placeholder":"J. Smith","sepa.ownerName":"\u6301\u6709\u4eba\u540d\u7a31","sepa.ibanNumber":"\u5e33\u6236\u865f\u78bc (IBAN)","error.title":"\u932f\u8aa4","error.subtitle.redirect":"\u7121\u6cd5\u91cd\u65b0\u5c0e\u5411","error.subtitle.payment":"\u4ed8\u6b3e\u5931\u6557","error.subtitle.refused":"\u4ed8\u6b3e\u906d\u62d2\u7d55","error.message.unknown":"\u767c\u751f\u672a\u77e5\u932f\u8aa4","idealIssuer.selectField.title":"\u9280\u884c","idealIssuer.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","creditCard.success":"\u4ed8\u6b3e\u6210\u529f",loading:"\u6b63\u5728\u8f09\u5165...",continue:"\u7e7c\u7e8c",continueTo:"\u7e7c\u7e8c\u524d\u5f80","wechatpay.timetopay":"\u60a8\u6709 %@ \u53ef\u4ee5\u652f\u4ed8","wechatpay.scanqrcode":"\u6383\u63cf QR \u4ee3\u78bc",personalDetails:"\u500b\u4eba\u8a73\u7d30\u8cc7\u6599",companyDetails:"\u516c\u53f8\u8a73\u60c5","companyDetails.name":"\u516c\u53f8\u540d\u7a31","companyDetails.registrationNumber":"\u8a3b\u518a\u865f\u78bc",socialSecurityNumber:"\u793e\u6703\u5b89\u5168\u78bc",firstName:"\u540d\u5b57",infix:"\u524d\u7db4",lastName:"\u59d3\u6c0f",mobileNumber:"\u884c\u52d5\u96fb\u8a71\u865f\u78bc","mobileNumber.invalid":"\u624b\u6a5f\u865f\u78bc\u7121\u6548",city:"\u57ce\u5e02",postalCode:"\u90f5\u905e\u5340\u865f",countryCode:"\u570b\u5bb6\u4ee3\u78bc",telephoneNumber:"\u96fb\u8a71\u865f\u78bc",dateOfBirth:"\u51fa\u751f\u65e5\u671f",shopperEmail:"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740",gender:"\u6027\u5225",male:"\u7537",female:"\u5973",billingAddress:"\u5e33\u55ae\u5730\u5740",street:"\u8857\u9053",stateOrProvince:"\u5dde/\u7e23/\u5e02",country:"\u570b\u5bb6/\u5730\u5340",houseNumberOrName:"\u9580\u724c\u865f",separateDeliveryAddress:"\u6307\u5b9a\u53e6\u4e00\u500b\u6d3e\u9001\u5730\u5740",deliveryAddress:"\u6d3e\u9001\u5730\u5740",zipCode:"\u90f5\u905e\u5340\u865f",apartmentSuite:"\u516c\u5bd3\uff0f\u5957\u623f",provinceOrTerritory:"\u7701\u6216\u5730\u5340",cityTown:"\u5e02\uff0f\u93ae",address:"\u5730\u5740",state:"\u5dde","field.title.optional":"\uff08\u9078\u7528\uff09","creditCard.cvcField.title.optional":"CVC / CVV (\u53ef\u9078)","issuerList.wallet.placeholder":"\u9078\u53d6\u60a8\u7684\u96fb\u5b50\u9322\u5305",privacyPolicy:"\u96b1\u79c1\u6b0a\u653f\u7b56","afterPay.agreement":"\u6211\u540c\u610f AfterPay \u7684%@",paymentConditions:"\u4ed8\u6b3e\u7d30\u5247",openApp:"\u958b\u555f\u61c9\u7528\u7a0b\u5f0f","voucher.readInstructions":"\u95b1\u89bd\u8aaa\u660e","voucher.introduction":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u512a\u60e0\u5238\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.expirationDate":"\u5230\u671f\u65e5\u671f","voucher.alternativeReference":"\u5099\u9078\u53c3\u7167","dragonpay.voucher.non.bank.selectField.placeholder":"\u9078\u64c7\u60a8\u7684\u4f9b\u61c9\u5546","dragonpay.voucher.bank.selectField.placeholder":"\u9078\u53d6\u60a8\u7684\u9280\u884c","voucher.paymentReferenceLabel":"\u4ed8\u6b3e\u53c3\u7167\u865f\u78bc","voucher.surcharge":"\u5305\u542b %@ \u9644\u52a0\u8cbb","voucher.introduction.doku":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.shopperName":"\u8cfc\u7269\u8005\u59d3\u540d","voucher.merchantName":"\u5546\u5bb6","voucher.introduction.econtext":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","voucher.telephoneNumber":"\u96fb\u8a71\u865f\u78bc","voucher.shopperReference":"\u8cfc\u7269\u8005\u53c3\u8003","voucher.collectionInstitutionNumber":"\u6536\u6b3e\u6a5f\u69cb\u7de8\u865f","voucher.econtext.telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7684\u9577\u5ea6\u5fc5\u9808\u70ba 10 \u6216 11 \u4f4d\u6578","boletobancario.btnLabel":"\u7522\u751f Boleto","boleto.sendCopyToEmail":"\u5c07\u8907\u672c\u50b3\u9001\u81f3\u6211\u7684\u96fb\u5b50\u90f5\u4ef6","button.copy":"\u8907\u88fd","button.download":"\u4e0b\u8f09","creditCard.storedCard.description.ariaLabel":"\u5df2\u5132\u5b58\u4ee5 %@ \u7d50\u5c3e\u7684\u4fe1\u7528\u5361","voucher.entity":"\u5be6\u9ad4",donateButton:"\u6350\u8d08",notNowButton:"\u7a0d\u5f8c\u518d\u8aaa",thanksForYourSupport:"\u611f\u8b1d\u60a8\u7684\u652f\u6301\uff01",preauthorizeWith:"\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u9032\u884c\u9810\u5148\u6388\u6b0a\uff1a",confirmPreauthorization:"\u78ba\u8a8d\u9810\u5148\u6388\u6b0a",confirmPurchase:"\u78ba\u8a8d\u8cfc\u8cb7",applyGiftcard:"\u514c\u63db",giftcardBalance:"\u79ae\u54c1\u5361\u9918\u984d",deductedBalance:"\u6263\u9664\u9918\u984d","creditCard.pin.title":"\u6578\u5b57\u5bc6\u78bc","creditCard.encryptedPassword.label":"\u5361\u5bc6\u78bc\u7684\u524d 2 \u4f4d\u6578\u5b57","creditCard.encryptedPassword.placeholder":"12","creditCard.encryptedPassword.invalid":"\u5bc6\u78bc\u7121\u6548","creditCard.taxNumber.label":"\u6301\u5361\u4eba\u751f\u65e5\uff08\u5e74\u6708\u65e5\uff09\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.labelAlt":"\u516c\u53f8\u8a3b\u518a\u865f\u78bc\uff0810 \u4f4d\u6578\uff09","creditCard.taxNumber.invalid":"\u6301\u5361\u4eba\u751f\u65e5\u6216\u516c\u53f8\u8a3b\u518a\u865f\u78bc\u7121\u6548","storedPaymentMethod.disable.button":"\u79fb\u9664","storedPaymentMethod.disable.confirmation":"\u79fb\u9664\u5df2\u5132\u5b58\u4ed8\u6b3e\u65b9\u5f0f","storedPaymentMethod.disable.confirmButton":"\u662f\uff0c\u8acb\u79fb\u9664","storedPaymentMethod.disable.cancelButton":"\u53d6\u6d88","ach.bankAccount":"\u9280\u884c\u5e33\u6236","ach.accountHolderNameField.title":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","ach.accountHolderNameField.placeholder":"J. Smith","ach.accountHolderNameField.invalid":"\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","ach.accountNumberField.title":"\u5e33\u6236\u865f\u78bc","ach.accountNumberField.invalid":"\u5e33\u6236\u865f\u78bc\u7121\u6548","ach.accountLocationField.title":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f","ach.accountLocationField.invalid":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","select.state":"\u9078\u53d6\u5dde","select.stateOrProvince":"\u9078\u64c7\u5dde\u6216\u7701","select.provinceOrTerritory":"\u9078\u53d6\u7701\u6216\u5730\u5340","select.country":"\u9078\u64c7\u570b\u5bb6\uff0f\u5730\u5340","select.noOptionsFound":"\u627e\u4e0d\u5230\u4efb\u4f55\u9078\u9805","select.filter.placeholder":"\u641c\u5c0b\u2026\u2026","telephoneNumber.invalid":"\u96fb\u8a71\u865f\u78bc\u7121\u6548",qrCodeOrApp:"\u6216","paypal.processingPayment":"\u6b63\u5728\u8655\u7406\u4ed8\u6b3e\u2026\u2026",generateQRCode:"\u7522\u751f QR \u4ee3\u78bc","await.waitForConfirmation":"\u6b63\u5728\u7b49\u5019\u78ba\u8a8d","mbway.confirmPayment":"\u5728 MB WAY \u61c9\u7528\u7a0b\u5f0f\u4e0a\u78ba\u8a8d\u60a8\u7684\u4ed8\u6b3e","shopperEmail.invalid":"\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u7121\u6548","dateOfBirth.format":"\u65e5\uff0f\u6708\uff0f\u5e74","dateOfBirth.invalid":"\u60a8\u5fc5\u9808\u5e74\u6eff 18 \u6b72","blik.confirmPayment":"\u958b\u555f\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4ee5\u78ba\u8a8d\u4ed8\u6b3e\u3002","blik.invalid":"\u8f38\u5165 6 \u500b\u6578\u5b57","blik.code":"6 \u4f4d\u6578\u4ee3\u78bc","blik.help":"\u5f9e\u60a8\u7684\u9280\u884c\u61c9\u7528\u7a0b\u5f0f\u4e2d\u7372\u53d6\u4ee3\u78bc\u3002","swish.pendingMessage":"\u6383\u63cf\u5f8c\uff0c\u8a72\u5f85\u5b8c\u6210\u72c0\u614b\u53ef\u80fd\u6301\u7e8c\u9577\u9054 10 \u5206\u9418\u3002\u8a66\u5716\u5728\u9019\u6bb5\u6642\u9593\u5167\u518d\u6b21\u4ed8\u6b3e\u53ef\u80fd\u6703\u5c0e\u81f4\u591a\u91cd\u6536\u8cbb\u3002","error.va.gen.01":"\u4e0d\u5b8c\u6574\u6b04\u4f4d","error.va.gen.02":"\u6b04\u4f4d\u7121\u6548","error.va.sf-cc-num.01":"\u4fe1\u7528\u5361\u865f\u78bc\u7121\u6548","error.va.sf-cc-num.03":"\u8f38\u5165\u4e86\u4e0d\u652f\u63f4\u7684\u5361","error.va.sf-cc-dat.01":"\u5361\u592a\u820a","error.va.sf-cc-dat.02":"\u672a\u4f86\u65e5\u671f\u8ddd\u4eca\u592a\u4e45","error.va.sf-cc-dat.03":"\u60a8\u7684\u5361\u6703\u65bc\u4ed8\u6b3e\u65e5\u671f\u524d\u5230\u671f","error.va.sf-ach-num.01":"\u5e33\u6236\u865f\u78bc\u7121\u6548","error.va.sf-ach-loc.01":"ABA \u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7121\u6548","error.va.sf-kcp-pwd.01":"\u5bc6\u78bc\u7121\u6548","error.giftcard.no-balance":"\u6b64\u79ae\u54c1\u5361\u7684\u9918\u984d\u70ba\u96f6","error.giftcard.card-error":"\u6211\u5011\u7684\u8a18\u9304\u4e2d\u4e26\u6c92\u6709\u9019\u500b\u865f\u78bc\u7684\u79ae\u54c1\u5361","error.giftcard.currency-error":"\u79ae\u54c1\u5361\u53ea\u80fd\u4ee5\u5176\u7c3d\u767c\u6642\u6240\u4f7f\u7528\u7684\u8ca8\u5e63\u9032\u884c\u7d50\u7b97","amazonpay.signout":"\u5f9e Amazon \u767b\u51fa","amazonpay.changePaymentDetails":"\u8b8a\u66f4\u4ed8\u6b3e\u660e\u7d30","partialPayment.warning":"\u9078\u53d6\u5176\u4ed6\u4ed8\u6b3e\u65b9\u5f0f\u4f86\u652f\u4ed8\u9918\u984d","partialPayment.remainingBalance":"\u9918\u984d\u5c07\u70ba %{amount}","bankTransfer.beneficiary":"\u53d7\u6b3e\u4eba","bankTransfer.iban":"IBAN","bankTransfer.bic":"BIC","bankTransfer.reference":"\u53c3\u7167","bankTransfer.introduction":"\u7e7c\u7e8c\u5efa\u7acb\u65b0\u7684\u9280\u884c\u8f49\u5e33\u4ed8\u6b3e\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u87a2\u5e55\u4e2d\u7684\u8a73\u7d30\u8cc7\u8a0a\u4f86\u5b8c\u6210\u6b64\u9805\u4ed8\u6b3e\u3002","bankTransfer.instructions":"\u591a\u8b1d\u60e0\u9867\uff0c\u8acb\u4f7f\u7528\u4ee5\u4e0b\u8cc7\u8a0a\u5b8c\u6210\u4ed8\u6b3e\u3002","bacs.accountHolderName":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d","bacs.accountHolderName.invalid":"\u9280\u884c\u5e33\u6236\u6301\u6709\u4eba\u59d3\u540d\u7121\u6548","bacs.accountNumber":"\u9280\u884c\u5e33\u6236\u865f\u78bc","bacs.accountNumber.invalid":"\u9280\u884c\u5e33\u6236\u865f\u78bc\u7121\u6548","bacs.bankLocationId":"\u9280\u884c\u4ee3\u78bc","bacs.bankLocationId.invalid":"\u9280\u884c\u4ee3\u78bc\u7121\u6548","bacs.consent.amount":"\u6211\u540c\u610f\u5f9e\u6211\u7684\u9280\u884c\u5e33\u6236\u6263\u9664\u4e0a\u8ff0\u91d1\u984d\u3002","bacs.consent.account":"\u6211\u78ba\u8a8d\u8a72\u5e33\u6236\u4ee5\u6211\u7684\u540d\u7fa9\u958b\u8a2d\uff0c\u4e26\u4e14\u6211\u662f\u6388\u6b0a\u5f9e\u8a72\u5e33\u6236\u76f4\u63a5\u6263\u6b3e\u7684\u552f\u4e00\u7c3d\u7f72\u4eba\u3002",edit:"\u7de8\u8f2f","bacs.confirm":"\u78ba\u8a8d\u4e26\u652f\u4ed8","bacs.result.introduction":"\u4e0b\u8f09\u60a8\u7684\u76f4\u63a5\u6263\u6b3e\u6307\u793a\uff08DDI\uff0f\u6388\u6b0a\uff09","download.pdf":"\u4e0b\u8f09 PDF","creditCard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u5361\u865f\u7684 IFrame","creditCard.encryptedCardNumber.aria.label":"\u5361\u865f\u6b04\u4f4d","creditCard.encryptedExpiryDate.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u65e5\u671f\u7684 IFrame","creditCard.encryptedExpiryDate.aria.label":"\u5230\u671f\u65e5\u671f\u6b04\u4f4d","creditCard.encryptedExpiryMonth.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u6708\u4efd\u7684 IFrame","creditCard.encryptedExpiryMonth.aria.label":"\u5230\u671f\u6708\u4efd\u6b04\u4f4d","creditCard.encryptedExpiryYear.aria.iframeTitle":"\u5b89\u5168\u5361\u5230\u671f\u5e74\u4efd\u7684 IFrame","creditCard.encryptedExpiryYear.aria.label":"\u5230\u671f\u5e74\u4efd\u6b04\u4f4d","creditCard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u5361\u5b89\u5168\u78bc\u7684 IFrame","creditCard.encryptedSecurityCode.aria.label":"\u5b89\u5168\u78bc\u6b04\u4f4d","giftcard.encryptedCardNumber.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u865f\u7684 IFrame","giftcard.encryptedCardNumber.aria.label":"\u79ae\u54c1\u5361\u865f\u6b04\u4f4d","giftcard.encryptedSecurityCode.aria.iframeTitle":"\u5b89\u5168\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u7684 IFrame","giftcard.encryptedSecurityCode.aria.label":"\u79ae\u54c1\u5361\u5b89\u5168\u78bc\u6b04\u4f4d",giftcardTransactionLimit:"\u6b64\u79ae\u54c1\u5361\u6bcf\u7b46\u4ea4\u6613\u7684\u91d1\u984d\u4e0a\u9650\u70ba %{amount}","ach.encryptedBankAccountNumber.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u5e33\u6236\u865f\u78bc\u7684 IFrame","ach.encryptedBankAccountNumber.aria.label":"\u9280\u884c\u5e33\u6236\u6b04\u4f4d","ach.encryptedBankLocationId.aria.iframeTitle":"\u5b89\u5168\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u7684 IFrame","ach.encryptedBankLocationId.aria.label":"\u9280\u884c\u532f\u6b3e\u8def\u5f91\u7de8\u865f\u6b04\u4f4d","twint.saved":"\u5132\u5b58\u7684",orPayWith:"\u6216\u900f\u904e\u4ee5\u4e0b\u65b9\u5f0f\u652f\u4ed8\uff1a"};
@@ -20,11 +20,15 @@ export interface ApplePayElementProps extends UIElementProps {
20
20
  * The merchant’s two-letter ISO 3166 country code.
21
21
  */
22
22
  countryCode: string;
23
+ /**
24
+ * Part of the 'ApplePayLineItem' object, which sets the label of the payment request
25
+ * @see {@link https://developer.apple.com/documentation/apple_pay_on_the_web/applepaylineitem ApplePayLineItem docs}
26
+ */
27
+ totalPriceLabel: string;
23
28
  /**
24
29
  * @default 'final'
25
30
  */
26
31
  totalPriceStatus?: ApplePayJS.ApplePayLineItemType;
27
- totalPriceLabel?: string;
28
32
  configuration: {
29
33
  merchantName?: string;
30
34
  merchantId?: string;
@@ -1,3 +1,4 @@
1
+ import { ComponentChild } from 'preact';
1
2
  import EventEmitter from './EventEmitter';
2
3
  import Core from '../core';
3
4
  import { BaseElementProps } from './types';
@@ -27,7 +28,7 @@ declare class BaseElement<P extends BaseElementProps> {
27
28
  * Note: this does not ensure validity, check isValid first
28
29
  */
29
30
  get data(): any;
30
- protected render(): void;
31
+ render(): ComponentChild | Error;
31
32
  /**
32
33
  * Mounts an element into the dom
33
34
  * @param domNode - Node (or selector) where we will mount the payment element
@@ -24,6 +24,7 @@ declare class BCMCMobileElement extends QRLoaderContainer {
24
24
  onError?: (error: any, element?: import("../UIElement").UIElement<any>) => void;
25
25
  onPaymentCompleted?: (result: any, element: import("../UIElement").UIElement<any>) => void;
26
26
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: import("../UIElement").UIElement<any>) => void;
27
+ isInstantPayment?: boolean;
27
28
  name?: string;
28
29
  icon?: string;
29
30
  amount?: import("../../types").PaymentAmount;
@@ -2,6 +2,10 @@ import { CardElement } from './Card';
2
2
  import { CardElementProps } from './types';
3
3
  declare class BancontactElement extends CardElement {
4
4
  constructor(props: CardElementProps);
5
+ protected static defaultProps: {
6
+ brands: string[];
7
+ onBinLookup: () => void;
8
+ };
5
9
  /**
6
10
  * Now that the Bancontact (BCMC) Card component can accept a number dual branded with Visa (which requires a CVC) it has to be handled differently
7
11
  * at creation time (no automatic removing of the CVC securedField).
@@ -9,9 +13,8 @@ declare class BancontactElement extends CardElement {
9
13
  * as well as show the BCMC logo in the number field and ignore any of the internal, regEx driven, brand detection.
10
14
  */
11
15
  formatProps(props: CardElementProps): {
12
- brands: string[];
13
16
  type: string;
14
- cvcPolicy: string;
17
+ cvcPolicy: import("../internal/SecuredFields/lib/core/AbstractSecuredField").CVCPolicyType;
15
18
  countryCode: any;
16
19
  configuration: {
17
20
  socialSecurityNumberMode: import("./types").SocialSecurityMode;
@@ -26,6 +29,7 @@ declare class BancontactElement extends CardElement {
26
29
  hasCVC: boolean;
27
30
  billingAddressRequired: any;
28
31
  brand?: string;
32
+ brands?: string[];
29
33
  enableStoreDetails?: boolean;
30
34
  hideCVC?: boolean;
31
35
  hasHolderName?: boolean;
@@ -49,6 +53,7 @@ declare class BancontactElement extends CardElement {
49
53
  onAdditionalDetails?: (state: any, element: import("../UIElement").UIElement<any>) => void;
50
54
  onPaymentCompleted?: (result: any, element: import("../UIElement").UIElement<any>) => void;
51
55
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: import("../UIElement").UIElement<any>) => void;
56
+ isInstantPayment?: boolean;
52
57
  name?: string;
53
58
  amount?: import("../../types").PaymentAmount;
54
59
  showPayButton?: boolean;
@@ -47,6 +47,7 @@ export declare class CardElement extends UIElement<CardElementProps> {
47
47
  onAdditionalDetails?: (state: any, element: UIElement<any>) => void;
48
48
  onPaymentCompleted?: (result: any, element: UIElement<any>) => void;
49
49
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: UIElement<any>) => void;
50
+ isInstantPayment?: boolean;
50
51
  name?: string;
51
52
  amount?: import("../../types").PaymentAmount;
52
53
  showPayButton?: boolean;
@@ -1,3 +1,3 @@
1
1
  import { h } from 'preact';
2
2
  import { CardFieldsProps } from './types';
3
- export default function CardFields({ brand, brandsConfiguration, dualBrandingElements, dualBrandingChangeHandler, dualBrandingSelected, errors, focusedElement, hasCVC, cvcPolicy, hideDateForBrand, onFocusField, showBrandIcon, valid }: CardFieldsProps): h.JSX.Element;
3
+ export default function CardFields({ brand, brandsConfiguration, dualBrandingElements, dualBrandingChangeHandler, dualBrandingSelected, errors, focusedElement, hasCVC, cvcPolicy, expiryDatePolicy, onFocusField, showBrandIcon, valid }: CardFieldsProps): h.JSX.Element;
@@ -1,6 +1,7 @@
1
1
  import { PaymentAmount } from '../../../../../types';
2
2
  import { CardBrandsConfiguration } from '../../../types';
3
3
  import { ComponentChildren } from 'preact';
4
+ import { CVCPolicyType, DatePolicyType } from '../../../../internal/SecuredFields/lib/core/AbstractSecuredField';
4
5
  export interface BrandIconProps {
5
6
  brand: string;
6
7
  brandsConfiguration: CardBrandsConfiguration;
@@ -14,8 +15,8 @@ export interface CardFieldsProps {
14
15
  errors?: any;
15
16
  focusedElement?: any;
16
17
  hasCVC?: any;
17
- cvcPolicy?: string;
18
- hideDateForBrand?: any;
18
+ cvcPolicy?: CVCPolicyType;
19
+ expiryDatePolicy?: DatePolicyType;
19
20
  onFocusField?: any;
20
21
  showBrandIcon?: boolean;
21
22
  valid?: any;
@@ -50,7 +51,7 @@ export interface CVCProps {
50
51
  filled?: any;
51
52
  focused?: any;
52
53
  frontCVC?: boolean;
53
- cvcPolicy?: string;
54
+ cvcPolicy?: CVCPolicyType;
54
55
  isValid?: any;
55
56
  label?: any;
56
57
  onFocusField: (field: string) => void;
@@ -74,7 +75,7 @@ export interface ExpirationDateProps {
74
75
  isValid?: boolean;
75
76
  label?: string;
76
77
  onFocusField: (fieldName: string) => {};
77
- hideDateForBrand?: boolean;
78
+ expiryDatePolicy?: DatePolicyType;
78
79
  }
79
80
  export interface InstallmentsProps {
80
81
  amount?: PaymentAmount;
@@ -122,7 +123,7 @@ export interface StoredCardFieldsProps {
122
123
  expiryYear?: string;
123
124
  focusedElement: string;
124
125
  hasCVC: boolean;
125
- cvcPolicy: string;
126
+ cvcPolicy: CVCPolicyType;
126
127
  lastFour?: string;
127
128
  onFocusField: any;
128
129
  valid: any;
@@ -3,6 +3,7 @@ import { CardBrandsConfiguration, CardConfiguration, DualBrandSelectElement, Soc
3
3
  import { PaymentAmount } from '../../../../types';
4
4
  import { InstallmentOptions } from './components/types';
5
5
  import { ValidationResult } from '../../../internal/PersonalDetails/types';
6
+ import { CVCPolicyType, DatePolicyType } from '../../../internal/SecuredFields/lib/core/AbstractSecuredField';
6
7
  export interface CardInputValidState {
7
8
  holderName?: boolean;
8
9
  billingAddress?: boolean;
@@ -42,7 +43,7 @@ export interface CardInputProps {
42
43
  brandsConfiguration?: CardBrandsConfiguration;
43
44
  configuration?: CardConfiguration;
44
45
  countryCode?: string;
45
- cvcPolicy?: string;
46
+ cvcPolicy?: CVCPolicyType;
46
47
  data?: CardInputDataState;
47
48
  enableStoreDetails?: boolean;
48
49
  fundingSource?: string;
@@ -79,8 +80,8 @@ export interface CardInputState {
79
80
  data?: object;
80
81
  errors?: object;
81
82
  focusedElement: string;
82
- cvcPolicy: string;
83
- hideDateForBrand: boolean;
83
+ cvcPolicy: CVCPolicyType;
84
+ expiryDatePolicy: DatePolicyType;
84
85
  isValid: boolean;
85
86
  status: string;
86
87
  valid?: object;
@@ -1,7 +1,7 @@
1
1
  import { UIElementProps } from '../types';
2
2
  import { AddressData, BrowserInfo } from '../../types';
3
3
  import { CbObjOnBinValue, CbObjOnBrand, CbObjOnConfigSuccess, CbObjOnError, CbObjOnFieldValid, CbObjOnFocus, CbObjOnLoad, CbObjOnBinLookup } from '../internal/SecuredFields/lib/types';
4
- import { CVCPolicyType } from '../internal/SecuredFields/lib/core/AbstractSecuredField';
4
+ import { CVCPolicyType, DatePolicyType } from '../internal/SecuredFields/lib/core/AbstractSecuredField';
5
5
  export interface CardElementProps extends UIElementProps {
6
6
  /**
7
7
  * Only set for a stored card,
@@ -109,6 +109,7 @@ export interface BrandObject {
109
109
  cvcPolicy: CVCPolicyType;
110
110
  enableLuhnCheck: boolean;
111
111
  showExpiryDate: boolean;
112
+ expiryDatePolicy?: DatePolicyType;
112
113
  showSocialSecurityNumber?: boolean;
113
114
  supported: boolean;
114
115
  brandImageUrl?: string;
@@ -34,6 +34,7 @@ export declare class DragonpayElement extends UIElement<DragonpayElementProps> {
34
34
  onError?: (error: any, element?: UIElement<any>) => void;
35
35
  onPaymentCompleted?: (result: any, element: UIElement<any>) => void;
36
36
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: UIElement<any>) => void;
37
+ isInstantPayment?: boolean;
37
38
  name?: string;
38
39
  icon?: string;
39
40
  amount?: import("../../types").PaymentAmount;
@@ -1,7 +1,7 @@
1
1
  import { h } from 'preact';
2
2
  import UIElement from '../UIElement';
3
3
  import { PaymentAction } from '../../types';
4
- import { DropinElementProps } from './types';
4
+ import { DropinElementProps, InstantPaymentTypes } from './types';
5
5
  declare class DropinElement extends UIElement<DropinElementProps> {
6
6
  static type: string;
7
7
  protected static defaultProps: {
@@ -13,6 +13,7 @@ declare class DropinElement extends UIElement<DropinElementProps> {
13
13
  onSelect: () => void;
14
14
  onDisableStoredPaymentMethod: any;
15
15
  onChange: () => void;
16
+ instantPaymentMethods: any[];
16
17
  amount: {};
17
18
  installmentOptions: {};
18
19
  paymentMethodsConfiguration: {};
@@ -25,6 +26,54 @@ declare class DropinElement extends UIElement<DropinElementProps> {
25
26
  };
26
27
  dropinRef: any;
27
28
  constructor(props: any);
29
+ formatProps(props: any): {
30
+ instantPaymentTypes: InstantPaymentTypes[];
31
+ instantPaymentMethods: any[];
32
+ paymentMethods: any;
33
+ paymentMethodsConfiguration?: import("../../core/types").PaymentMethodsConfiguration;
34
+ storedPaymentMethods?: import("../../types").StoredPaymentMethod[];
35
+ order?: import("../../types").Order;
36
+ showStoredPaymentMethods?: boolean;
37
+ showPaymentMethods?: boolean;
38
+ openFirstStoredPaymentMethod?: boolean;
39
+ openFirstPaymentMethod?: boolean;
40
+ onSubmit?: (data: any, component: any) => void;
41
+ onReady?: () => void;
42
+ onSelect?: (paymentMethod: any) => void;
43
+ showRemovePaymentMethodButton?: boolean;
44
+ onDisableStoredPaymentMethod?: (storedPaymentMethod: any, resolve: any, reject: any) => void;
45
+ session?: {
46
+ id: string;
47
+ data: string;
48
+ };
49
+ onChange?: (state: any, element: UIElement<any>) => void;
50
+ onValid?: (state: any, element: UIElement<any>) => void;
51
+ beforeSubmit?: (state: any, element: UIElement<any>, actions: any) => Promise<void>;
52
+ onComplete?: (state: any, element: UIElement<any>) => void;
53
+ onAdditionalDetails?: (state: any, element: UIElement<any>) => void;
54
+ onError?: (error: any, element?: UIElement<any>) => void;
55
+ onPaymentCompleted?: (result: any, element: UIElement<any>) => void;
56
+ beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: UIElement<any>) => void;
57
+ isInstantPayment?: boolean;
58
+ type?: string;
59
+ name?: string;
60
+ icon?: string;
61
+ amount?: import("../../types").PaymentAmount;
62
+ showPayButton?: boolean;
63
+ setStatusAutomatically?: boolean;
64
+ payButton?: (options: any) => any;
65
+ loadingContext?: string;
66
+ createFromAction?: (action: PaymentAction, props: object) => UIElement<any>;
67
+ clientKey?: string;
68
+ elementRef?: any;
69
+ i18n?: import("../../language").default;
70
+ _parentInstance?: import("../../core/core").default;
71
+ modules?: {
72
+ analytics: import("../../core/Analytics/Analytics").default;
73
+ risk: import("../../core/RiskModule").default;
74
+ };
75
+ isDropin?: boolean;
76
+ };
28
77
  get isValid(): boolean;
29
78
  showValidation(): this;
30
79
  setStatus(status: any, props?: {}): this;
@@ -11,8 +11,9 @@ export declare class DropinComponent extends Component<DropinComponentProps, Dro
11
11
  private handleOnSelectPaymentMethod;
12
12
  private handleDisableStoredPaymentMethod;
13
13
  closeActivePaymentMethod(): void;
14
- render(props: any, { elements, status, activePaymentMethod, cachedPaymentMethods }: {
14
+ render(props: any, { elements, instantPaymentElements, status, activePaymentMethod, cachedPaymentMethods }: {
15
15
  elements: any;
16
+ instantPaymentElements: any;
16
17
  status: any;
17
18
  activePaymentMethod: any;
18
19
  cachedPaymentMethods: any;
@@ -0,0 +1,7 @@
1
+ import { h } from 'preact';
2
+ import UIElement from '../../../UIElement';
3
+ interface InstantPaymentMethodsProps {
4
+ paymentMethods: UIElement[];
5
+ }
6
+ declare function InstantPaymentMethods({ paymentMethods }: InstantPaymentMethodsProps): h.JSX.Element;
7
+ export default InstantPaymentMethods;
@@ -3,6 +3,7 @@ import UIElement from '../../../UIElement';
3
3
  import { Order, OrderStatus } from '../../../../types';
4
4
  interface PaymentMethodListProps {
5
5
  paymentMethods: UIElement[];
6
+ instantPaymentMethods: UIElement[];
6
7
  activePaymentMethod: UIElement;
7
8
  cachedPaymentMethods: object;
8
9
  order?: Order;
@@ -20,8 +21,9 @@ declare class PaymentMethodList extends Component<PaymentMethodListProps> {
20
21
  static defaultProps: PaymentMethodListProps;
21
22
  componentDidMount(): void;
22
23
  onSelect: (paymentMethod: any) => () => void;
23
- render({ paymentMethods, activePaymentMethod, cachedPaymentMethods, isLoading }: {
24
+ render({ paymentMethods, instantPaymentMethods, activePaymentMethod, cachedPaymentMethods, isLoading }: {
24
25
  paymentMethods: any;
26
+ instantPaymentMethods: any;
25
27
  activePaymentMethod: any;
26
28
  cachedPaymentMethods: any;
27
29
  isLoading: any;
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  onSelect: () => void;
8
8
  onDisableStoredPaymentMethod: any;
9
9
  onChange: () => void;
10
+ instantPaymentMethods: any[];
10
11
  amount: {};
11
12
  installmentOptions: {};
12
13
  paymentMethodsConfiguration: {};
@@ -3,7 +3,7 @@ import { PaymentMethod } from '../../../types';
3
3
  * Returns a filtered (available) list of component Elements
4
4
  * @param components - Array of PaymentMethod objects from the /paymentMethods response
5
5
  * @param props - High level props to be passed through to every component (as defined in utils/getCommonProps)
6
- * @param create - Reference to the main instance `create` method
6
+ * @param create - Reference to the main instance `Core#create` method
7
7
  */
8
8
  declare const createElements: (components: PaymentMethod[], props: any, create: any) => Promise<any[]>;
9
9
  export default createElements;
@@ -0,0 +1,10 @@
1
+ import { PaymentMethod } from '../../../types';
2
+ import UIElement from '../../UIElement';
3
+ /**
4
+ * Returns a filtered (available) list of InstantPaymentMethods Elements
5
+ * @param paymentMethods - Instant payment methods
6
+ * @param props - Props to be passed through to every paymentMethod
7
+ * @param create - Reference to the main instance `Core#create` method
8
+ */
9
+ declare const createInstantPaymentElements: (paymentMethods: PaymentMethod[], props: any, create: any) => Promise<UIElement[]> | [];
10
+ export default createInstantPaymentElements;
@@ -2,6 +2,7 @@ import { PaymentMethod, StoredPaymentMethod, Order, OrderStatus } from '../../ty
2
2
  import UIElement from '../UIElement';
3
3
  import { UIElementProps } from '../types';
4
4
  import { PaymentMethodsConfiguration } from '../../core/types';
5
+ export declare type InstantPaymentTypes = 'paywithgoogle' | 'applepay';
5
6
  export interface DropinElementProps extends UIElementProps {
6
7
  /**
7
8
  * Configure each payment method displayed on the Drop-in
@@ -20,6 +21,13 @@ export interface DropinElementProps extends UIElementProps {
20
21
  * @defaultValue true
21
22
  */
22
23
  showPaymentMethods?: boolean;
24
+ /**
25
+ * Show wallet payment methods to show on top of the regular payment
26
+ * method list.
27
+ *
28
+ * @defaultValue []
29
+ */
30
+ instantPaymentTypes: InstantPaymentTypes[];
23
31
  openFirstStoredPaymentMethod?: boolean;
24
32
  openFirstPaymentMethod?: boolean;
25
33
  onSubmit?: (data: any, component: any) => void;
@@ -49,6 +57,7 @@ interface DropinStatus {
49
57
  }
50
58
  export interface DropinComponentState {
51
59
  elements: any[];
60
+ instantPaymentElements: UIElement[];
52
61
  status: DropinStatus;
53
62
  activePaymentMethod: UIElement;
54
63
  cachedPaymentMethods: object;
@@ -1,7 +1,17 @@
1
1
  import { h } from 'preact';
2
2
  import UIElement from '../UIElement';
3
- export declare class EcontextElement extends UIElement {
3
+ import { UIElementProps } from '../types';
4
+ import { PersonalDetailsSchema } from '../../types';
5
+ interface EcontextElementProps extends UIElementProps {
6
+ reference?: string;
7
+ personalDetailsRequired?: boolean;
8
+ data?: PersonalDetailsSchema;
9
+ }
10
+ export declare class EcontextElement extends UIElement<EcontextElementProps> {
4
11
  static type: string;
12
+ protected static defaultProps: {
13
+ personalDetailsRequired: boolean;
14
+ };
5
15
  get isValid(): boolean;
6
16
  /**
7
17
  * Formats the component data output
@@ -1,2 +1,14 @@
1
- import { h } from 'preact';
2
- export default function EcontextInput(props: any): h.JSX.Element;
1
+ import { h, VNode } from 'preact';
2
+ import { PersonalDetailsSchema } from '../../../../types';
3
+ import './EcontextInput.scss';
4
+ interface EcontextInputProps {
5
+ personalDetailsRequired?: boolean;
6
+ data?: PersonalDetailsSchema;
7
+ showPayButton?: boolean;
8
+ payButton(config: any): VNode;
9
+ onChange?(data: any): void;
10
+ onSubmit?(state: any, component: any): void;
11
+ [key: string]: any;
12
+ }
13
+ export default function EcontextInput({ personalDetailsRequired, data, onChange, showPayButton, payButton }: EcontextInputProps): h.JSX.Element;
14
+ export {};
@@ -11,6 +11,7 @@ declare class PaypalElement extends UIElement<PayPalElementProps> {
11
11
  private resolve;
12
12
  private reject;
13
13
  constructor(props: PayPalElementProps);
14
+ protected formatProps(props: any): any;
14
15
  /**
15
16
  * Formats the component data output
16
17
  */
@@ -11,7 +11,7 @@ declare global {
11
11
  * The intent for the transaction. This determines whether the funds are captured immediately, or later.
12
12
  * @see {@link https://developer.paypal.com/docs/checkout/reference/customize-sdk/#intent}
13
13
  */
14
- declare type Intent = 'sale' | 'capture' | 'authorize' | 'order';
14
+ declare type Intent = 'sale' | 'capture' | 'authorize' | 'order' | 'tokenize';
15
15
  export declare type FundingSource = 'paypal' | 'credit';
16
16
  interface PayPalStyles {
17
17
  /**
@@ -45,6 +45,7 @@ interface PayPalCommonProps {
45
45
  * @see {@link https://developer.paypal.com/docs/checkout/reference/customize-sdk/#currency}
46
46
  */
47
47
  amount?: PaymentAmount;
48
+ configuration?: PayPalConfig;
48
49
  /**
49
50
  * A two-letter ISO 3166 country code which will be passed to the PayPal SDK as the buyer-country.
50
51
  * @see {@link https://developer.paypal.com/docs/checkout/reference/customize-sdk/#buyer-country}
@@ -57,6 +58,10 @@ interface PayPalCommonProps {
57
58
  debug?: boolean;
58
59
  environment?: string;
59
60
  blockPayPalCreditButton?: boolean;
61
+ /**
62
+ * @see {@link https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-configuration/#csp-nonce}
63
+ */
64
+ cspNonce?: string;
60
65
  /**
61
66
  * @see {@link https://developer.paypal.com/docs/checkout/reference/customize-sdk/#intent}
62
67
  */
@@ -115,7 +120,6 @@ export interface PayPalElementProps extends PayPalCommonProps, UIElementProps {
115
120
  onCancel?: (state: any, element: UIElement) => void;
116
121
  onError?: (state: any, element?: UIElement) => void;
117
122
  paymentMethods?: PaymentMethod[];
118
- configuration?: PayPalConfig;
119
123
  showPayButton?: boolean;
120
124
  }
121
125
  export interface PayPalComponentProps extends PayPalCommonProps {
@@ -36,6 +36,7 @@ declare class PixElement extends QRLoaderContainer<PixProps> {
36
36
  onError?: (error: any, element?: import("../UIElement").UIElement<any>) => void;
37
37
  onPaymentCompleted?: (result: any, element: import("../UIElement").UIElement<any>) => void;
38
38
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: import("../UIElement").UIElement<any>) => void;
39
+ isInstantPayment?: boolean;
39
40
  name?: string;
40
41
  icon?: string;
41
42
  amount?: import("../../types").PaymentAmount;
@@ -24,6 +24,7 @@ declare class SwishElement extends QRLoaderContainer {
24
24
  onError?: (error: any, element?: import("../UIElement").UIElement<any>) => void;
25
25
  onPaymentCompleted?: (result: any, element: import("../UIElement").UIElement<any>) => void;
26
26
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: import("../UIElement").UIElement<any>) => void;
27
+ isInstantPayment?: boolean;
27
28
  name?: string;
28
29
  icon?: string;
29
30
  amount?: import("../../types").PaymentAmount;
@@ -24,6 +24,7 @@ declare class WeChatPayElement extends QRLoaderContainer {
24
24
  onError?: (error: any, element?: import("../UIElement").UIElement<any>) => void;
25
25
  onPaymentCompleted?: (result: any, element: import("../UIElement").UIElement<any>) => void;
26
26
  beforeRedirect?: (resolve: any, reject: any, redirectData: any, element: import("../UIElement").UIElement<any>) => void;
27
+ isInstantPayment?: boolean;
27
28
  name?: string;
28
29
  icon?: string;
29
30
  amount?: import("../../types").PaymentAmount;
@@ -0,0 +1,7 @@
1
+ import { h } from 'preact';
2
+ import './ContentSeparator.scss';
3
+ interface ContentSeparatorProps {
4
+ label?: string;
5
+ }
6
+ declare function ContentSeparator({ label }: ContentSeparatorProps): h.JSX.Element;
7
+ export default ContentSeparator;
@@ -1,4 +1,4 @@
1
1
  import { OpenInvoiceActiveFieldsets, OpenInvoiceStateData, OpenInvoiceVisibility } from './types';
2
- export declare const fieldsetsSchema: string[];
2
+ export declare const fieldsetsSchema: Array<keyof OpenInvoiceStateData>;
3
3
  export declare const getActiveFieldsData: (activeFieldsets: OpenInvoiceActiveFieldsets, data: OpenInvoiceStateData) => OpenInvoiceStateData;
4
4
  export declare const getInitialActiveFieldsets: (visibility: OpenInvoiceVisibility, data?: OpenInvoiceStateData) => OpenInvoiceActiveFieldsets;
@@ -3,7 +3,7 @@ import { SFPProps } from './defaultProps';
3
3
  import { StylesObject, CbObjOnError } from './lib/types';
4
4
  import { AddressData } from '../../../types';
5
5
  import { BinLookupResponse } from '../../Card/types';
6
- import { CVCPolicyType } from './lib/core/AbstractSecuredField';
6
+ import { CVCPolicyType, DatePolicyType } from './lib/core/AbstractSecuredField';
7
7
  export interface SFPState {
8
8
  status?: string;
9
9
  brand?: string;
@@ -17,7 +17,7 @@ export interface SFPState {
17
17
  hasUnsupportedCard?: boolean;
18
18
  hasKoreanFields?: boolean;
19
19
  showSocialSecurityNumber?: boolean;
20
- hideDateForBrand?: boolean;
20
+ expiryDatePolicy?: DatePolicyType;
21
21
  socialSecurityNumber?: string;
22
22
  }
23
23
  export interface SingleBrandResetObject {
@@ -31,7 +31,7 @@ export interface SingleBrandResetObject {
31
31
  declare class SecuredFieldsProvider extends Component<SFPProps, SFPState> {
32
32
  private originKeyErrorTimeout;
33
33
  private originKeyTimeoutMS;
34
- private numCharsInCVC;
34
+ private numCharsInField;
35
35
  private rootNode;
36
36
  private numDateFields;
37
37
  private csf;
@@ -1,4 +1,5 @@
1
1
  import { Language } from '../../../language/Language';
2
+ import { CVCPolicyType } from './lib/core/AbstractSecuredField';
2
3
  export interface SFPProps {
3
4
  /**
4
5
  * CSF RELATED (±22)
@@ -44,7 +45,7 @@ export interface SFPProps {
44
45
  billingAddressRequiredFields: string[];
45
46
  brand: string;
46
47
  createFromAction: () => {};
47
- cvcPolicy: string;
48
+ cvcPolicy: CVCPolicyType;
48
49
  data: object;
49
50
  details: object[];
50
51
  enableStoreDetails: boolean;