globalpayments-api 3.1.0 → 3.2.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/CHANGELOG.md +7 -1
- package/lib/src/Builders/AuthorizationBuilder.d.ts +325 -0
- package/lib/src/Builders/AuthorizationBuilder.js +617 -0
- package/lib/src/Builders/AuthorizationBuilder.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.d.ts +16 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.js +92 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/ValidationTarget.d.ts +16 -0
- package/lib/src/Builders/BaseBuilder/ValidationTarget.js +36 -0
- package/lib/src/Builders/BaseBuilder/ValidationTarget.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/Validations.d.ts +11 -0
- package/lib/src/Builders/BaseBuilder/Validations.js +55 -0
- package/lib/src/Builders/BaseBuilder/Validations.js.map +1 -0
- package/lib/src/Builders/BaseBuilder.d.ts +11 -0
- package/lib/src/Builders/BaseBuilder.js +17 -0
- package/lib/src/Builders/BaseBuilder.js.map +1 -0
- package/lib/src/Builders/ManagementBuilder.d.ts +104 -0
- package/lib/src/Builders/ManagementBuilder.js +208 -0
- package/lib/src/Builders/ManagementBuilder.js.map +1 -0
- package/lib/src/Builders/PayFacBuilder.d.ts +97 -0
- package/lib/src/Builders/PayFacBuilder.js +233 -0
- package/lib/src/Builders/PayFacBuilder.js.map +1 -0
- package/lib/src/Builders/RecurringBuilder.d.ts +13 -0
- package/lib/src/Builders/RecurringBuilder.js +34 -0
- package/lib/src/Builders/RecurringBuilder.js.map +1 -0
- package/lib/src/Builders/ReportBuilder.d.ts +8 -0
- package/lib/src/Builders/ReportBuilder.js +21 -0
- package/lib/src/Builders/ReportBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/AccessTokenRequest.d.ts +11 -0
- package/lib/src/Builders/RequestBuilder/GpApi/AccessTokenRequest.js +23 -0
- package/lib/src/Builders/RequestBuilder/GpApi/AccessTokenRequest.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.d.ts +17 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.js +36 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiMiCRequestBuilder.d.ts +16 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiMiCRequestBuilder.js +34 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiMiCRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.d.ts +6 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.js +49 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSessionInfo.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/index.d.ts +4 -0
- package/lib/src/Builders/RequestBuilder/GpApi/index.js +21 -0
- package/lib/src/Builders/RequestBuilder/GpApi/index.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.d.ts +17 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.js +109 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.d.ts +11 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.js +83 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomManagementRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomRequestBuilder.d.ts +9 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomRequestBuilder.js +66 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/index.d.ts +3 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/index.js +20 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/index.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.d.ts +7 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.js +35 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/index.d.ts +3 -0
- package/lib/src/Builders/RequestBuilder/index.js +20 -0
- package/lib/src/Builders/RequestBuilder/index.js.map +1 -0
- package/lib/src/Builders/TransactionBuilder.d.ts +12 -0
- package/lib/src/Builders/TransactionBuilder.js +43 -0
- package/lib/src/Builders/TransactionBuilder.js.map +1 -0
- package/lib/src/Builders/TransactionReportBuilder.d.ts +15 -0
- package/lib/src/Builders/TransactionReportBuilder.js +65 -0
- package/lib/src/Builders/TransactionReportBuilder.js.map +1 -0
- package/lib/src/Builders/index.d.ts +8 -0
- package/lib/src/Builders/index.js +25 -0
- package/lib/src/Builders/index.js.map +1 -0
- package/lib/src/ConfiguredServices.d.ts +24 -0
- package/lib/src/ConfiguredServices.js +33 -0
- package/lib/src/ConfiguredServices.js.map +1 -0
- package/lib/src/Entities/Address.d.ts +13 -0
- package/lib/src/Entities/Address.js +22 -0
- package/lib/src/Entities/Address.js.map +1 -0
- package/lib/src/Entities/BatchSummary.d.ts +6 -0
- package/lib/src/Entities/BatchSummary.js +11 -0
- package/lib/src/Entities/BatchSummary.js.map +1 -0
- package/lib/src/Entities/Customer.d.ts +64 -0
- package/lib/src/Entities/Customer.js +80 -0
- package/lib/src/Entities/Customer.js.map +1 -0
- package/lib/src/Entities/CustomerDocument.d.ts +8 -0
- package/lib/src/Entities/CustomerDocument.js +16 -0
- package/lib/src/Entities/CustomerDocument.js.map +1 -0
- package/lib/src/Entities/DocumentUploadData.d.ts +13 -0
- package/lib/src/Entities/DocumentUploadData.js +81 -0
- package/lib/src/Entities/DocumentUploadData.js.map +1 -0
- package/lib/src/Entities/EcommerceInfo.d.ts +12 -0
- package/lib/src/Entities/EcommerceInfo.js +22 -0
- package/lib/src/Entities/EcommerceInfo.js.map +1 -0
- package/lib/src/Entities/EncryptionData.d.ts +6 -0
- package/lib/src/Entities/EncryptionData.js +11 -0
- package/lib/src/Entities/EncryptionData.js.map +1 -0
- package/lib/src/Entities/Enums/AcquisitionType.d.ts +10 -0
- package/lib/src/Entities/Enums/AcquisitionType.js +15 -0
- package/lib/src/Entities/Enums/AcquisitionType.js.map +1 -0
- package/lib/src/Entities/Enums/CardTypeFilter.d.ts +7 -0
- package/lib/src/Entities/Enums/CardTypeFilter.js +12 -0
- package/lib/src/Entities/Enums/CardTypeFilter.js.map +1 -0
- package/lib/src/Entities/Enums.d.ts +460 -0
- package/lib/src/Entities/Enums.js +636 -0
- package/lib/src/Entities/Enums.js.map +1 -0
- package/lib/src/Entities/Errors.d.ts +23 -0
- package/lib/src/Entities/Errors.js +72 -0
- package/lib/src/Entities/Errors.js.map +1 -0
- package/lib/src/Entities/GpApi/AccessTokenInfo.d.ts +16 -0
- package/lib/src/Entities/GpApi/AccessTokenInfo.js +21 -0
- package/lib/src/Entities/GpApi/AccessTokenInfo.js.map +1 -0
- package/lib/src/Entities/GpApi/GpApiAccount.d.ts +5 -0
- package/lib/src/Entities/GpApi/GpApiAccount.js +13 -0
- package/lib/src/Entities/GpApi/GpApiAccount.js.map +1 -0
- package/lib/src/Entities/GpApi/GpApiRequest.d.ts +21 -0
- package/lib/src/Entities/GpApi/GpApiRequest.js +26 -0
- package/lib/src/Entities/GpApi/GpApiRequest.js.map +1 -0
- package/lib/src/Entities/GpApi/GpApiTokenResponse.d.ts +52 -0
- package/lib/src/Entities/GpApi/GpApiTokenResponse.js +115 -0
- package/lib/src/Entities/GpApi/GpApiTokenResponse.js.map +1 -0
- package/lib/src/Entities/GpApi/index.d.ts +4 -0
- package/lib/src/Entities/GpApi/index.js +21 -0
- package/lib/src/Entities/GpApi/index.js.map +1 -0
- package/lib/src/Entities/HostedPaymentData.d.ts +10 -0
- package/lib/src/Entities/HostedPaymentData.js +17 -0
- package/lib/src/Entities/HostedPaymentData.js.map +1 -0
- package/lib/src/Entities/IRequestBuilder.d.ts +6 -0
- package/lib/src/Entities/IRequestBuilder.js +3 -0
- package/lib/src/Entities/IRequestBuilder.js.map +1 -0
- package/lib/src/Entities/ProFac/AccountBalanceResponseData.d.ts +7 -0
- package/lib/src/Entities/ProFac/AccountBalanceResponseData.js +12 -0
- package/lib/src/Entities/ProFac/AccountBalanceResponseData.js.map +1 -0
- package/lib/src/Entities/ProFac/AccountPermissions.d.ts +15 -0
- package/lib/src/Entities/ProFac/AccountPermissions.js +19 -0
- package/lib/src/Entities/ProFac/AccountPermissions.js.map +1 -0
- package/lib/src/Entities/ProFac/BankAccountData.d.ts +10 -0
- package/lib/src/Entities/ProFac/BankAccountData.js +42 -0
- package/lib/src/Entities/ProFac/BankAccountData.js.map +1 -0
- package/lib/src/Entities/ProFac/BankAccountOwnershipData.d.ts +8 -0
- package/lib/src/Entities/ProFac/BankAccountOwnershipData.js +15 -0
- package/lib/src/Entities/ProFac/BankAccountOwnershipData.js.map +1 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerData.d.ts +6 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerData.js +12 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerData.js.map +1 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerDataResult.d.ts +5 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerDataResult.js +10 -0
- package/lib/src/Entities/ProFac/BeneficialOwnerDataResult.js.map +1 -0
- package/lib/src/Entities/ProFac/BusinessData.d.ts +15 -0
- package/lib/src/Entities/ProFac/BusinessData.js +50 -0
- package/lib/src/Entities/ProFac/BusinessData.js.map +1 -0
- package/lib/src/Entities/ProFac/DeviceAttributeInfo.d.ts +4 -0
- package/lib/src/Entities/ProFac/DeviceAttributeInfo.js +17 -0
- package/lib/src/Entities/ProFac/DeviceAttributeInfo.js.map +1 -0
- package/lib/src/Entities/ProFac/DeviceData.d.ts +5 -0
- package/lib/src/Entities/ProFac/DeviceData.js +11 -0
- package/lib/src/Entities/ProFac/DeviceData.js.map +1 -0
- package/lib/src/Entities/ProFac/DeviceInfo.d.ts +6 -0
- package/lib/src/Entities/ProFac/DeviceInfo.js +19 -0
- package/lib/src/Entities/ProFac/DeviceInfo.js.map +1 -0
- package/lib/src/Entities/ProFac/FlashFundsPaymentCardData.d.ts +7 -0
- package/lib/src/Entities/ProFac/FlashFundsPaymentCardData.js +15 -0
- package/lib/src/Entities/ProFac/FlashFundsPaymentCardData.js.map +1 -0
- package/lib/src/Entities/ProFac/GrossBillingInformation.d.ts +8 -0
- package/lib/src/Entities/ProFac/GrossBillingInformation.js +10 -0
- package/lib/src/Entities/ProFac/GrossBillingInformation.js.map +1 -0
- package/lib/src/Entities/ProFac/OrderDevice.d.ts +18 -0
- package/lib/src/Entities/ProFac/OrderDevice.js +23 -0
- package/lib/src/Entities/ProFac/OrderDevice.js.map +1 -0
- package/lib/src/Entities/ProFac/OwnersData.d.ts +12 -0
- package/lib/src/Entities/ProFac/OwnersData.js +43 -0
- package/lib/src/Entities/ProFac/OwnersData.js.map +1 -0
- package/lib/src/Entities/ProFac/PayFacResponseData.d.ts +55 -0
- package/lib/src/Entities/ProFac/PayFacResponseData.js +62 -0
- package/lib/src/Entities/ProFac/PayFacResponseData.js.map +1 -0
- package/lib/src/Entities/ProFac/RenewAccountData.d.ts +10 -0
- package/lib/src/Entities/ProFac/RenewAccountData.js +38 -0
- package/lib/src/Entities/ProFac/RenewAccountData.js.map +1 -0
- package/lib/src/Entities/ProFac/SignificantOwnerData.d.ts +8 -0
- package/lib/src/Entities/ProFac/SignificantOwnerData.js +27 -0
- package/lib/src/Entities/ProFac/SignificantOwnerData.js.map +1 -0
- package/lib/src/Entities/ProFac/ThreatRiskData.d.ts +5 -0
- package/lib/src/Entities/ProFac/ThreatRiskData.js +19 -0
- package/lib/src/Entities/ProFac/ThreatRiskData.js.map +1 -0
- package/lib/src/Entities/ProFac/UserPersonalData.d.ts +26 -0
- package/lib/src/Entities/ProFac/UserPersonalData.js +82 -0
- package/lib/src/Entities/ProFac/UserPersonalData.js.map +1 -0
- package/lib/src/Entities/RecurringEntity.d.ts +14 -0
- package/lib/src/Entities/RecurringEntity.js +92 -0
- package/lib/src/Entities/RecurringEntity.js.map +1 -0
- package/lib/src/Entities/Request.d.ts +10 -0
- package/lib/src/Entities/Request.js +18 -0
- package/lib/src/Entities/Request.js.map +1 -0
- package/lib/src/Entities/SSORequestData.d.ts +5 -0
- package/lib/src/Entities/SSORequestData.js +19 -0
- package/lib/src/Entities/SSORequestData.js.map +1 -0
- package/lib/src/Entities/Schedule.d.ts +47 -0
- package/lib/src/Entities/Schedule.js +325 -0
- package/lib/src/Entities/Schedule.js.map +1 -0
- package/lib/src/Entities/ServiceEndpoints.d.ts +12 -0
- package/lib/src/Entities/ServiceEndpoints.js +17 -0
- package/lib/src/Entities/ServiceEndpoints.js.map +1 -0
- package/lib/src/Entities/Transaction.d.ts +78 -0
- package/lib/src/Entities/Transaction.js +127 -0
- package/lib/src/Entities/Transaction.js.map +1 -0
- package/lib/src/Entities/TransactionSummary.d.ts +61 -0
- package/lib/src/Entities/TransactionSummary.js +66 -0
- package/lib/src/Entities/TransactionSummary.js.map +1 -0
- package/lib/src/Entities/UPA/ProcessIndicator.d.ts +7 -0
- package/lib/src/Entities/UPA/ProcessIndicator.js +11 -0
- package/lib/src/Entities/UPA/ProcessIndicator.js.map +1 -0
- package/lib/src/Entities/UPA/UpaParam.d.ts +10 -0
- package/lib/src/Entities/UPA/UpaParam.js +14 -0
- package/lib/src/Entities/UPA/UpaParam.js.map +1 -0
- package/lib/src/Entities/UPA/UpaTransactionData.d.ts +8 -0
- package/lib/src/Entities/UPA/UpaTransactionData.js +12 -0
- package/lib/src/Entities/UPA/UpaTransactionData.js.map +1 -0
- package/lib/src/Entities/UPA/index.d.ts +3 -0
- package/lib/src/Entities/UPA/index.js +20 -0
- package/lib/src/Entities/UPA/index.js.map +1 -0
- package/lib/src/Entities/index.d.ts +18 -0
- package/lib/src/Entities/index.js +35 -0
- package/lib/src/Entities/index.js.map +1 -0
- package/lib/src/Gateways/Gateway.d.ts +12 -0
- package/lib/src/Gateways/Gateway.js +70 -0
- package/lib/src/Gateways/Gateway.js.map +1 -0
- package/lib/src/Gateways/GatewayResponse.d.ts +8 -0
- package/lib/src/Gateways/GatewayResponse.js +15 -0
- package/lib/src/Gateways/GatewayResponse.js.map +1 -0
- package/lib/src/Gateways/GpApiConnector.d.ts +42 -0
- package/lib/src/Gateways/GpApiConnector.js +230 -0
- package/lib/src/Gateways/GpApiConnector.js.map +1 -0
- package/lib/src/Gateways/GpEcomConnector.d.ts +36 -0
- package/lib/src/Gateways/GpEcomConnector.js +465 -0
- package/lib/src/Gateways/GpEcomConnector.js.map +1 -0
- package/lib/src/Gateways/IPayFacProvider.d.ts +5 -0
- package/lib/src/Gateways/IPayFacProvider.js +3 -0
- package/lib/src/Gateways/IPayFacProvider.js.map +1 -0
- package/lib/src/Gateways/IPaymentGateway.d.ts +8 -0
- package/lib/src/Gateways/IPaymentGateway.js +3 -0
- package/lib/src/Gateways/IPaymentGateway.js.map +1 -0
- package/lib/src/Gateways/IRecurringService.d.ts +6 -0
- package/lib/src/Gateways/IRecurringService.js +3 -0
- package/lib/src/Gateways/IRecurringService.js.map +1 -0
- package/lib/src/Gateways/PayPlanConnector.d.ts +42 -0
- package/lib/src/Gateways/PayPlanConnector.js +532 -0
- package/lib/src/Gateways/PayPlanConnector.js.map +1 -0
- package/lib/src/Gateways/PorticoConnector.d.ts +48 -0
- package/lib/src/Gateways/PorticoConnector.js +1013 -0
- package/lib/src/Gateways/PorticoConnector.js.map +1 -0
- package/lib/src/Gateways/ProPayConnector.d.ts +45 -0
- package/lib/src/Gateways/ProPayConnector.js +801 -0
- package/lib/src/Gateways/ProPayConnector.js.map +1 -0
- package/lib/src/Gateways/RestGateway.d.ts +8 -0
- package/lib/src/Gateways/RestGateway.js +49 -0
- package/lib/src/Gateways/RestGateway.js.map +1 -0
- package/lib/src/Gateways/XmlGateway.d.ts +5 -0
- package/lib/src/Gateways/XmlGateway.js +14 -0
- package/lib/src/Gateways/XmlGateway.js.map +1 -0
- package/lib/src/Gateways/https-wrapper.d.ts +3 -0
- package/lib/src/Gateways/https-wrapper.js +77 -0
- package/lib/src/Gateways/https-wrapper.js.map +1 -0
- package/lib/src/Gateways/index.d.ts +9 -0
- package/lib/src/Gateways/index.js +26 -0
- package/lib/src/Gateways/index.js.map +1 -0
- package/lib/src/HostedPaymentConfig.d.ts +12 -0
- package/lib/src/HostedPaymentConfig.js +16 -0
- package/lib/src/HostedPaymentConfig.js.map +1 -0
- package/lib/src/Mapping/GpApiMapping.d.ts +5 -0
- package/lib/src/Mapping/GpApiMapping.js +14 -0
- package/lib/src/Mapping/GpApiMapping.js.map +1 -0
- package/lib/src/Mapping/GpEcomMapping.d.ts +9 -0
- package/lib/src/Mapping/GpEcomMapping.js +85 -0
- package/lib/src/Mapping/GpEcomMapping.js.map +1 -0
- package/lib/src/Mapping/index.d.ts +2 -0
- package/lib/src/Mapping/index.js +19 -0
- package/lib/src/Mapping/index.js.map +1 -0
- package/lib/src/PaymentMethods/Cash.d.ts +8 -0
- package/lib/src/PaymentMethods/Cash.js +16 -0
- package/lib/src/PaymentMethods/Cash.js.map +1 -0
- package/lib/src/PaymentMethods/Credit.d.ts +85 -0
- package/lib/src/PaymentMethods/Credit.js +105 -0
- package/lib/src/PaymentMethods/Credit.js.map +1 -0
- package/lib/src/PaymentMethods/CreditCardData.d.ts +20 -0
- package/lib/src/PaymentMethods/CreditCardData.js +47 -0
- package/lib/src/PaymentMethods/CreditCardData.js.map +1 -0
- package/lib/src/PaymentMethods/CreditTrackData.d.ts +7 -0
- package/lib/src/PaymentMethods/CreditTrackData.js +10 -0
- package/lib/src/PaymentMethods/CreditTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/Debit.d.ts +40 -0
- package/lib/src/PaymentMethods/Debit.js +52 -0
- package/lib/src/PaymentMethods/Debit.js.map +1 -0
- package/lib/src/PaymentMethods/DebitTrackData.d.ts +7 -0
- package/lib/src/PaymentMethods/DebitTrackData.js +10 -0
- package/lib/src/PaymentMethods/DebitTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/EBT.d.ts +48 -0
- package/lib/src/PaymentMethods/EBT.js +68 -0
- package/lib/src/PaymentMethods/EBT.js.map +1 -0
- package/lib/src/PaymentMethods/EBTCardData.d.ts +16 -0
- package/lib/src/PaymentMethods/EBTCardData.js +25 -0
- package/lib/src/PaymentMethods/EBTCardData.js.map +1 -0
- package/lib/src/PaymentMethods/EBTTrackData.d.ts +8 -0
- package/lib/src/PaymentMethods/EBTTrackData.js +11 -0
- package/lib/src/PaymentMethods/EBTTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/ECheck.d.ts +32 -0
- package/lib/src/PaymentMethods/ECheck.js +38 -0
- package/lib/src/PaymentMethods/ECheck.js.map +1 -0
- package/lib/src/PaymentMethods/GiftCard.d.ts +131 -0
- package/lib/src/PaymentMethods/GiftCard.js +189 -0
- package/lib/src/PaymentMethods/GiftCard.js.map +1 -0
- package/lib/src/PaymentMethods/Interfaces.d.ts +55 -0
- package/lib/src/PaymentMethods/Interfaces.js +3 -0
- package/lib/src/PaymentMethods/Interfaces.js.map +1 -0
- package/lib/src/PaymentMethods/PaymentMethod.d.ts +19 -0
- package/lib/src/PaymentMethods/PaymentMethod.js +57 -0
- package/lib/src/PaymentMethods/PaymentMethod.js.map +1 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.d.ts +23 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.js +66 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.js.map +1 -0
- package/lib/src/PaymentMethods/TransactionReference.d.ts +10 -0
- package/lib/src/PaymentMethods/TransactionReference.js +17 -0
- package/lib/src/PaymentMethods/TransactionReference.js.map +1 -0
- package/lib/src/PaymentMethods/index.d.ts +15 -0
- package/lib/src/PaymentMethods/index.js +32 -0
- package/lib/src/PaymentMethods/index.js.map +1 -0
- package/lib/src/ServiceConfigs/AcceptorConfig.d.ts +29 -0
- package/lib/src/ServiceConfigs/AcceptorConfig.js +43 -0
- package/lib/src/ServiceConfigs/AcceptorConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Configuration.d.ts +15 -0
- package/lib/src/ServiceConfigs/Configuration.js +20 -0
- package/lib/src/ServiceConfigs/Configuration.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/GatewayConfig.d.ts +14 -0
- package/lib/src/ServiceConfigs/Gateways/GatewayConfig.js +30 -0
- package/lib/src/ServiceConfigs/Gateways/GatewayConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/GpApiConfig.d.ts +21 -0
- package/lib/src/ServiceConfigs/Gateways/GpApiConfig.js +44 -0
- package/lib/src/ServiceConfigs/Gateways/GpApiConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/GpEcomConfig.d.ts +21 -0
- package/lib/src/ServiceConfigs/Gateways/GpEcomConfig.js +50 -0
- package/lib/src/ServiceConfigs/Gateways/GpEcomConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/PorticoConfig.d.ts +22 -0
- package/lib/src/ServiceConfigs/Gateways/PorticoConfig.js +116 -0
- package/lib/src/ServiceConfigs/Gateways/PorticoConfig.js.map +1 -0
- package/lib/src/ServiceConfigs/Gateways/index.d.ts +4 -0
- package/lib/src/ServiceConfigs/Gateways/index.js +21 -0
- package/lib/src/ServiceConfigs/Gateways/index.js.map +1 -0
- package/lib/src/ServiceConfigs/ServicesConfigs.d.ts +8 -0
- package/lib/src/ServiceConfigs/ServicesConfigs.js +15 -0
- package/lib/src/ServiceConfigs/ServicesConfigs.js.map +1 -0
- package/lib/src/ServiceConfigs/index.d.ts +4 -0
- package/lib/src/ServiceConfigs/index.js +21 -0
- package/lib/src/ServiceConfigs/index.js.map +1 -0
- package/lib/src/Services/BatchService.d.ts +4 -0
- package/lib/src/Services/BatchService.js +15 -0
- package/lib/src/Services/BatchService.js.map +1 -0
- package/lib/src/Services/CheckService.d.ts +7 -0
- package/lib/src/Services/CheckService.js +20 -0
- package/lib/src/Services/CheckService.js.map +1 -0
- package/lib/src/Services/CreditService.d.ts +13 -0
- package/lib/src/Services/CreditService.js +54 -0
- package/lib/src/Services/CreditService.js.map +1 -0
- package/lib/src/Services/DebitService.d.ts +8 -0
- package/lib/src/Services/DebitService.js +28 -0
- package/lib/src/Services/DebitService.js.map +1 -0
- package/lib/src/Services/DeviceService.d.ts +5 -0
- package/lib/src/Services/DeviceService.js +19 -0
- package/lib/src/Services/DeviceService.js.map +1 -0
- package/lib/src/Services/EBTService.d.ts +9 -0
- package/lib/src/Services/EBTService.js +31 -0
- package/lib/src/Services/EBTService.js.map +1 -0
- package/lib/src/Services/GiftService.d.ts +17 -0
- package/lib/src/Services/GiftService.js +54 -0
- package/lib/src/Services/GiftService.js.map +1 -0
- package/lib/src/Services/GpApiServices.d.ts +4 -0
- package/lib/src/Services/GpApiServices.js +44 -0
- package/lib/src/Services/GpApiServices.js.map +1 -0
- package/lib/src/Services/HostedService.d.ts +10 -0
- package/lib/src/Services/HostedService.js +59 -0
- package/lib/src/Services/HostedService.js.map +1 -0
- package/lib/src/Services/PayFacService.d.ts +26 -0
- package/lib/src/Services/PayFacService.js +76 -0
- package/lib/src/Services/PayFacService.js.map +1 -0
- package/lib/src/Services/RecurringService.d.ts +8 -0
- package/lib/src/Services/RecurringService.js +24 -0
- package/lib/src/Services/RecurringService.js.map +1 -0
- package/lib/src/Services/ReportingService.d.ts +6 -0
- package/lib/src/Services/ReportingService.js +18 -0
- package/lib/src/Services/ReportingService.js.map +1 -0
- package/lib/src/Services/index.d.ts +10 -0
- package/lib/src/Services/index.js +27 -0
- package/lib/src/Services/index.js.map +1 -0
- package/lib/src/ServicesContainer.d.ts +19 -0
- package/lib/src/ServicesContainer.js +64 -0
- package/lib/src/ServicesContainer.js.map +1 -0
- package/lib/src/Terminals/Abstractions/IDeviceCommInterface.d.ts +6 -0
- package/lib/src/Terminals/Abstractions/IDeviceCommInterface.js +3 -0
- package/lib/src/Terminals/Abstractions/IDeviceCommInterface.js.map +1 -0
- package/lib/src/Terminals/Abstractions/IDeviceInterface.d.ts +13 -0
- package/lib/src/Terminals/Abstractions/IDeviceInterface.js +3 -0
- package/lib/src/Terminals/Abstractions/IDeviceInterface.js.map +1 -0
- package/lib/src/Terminals/Abstractions/IDeviceMessage.d.ts +4 -0
- package/lib/src/Terminals/Abstractions/IDeviceMessage.js +3 -0
- package/lib/src/Terminals/Abstractions/IDeviceMessage.js.map +1 -0
- package/lib/src/Terminals/Abstractions/IDeviceResponse.d.ts +52 -0
- package/lib/src/Terminals/Abstractions/IDeviceResponse.js +3 -0
- package/lib/src/Terminals/Abstractions/IDeviceResponse.js.map +1 -0
- package/lib/src/Terminals/Abstractions/IRequestIdProvider.d.ts +3 -0
- package/lib/src/Terminals/Abstractions/IRequestIdProvider.js +3 -0
- package/lib/src/Terminals/Abstractions/IRequestIdProvider.js.map +1 -0
- package/lib/src/Terminals/Abstractions/IRequestSubGroup.d.ts +3 -0
- package/lib/src/Terminals/Abstractions/IRequestSubGroup.js +3 -0
- package/lib/src/Terminals/Abstractions/IRequestSubGroup.js.map +1 -0
- package/lib/src/Terminals/Abstractions/ITerminalConfiguration.d.ts +16 -0
- package/lib/src/Terminals/Abstractions/ITerminalConfiguration.js +3 -0
- package/lib/src/Terminals/Abstractions/ITerminalConfiguration.js.map +1 -0
- package/lib/src/Terminals/Abstractions/index.d.ts +7 -0
- package/lib/src/Terminals/Abstractions/index.js +24 -0
- package/lib/src/Terminals/Abstractions/index.js.map +1 -0
- package/lib/src/Terminals/Builders/TerminalAuthBuilder.d.ts +65 -0
- package/lib/src/Terminals/Builders/TerminalAuthBuilder.js +172 -0
- package/lib/src/Terminals/Builders/TerminalAuthBuilder.js.map +1 -0
- package/lib/src/Terminals/Builders/TerminalBuilder.d.ts +12 -0
- package/lib/src/Terminals/Builders/TerminalBuilder.js +32 -0
- package/lib/src/Terminals/Builders/TerminalBuilder.js.map +1 -0
- package/lib/src/Terminals/Builders/TerminalManageBuilder.d.ts +30 -0
- package/lib/src/Terminals/Builders/TerminalManageBuilder.js +95 -0
- package/lib/src/Terminals/Builders/TerminalManageBuilder.js.map +1 -0
- package/lib/src/Terminals/Builders/index.d.ts +2 -0
- package/lib/src/Terminals/Builders/index.js +19 -0
- package/lib/src/Terminals/Builders/index.js.map +1 -0
- package/lib/src/Terminals/ConnectionConfig.d.ts +20 -0
- package/lib/src/Terminals/ConnectionConfig.js +49 -0
- package/lib/src/Terminals/ConnectionConfig.js.map +1 -0
- package/lib/src/Terminals/DeviceController.d.ts +23 -0
- package/lib/src/Terminals/DeviceController.js +42 -0
- package/lib/src/Terminals/DeviceController.js.map +1 -0
- package/lib/src/Terminals/DeviceInterface.d.ts +21 -0
- package/lib/src/Terminals/DeviceInterface.js +50 -0
- package/lib/src/Terminals/DeviceInterface.js.map +1 -0
- package/lib/src/Terminals/DeviceMessage.d.ts +15 -0
- package/lib/src/Terminals/DeviceMessage.js +42 -0
- package/lib/src/Terminals/DeviceMessage.js.map +1 -0
- package/lib/src/Terminals/DeviceResponse.d.ts +10 -0
- package/lib/src/Terminals/DeviceResponse.js +16 -0
- package/lib/src/Terminals/DeviceResponse.js.map +1 -0
- package/lib/src/Terminals/Enums/ControlCodes.d.ts +5 -0
- package/lib/src/Terminals/Enums/ControlCodes.js +10 -0
- package/lib/src/Terminals/Enums/ControlCodes.js.map +1 -0
- package/lib/src/Terminals/Enums/index.d.ts +1 -0
- package/lib/src/Terminals/Enums/index.js +18 -0
- package/lib/src/Terminals/Enums/index.js.map +1 -0
- package/lib/src/Terminals/Enums.d.ts +12 -0
- package/lib/src/Terminals/Enums.js +18 -0
- package/lib/src/Terminals/Enums.js.map +1 -0
- package/lib/src/Terminals/SummaryResponse.d.ts +28 -0
- package/lib/src/Terminals/SummaryResponse.js +33 -0
- package/lib/src/Terminals/SummaryResponse.js.map +1 -0
- package/lib/src/Terminals/TerminalResponse.d.ts +42 -0
- package/lib/src/Terminals/TerminalResponse.js +49 -0
- package/lib/src/Terminals/TerminalResponse.js.map +1 -0
- package/lib/src/Terminals/TerminalUtils.d.ts +4 -0
- package/lib/src/Terminals/TerminalUtils.js +24 -0
- package/lib/src/Terminals/TerminalUtils.js.map +1 -0
- package/lib/src/Terminals/UPA/Entities/UpaMessageId.d.ts +20 -0
- package/lib/src/Terminals/UPA/Entities/UpaMessageId.js +25 -0
- package/lib/src/Terminals/UPA/Entities/UpaMessageId.js.map +1 -0
- package/lib/src/Terminals/UPA/Entities/index.d.ts +1 -0
- package/lib/src/Terminals/UPA/Entities/index.js +18 -0
- package/lib/src/Terminals/UPA/Entities/index.js.map +1 -0
- package/lib/src/Terminals/UPA/Interfaces/UpaMicInterface.d.ts +12 -0
- package/lib/src/Terminals/UPA/Interfaces/UpaMicInterface.js +76 -0
- package/lib/src/Terminals/UPA/Interfaces/UpaMicInterface.js.map +1 -0
- package/lib/src/Terminals/UPA/Interfaces/index.d.ts +1 -0
- package/lib/src/Terminals/UPA/Interfaces/index.js +18 -0
- package/lib/src/Terminals/UPA/Interfaces/index.js.map +1 -0
- package/lib/src/Terminals/UPA/Reponses/TransactionResponse.d.ts +53 -0
- package/lib/src/Terminals/UPA/Reponses/TransactionResponse.js +70 -0
- package/lib/src/Terminals/UPA/Reponses/TransactionResponse.js.map +1 -0
- package/lib/src/Terminals/UPA/Reponses/index.d.ts +1 -0
- package/lib/src/Terminals/UPA/Reponses/index.js +18 -0
- package/lib/src/Terminals/UPA/Reponses/index.js.map +1 -0
- package/lib/src/Terminals/UPA/Request/BaseRequest.d.ts +7 -0
- package/lib/src/Terminals/UPA/Request/BaseRequest.js +11 -0
- package/lib/src/Terminals/UPA/Request/BaseRequest.js.map +1 -0
- package/lib/src/Terminals/UPA/Request/GroupRequest.d.ts +5 -0
- package/lib/src/Terminals/UPA/Request/GroupRequest.js +9 -0
- package/lib/src/Terminals/UPA/Request/GroupRequest.js.map +1 -0
- package/lib/src/Terminals/UPA/Request/RequestParams.d.ts +9 -0
- package/lib/src/Terminals/UPA/Request/RequestParams.js +14 -0
- package/lib/src/Terminals/UPA/Request/RequestParams.js.map +1 -0
- package/lib/src/Terminals/UPA/Request/RootRequest.d.ts +5 -0
- package/lib/src/Terminals/UPA/Request/RootRequest.js +9 -0
- package/lib/src/Terminals/UPA/Request/RootRequest.js.map +1 -0
- package/lib/src/Terminals/UPA/Request/TransactionRequest.d.ts +10 -0
- package/lib/src/Terminals/UPA/Request/TransactionRequest.js +15 -0
- package/lib/src/Terminals/UPA/Request/TransactionRequest.js.map +1 -0
- package/lib/src/Terminals/UPA/Request/index.d.ts +5 -0
- package/lib/src/Terminals/UPA/Request/index.js +22 -0
- package/lib/src/Terminals/UPA/Request/index.js.map +1 -0
- package/lib/src/Terminals/UPA/UpaController.d.ts +16 -0
- package/lib/src/Terminals/UPA/UpaController.js +213 -0
- package/lib/src/Terminals/UPA/UpaController.js.map +1 -0
- package/lib/src/Terminals/UPA/UpaInterface.d.ts +10 -0
- package/lib/src/Terminals/UPA/UpaInterface.js +44 -0
- package/lib/src/Terminals/UPA/UpaInterface.js.map +1 -0
- package/lib/src/Terminals/UPA/UpaMessageType.d.ts +8 -0
- package/lib/src/Terminals/UPA/UpaMessageType.js +13 -0
- package/lib/src/Terminals/UPA/UpaMessageType.js.map +1 -0
- package/lib/src/Terminals/UPA/index.d.ts +7 -0
- package/lib/src/Terminals/UPA/index.js +24 -0
- package/lib/src/Terminals/UPA/index.js.map +1 -0
- package/lib/src/Terminals/index.d.ts +8 -0
- package/lib/src/Terminals/index.js +25 -0
- package/lib/src/Terminals/index.js.map +1 -0
- package/lib/src/Utils/GenerationUtils.d.ts +6 -0
- package/lib/src/Utils/GenerationUtils.js +79 -0
- package/lib/src/Utils/GenerationUtils.js.map +1 -0
- package/lib/src/Utils/IRawRequestBuilder.d.ts +3 -0
- package/lib/src/Utils/IRawRequestBuilder.js +3 -0
- package/lib/src/Utils/IRawRequestBuilder.js.map +1 -0
- package/lib/src/Utils/InputValidation.d.ts +12 -0
- package/lib/src/Utils/InputValidation.js +71 -0
- package/lib/src/Utils/InputValidation.js.map +1 -0
- package/lib/src/Utils/Sha1.d.ts +6 -0
- package/lib/src/Utils/Sha1.js +231 -0
- package/lib/src/Utils/Sha1.js.map +1 -0
- package/lib/src/Utils/StringUtils.d.ts +6 -0
- package/lib/src/Utils/StringUtils.js +51 -0
- package/lib/src/Utils/StringUtils.js.map +1 -0
- package/lib/src/Utils/index.d.ts +3 -0
- package/lib/src/Utils/index.js +20 -0
- package/lib/src/Utils/index.js.map +1 -0
- package/lib/src/index.d.ts +13 -0
- package/lib/src/index.js +34 -0
- package/lib/src/index.js.map +1 -0
- package/lib/test/Data/BaseGpApiTestConfig.d.ts +13 -0
- package/lib/test/Data/BaseGpApiTestConfig.js +42 -0
- package/lib/test/Data/BaseGpApiTestConfig.js.map +1 -0
- package/lib/test/Data/TestCards.d.ts +24 -0
- package/lib/test/Data/TestCards.js +220 -0
- package/lib/test/Data/TestCards.js.map +1 -0
- package/lib/test/Data/TestChecks.d.ts +4 -0
- package/lib/test/Data/TestChecks.js +27 -0
- package/lib/test/Data/TestChecks.js.map +1 -0
- package/lib/test/Data/index.d.ts +2 -0
- package/lib/test/Data/index.js +19 -0
- package/lib/test/Data/index.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js +102 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.js +2446 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AuthTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.js +506 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/AvsTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.js +1296 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/CreditTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.js +847 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/Certification/HoldTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.js +214 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/CreditTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.js +98 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/HppTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.js +132 -0
- package/lib/test/Integration/Gateways/GpEcomConnector/RecurringTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/AchTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/AchTest.js +59 -0
- package/lib/test/Integration/Gateways/PorticoConnector/AchTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.js +378 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/CheckTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.js +86 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceCheckTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.js +1723 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/EcommerceTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.js +86 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoCheckTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.js +1760 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/MotoTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.js +420 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RecurringTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.js +2221 -0
- package/lib/test/Integration/Gateways/PorticoConnector/Certifications/RetailTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.js +392 -0
- package/lib/test/Integration/Gateways/PorticoConnector/CreditTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.js +82 -0
- package/lib/test/Integration/Gateways/PorticoConnector/DebitTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.js +72 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EbtTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.js +111 -0
- package/lib/test/Integration/Gateways/PorticoConnector/EcommerceTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.js +147 -0
- package/lib/test/Integration/Gateways/PorticoConnector/GiftTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.js +101 -0
- package/lib/test/Integration/Gateways/PorticoConnector/RecurringTest.js.map +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.js +50 -0
- package/lib/test/Integration/Gateways/PorticoConnector/ReportingTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.js +44 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/GetInformationCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.js +221 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayAccountCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.js +60 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayFundCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.js +80 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/ProPayInNetworkTransactionCertificationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestAccountData.d.ts +39 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestAccountData.js +393 -0
- package/lib/test/Integration/Gateways/ProPayConnector/Certifications/TestData/TestAccountData.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.js +44 -0
- package/lib/test/Integration/Gateways/ProPayConnector/GetInformationTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.js +330 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayAccountTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.js +60 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayFundsTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.js +80 -0
- package/lib/test/Integration/Gateways/ProPayConnector/ProPayInNetworkTransactionTest.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestAccountData.d.ts +34 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestAccountData.js +322 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestAccountData.js.map +1 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestFundsData.d.ts +4 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestFundsData.js +28 -0
- package/lib/test/Integration/Gateways/ProPayConnector/TestData/TestFundsData.js.map +1 -0
- package/lib/test/Integration/Gateways/Terminals/RequestIdProvider.d.ts +4 -0
- package/lib/test/Integration/Gateways/Terminals/RequestIdProvider.js +10 -0
- package/lib/test/Integration/Gateways/Terminals/RequestIdProvider.js.map +1 -0
- package/lib/test/Integration/Gateways/Terminals/UPA/UpaMicTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/Terminals/UPA/UpaMicTest.js +149 -0
- package/lib/test/Integration/Gateways/Terminals/UPA/UpaMicTest.js.map +1 -0
- package/lib/test/Integration/Services/CheckServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/CheckServiceTest.js +45 -0
- package/lib/test/Integration/Services/CheckServiceTest.js.map +1 -0
- package/lib/test/Integration/Services/CreditServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/CreditServiceTest.js +174 -0
- package/lib/test/Integration/Services/CreditServiceTest.js.map +1 -0
- package/lib/test/Integration/Services/DebitServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/DebitServiceTest.js +81 -0
- package/lib/test/Integration/Services/DebitServiceTest.js.map +1 -0
- package/lib/test/Integration/Services/EBTServiceTest.d.ts +1 -0
- package/lib/test/Integration/Services/EBTServiceTest.js +64 -0
- package/lib/test/Integration/Services/EBTServiceTest.js.map +1 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.d.ts +1 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.js +111 -0
- package/lib/test/Unit/Builders/AuthorizationBuilder/ValidationTest.js.map +1 -0
- package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.d.ts +1 -0
- package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.js +62 -0
- package/lib/test/Unit/Builders/ReportBuilder/ValidationTest.js.map +1 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.d.ts +1 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.js +34 -0
- package/lib/test/Unit/Gateways/GpEcomConnector/CreditTest.js.map +1 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.d.ts +1 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.js +125 -0
- package/lib/test/Unit/Gateways/PorticoConnector/InputValidationTest.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,636 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TaxType = exports.StoredCredentialInitiator = exports.ShaHashType = exports.SendFileType = exports.Secure3dVersion = exports.SecCode = exports.ScheduleFrequency = exports.ReportType = exports.RecurringType = exports.RecurringSequence = exports.ReasonCode = exports.PhoneNumberType = exports.PaymentType = exports.PaymentSchedule = exports.PaymentProvider = exports.PaymentMethodType = exports.PaymentEntryMode = exports.PayByLinkStatus = exports.ManualEntryMethod = exports.IntervalToExpire = exports.InquiryType = exports.HppVersion = exports.GiftEntryMethod = exports.GatewayProvider = exports.FraudFilterMode = exports.ExceptionCodes = exports.Environment = exports.EntryMethod = exports.EncyptedMobileType = exports.EmailReceipt = exports.EcommerceChannel = exports.DigitalWalletTokenFormat = exports.DeviceType = exports.CvnPresenceIndicator = exports.CustomerDocumentType = exports.CurrencyType = exports.CheckType = exports.Channel = exports.CaptureMode = exports.CardType = exports.CardHolderAuthenticationEntity = exports.CardHolderAuthenticationCapability = exports.CardDataOutputCapability = exports.CardDataInputCapability = exports.BankPaymentType = exports.ApplicationCryptogramType = exports.AlternativePaymentType = exports.AliasAction = exports.AddressType = exports.AccountType = void 0;
|
|
4
|
+
exports.PropayTermsVersion = exports.PaymentDataSourceType = exports.MobilePaymentMethodType = exports.ProPayAccountStatus = exports.TransactionType = exports.TransactionModifier = exports.TimeZoneConversion = void 0;
|
|
5
|
+
var AccountType;
|
|
6
|
+
(function (AccountType) {
|
|
7
|
+
AccountType["Checking"] = "CHECKING";
|
|
8
|
+
AccountType["Savings"] = "SAVINGS";
|
|
9
|
+
})(AccountType || (exports.AccountType = AccountType = {}));
|
|
10
|
+
var AddressType;
|
|
11
|
+
(function (AddressType) {
|
|
12
|
+
AddressType[AddressType["Billing"] = 0] = "Billing";
|
|
13
|
+
AddressType[AddressType["Shipping"] = 1] = "Shipping";
|
|
14
|
+
})(AddressType || (exports.AddressType = AddressType = {}));
|
|
15
|
+
var AliasAction;
|
|
16
|
+
(function (AliasAction) {
|
|
17
|
+
AliasAction["Create"] = "CREATE";
|
|
18
|
+
AliasAction["Add"] = "ADD";
|
|
19
|
+
AliasAction["Delete"] = "DELETE";
|
|
20
|
+
})(AliasAction || (exports.AliasAction = AliasAction = {}));
|
|
21
|
+
var AlternativePaymentType;
|
|
22
|
+
(function (AlternativePaymentType) {
|
|
23
|
+
AlternativePaymentType["Paypal"] = "paypal";
|
|
24
|
+
AlternativePaymentType["PayByBankApp"] = "paybybankapp";
|
|
25
|
+
})(AlternativePaymentType || (exports.AlternativePaymentType = AlternativePaymentType = {}));
|
|
26
|
+
var ApplicationCryptogramType;
|
|
27
|
+
(function (ApplicationCryptogramType) {
|
|
28
|
+
ApplicationCryptogramType[ApplicationCryptogramType["TC"] = 0] = "TC";
|
|
29
|
+
ApplicationCryptogramType[ApplicationCryptogramType["ARQC"] = 1] = "ARQC";
|
|
30
|
+
})(ApplicationCryptogramType || (exports.ApplicationCryptogramType = ApplicationCryptogramType = {}));
|
|
31
|
+
var BankPaymentType;
|
|
32
|
+
(function (BankPaymentType) {
|
|
33
|
+
BankPaymentType["FASTERPAYMENTS"] = "FASTERPAYMENTS";
|
|
34
|
+
BankPaymentType["SEPA"] = "SEPA";
|
|
35
|
+
})(BankPaymentType || (exports.BankPaymentType = BankPaymentType = {}));
|
|
36
|
+
var CardDataInputCapability;
|
|
37
|
+
(function (CardDataInputCapability) {
|
|
38
|
+
CardDataInputCapability["Unknown"] = "UNKNOWN";
|
|
39
|
+
CardDataInputCapability["NoTerminalManual"] = "NO_TERMINAL_MANUAL";
|
|
40
|
+
CardDataInputCapability["MagstripeReadOnly"] = "MAGSTRIPE_READ_ONLY";
|
|
41
|
+
CardDataInputCapability["Ocr"] = "OCR";
|
|
42
|
+
CardDataInputCapability["IccChipReadOnly"] = "ICC_CHIP_READ_ONLY";
|
|
43
|
+
CardDataInputCapability["KeyedEntryOnly"] = "KEYED_ENTRY_ONLY";
|
|
44
|
+
CardDataInputCapability["MagstripeContactlessOnly"] = "MAGSTRIPE_CONTACTLESS_ONLY";
|
|
45
|
+
CardDataInputCapability["MagstripeKeyedEntryOnly"] = "MAGSTRIPE_KEYED_ENTRY_ONLY";
|
|
46
|
+
CardDataInputCapability["MagstripeIccKeyedEntryOnly"] = "MAGSTRIPE_ICC_KEYED_ENTRY_ONLY";
|
|
47
|
+
CardDataInputCapability["MagstripeIccOnly"] = "MAGSTRIPE_ICC_ONLY";
|
|
48
|
+
CardDataInputCapability["IccKeyedEntryOnly"] = "ICC_KEYED_ENTRY_ONLY";
|
|
49
|
+
CardDataInputCapability["IccChipConctactContactless"] = "ICC_CHIP_CONTACT_CONTACTLESS";
|
|
50
|
+
CardDataInputCapability["IccContactlessOnly"] = "ICC_CONTACTLESS_ONLY";
|
|
51
|
+
CardDataInputCapability["OtherCapabilityForMastercard"] = "OTHER_CAPABILITY_FOR_MASTERCARD";
|
|
52
|
+
CardDataInputCapability["MagstripeSignatureForAmexOnly"] = "MAGSTRIPE_SIGNATURE_FOR_AMEX_ONLY";
|
|
53
|
+
})(CardDataInputCapability || (exports.CardDataInputCapability = CardDataInputCapability = {}));
|
|
54
|
+
var CardDataOutputCapability;
|
|
55
|
+
(function (CardDataOutputCapability) {
|
|
56
|
+
CardDataOutputCapability["None"] = "NONE";
|
|
57
|
+
CardDataOutputCapability["MagneticStripeWrite"] = "MAGNETIC_STRIPE_WRITE";
|
|
58
|
+
CardDataOutputCapability["Icc"] = "ICC";
|
|
59
|
+
CardDataOutputCapability["Other"] = "OTHER";
|
|
60
|
+
})(CardDataOutputCapability || (exports.CardDataOutputCapability = CardDataOutputCapability = {}));
|
|
61
|
+
var CardHolderAuthenticationCapability;
|
|
62
|
+
(function (CardHolderAuthenticationCapability) {
|
|
63
|
+
CardHolderAuthenticationCapability["NoCapability"] = "NO_CAPABILITY";
|
|
64
|
+
CardHolderAuthenticationCapability["PinEntry"] = "PIN_ENTRY";
|
|
65
|
+
CardHolderAuthenticationCapability["SignatureAnalysis"] = "SIGNATURE_ANALYSIS";
|
|
66
|
+
CardHolderAuthenticationCapability["SignatureAnalysisInoperative"] = "SIGNATURE_ANALYSIS_INOPERATIVE";
|
|
67
|
+
CardHolderAuthenticationCapability["MposSoftwareBasedPinEntryCapability"] = "MPOS_SOFTWARE_BASED_PIN_ENTRY_CAPABILITY";
|
|
68
|
+
CardHolderAuthenticationCapability["Other"] = "OTHER";
|
|
69
|
+
CardHolderAuthenticationCapability["Unknown"] = "UNKNOWN";
|
|
70
|
+
})(CardHolderAuthenticationCapability || (exports.CardHolderAuthenticationCapability = CardHolderAuthenticationCapability = {}));
|
|
71
|
+
var CardHolderAuthenticationEntity;
|
|
72
|
+
(function (CardHolderAuthenticationEntity) {
|
|
73
|
+
CardHolderAuthenticationEntity["NotAuthenticated"] = "NOT_AUTHENTICATED";
|
|
74
|
+
CardHolderAuthenticationEntity["IccOfflinePin"] = "ICC_OFFLINE_PIN";
|
|
75
|
+
CardHolderAuthenticationEntity["CardAcceptanceDevice"] = "CARD_ACCEPTANCE_DEVICE";
|
|
76
|
+
CardHolderAuthenticationEntity["AuthorizingAgentOnlinePin"] = "AUTHORIZING_AGENT_ONLINE_PIN";
|
|
77
|
+
CardHolderAuthenticationEntity["MerchantCardAcceptorSignature"] = "MERCHANT_CARD_ACCEPTOR_SIGNATURE";
|
|
78
|
+
CardHolderAuthenticationEntity["Other"] = "OTHER";
|
|
79
|
+
})(CardHolderAuthenticationEntity || (exports.CardHolderAuthenticationEntity = CardHolderAuthenticationEntity = {}));
|
|
80
|
+
var CardType;
|
|
81
|
+
(function (CardType) {
|
|
82
|
+
CardType["VISA"] = "VISA";
|
|
83
|
+
CardType["MASTERCARD"] = "MASTERCARD";
|
|
84
|
+
CardType["DISCOVER"] = "DISCOVER";
|
|
85
|
+
CardType["AMEX"] = "AMEX";
|
|
86
|
+
CardType["JCB"] = "JCB";
|
|
87
|
+
CardType["DINERS"] = "DINERS";
|
|
88
|
+
})(CardType || (exports.CardType = CardType = {}));
|
|
89
|
+
var CaptureMode;
|
|
90
|
+
(function (CaptureMode) {
|
|
91
|
+
CaptureMode["AUTO"] = "AUTO";
|
|
92
|
+
CaptureMode["LATER"] = "LATER";
|
|
93
|
+
CaptureMode["MULTIPLE"] = "MULTIPLE";
|
|
94
|
+
})(CaptureMode || (exports.CaptureMode = CaptureMode = {}));
|
|
95
|
+
var Channel;
|
|
96
|
+
(function (Channel) {
|
|
97
|
+
Channel["CardNotPresent"] = "CNP";
|
|
98
|
+
Channel["CardPresent"] = "CP";
|
|
99
|
+
})(Channel || (exports.Channel = Channel = {}));
|
|
100
|
+
var CheckType;
|
|
101
|
+
(function (CheckType) {
|
|
102
|
+
CheckType["Personal"] = "PERSONAL";
|
|
103
|
+
CheckType["Business"] = "BUSINESS";
|
|
104
|
+
CheckType["Payroll"] = "PAYROLL";
|
|
105
|
+
})(CheckType || (exports.CheckType = CheckType = {}));
|
|
106
|
+
var CurrencyType;
|
|
107
|
+
(function (CurrencyType) {
|
|
108
|
+
CurrencyType[CurrencyType["CURRENCY"] = 0] = "CURRENCY";
|
|
109
|
+
CurrencyType[CurrencyType["POINTS"] = 1] = "POINTS";
|
|
110
|
+
CurrencyType[CurrencyType["CASH_BENEFITS"] = 2] = "CASH_BENEFITS";
|
|
111
|
+
CurrencyType[CurrencyType["FOODSTAMPS"] = 3] = "FOODSTAMPS";
|
|
112
|
+
CurrencyType[CurrencyType["VOUCHER"] = 4] = "VOUCHER";
|
|
113
|
+
})(CurrencyType || (exports.CurrencyType = CurrencyType = {}));
|
|
114
|
+
var CustomerDocumentType;
|
|
115
|
+
(function (CustomerDocumentType) {
|
|
116
|
+
CustomerDocumentType["NATIONAL"] = "NATIONAL";
|
|
117
|
+
CustomerDocumentType["CPF"] = "CPF";
|
|
118
|
+
CustomerDocumentType["CPNJ"] = "CPNJ";
|
|
119
|
+
CustomerDocumentType["CURP"] = "CURP";
|
|
120
|
+
CustomerDocumentType["SSN"] = "SSN";
|
|
121
|
+
CustomerDocumentType["DRIVER_LICENSE"] = "DRIVER_LICENSE";
|
|
122
|
+
CustomerDocumentType["PASSPORT"] = "PASSPORT";
|
|
123
|
+
})(CustomerDocumentType || (exports.CustomerDocumentType = CustomerDocumentType = {}));
|
|
124
|
+
var CvnPresenceIndicator;
|
|
125
|
+
(function (CvnPresenceIndicator) {
|
|
126
|
+
CvnPresenceIndicator[CvnPresenceIndicator["Present"] = 1] = "Present";
|
|
127
|
+
CvnPresenceIndicator[CvnPresenceIndicator["Illegible"] = 2] = "Illegible";
|
|
128
|
+
CvnPresenceIndicator[CvnPresenceIndicator["NotOnCard"] = 3] = "NotOnCard";
|
|
129
|
+
CvnPresenceIndicator[CvnPresenceIndicator["NotRequested"] = 4] = "NotRequested";
|
|
130
|
+
})(CvnPresenceIndicator || (exports.CvnPresenceIndicator = CvnPresenceIndicator = {}));
|
|
131
|
+
var DeviceType;
|
|
132
|
+
(function (DeviceType) {
|
|
133
|
+
/// <summary>
|
|
134
|
+
/// Indicates PAX device.
|
|
135
|
+
/// </summary>
|
|
136
|
+
DeviceType[DeviceType["PAX_DEVICE"] = 0] = "PAX_DEVICE";
|
|
137
|
+
/// <summary>
|
|
138
|
+
/// Indicates PAX D200 device.
|
|
139
|
+
/// </summary>
|
|
140
|
+
DeviceType[DeviceType["PAX_D200"] = 1] = "PAX_D200";
|
|
141
|
+
/// <summary>
|
|
142
|
+
/// INdicates PAX D210 device.
|
|
143
|
+
/// </summary>
|
|
144
|
+
DeviceType[DeviceType["PAX_D210"] = 2] = "PAX_D210";
|
|
145
|
+
/// <summary>
|
|
146
|
+
/// Indicates a Pax S300 device.
|
|
147
|
+
/// </summary>
|
|
148
|
+
DeviceType[DeviceType["PAX_S300"] = 3] = "PAX_S300";
|
|
149
|
+
/// <summary>
|
|
150
|
+
/// Indicates PAX PX5 device.
|
|
151
|
+
/// </summary>
|
|
152
|
+
DeviceType[DeviceType["PAX_PX5"] = 4] = "PAX_PX5";
|
|
153
|
+
/// <summary>
|
|
154
|
+
/// Indicates PAX PX7 device.
|
|
155
|
+
/// </summary>
|
|
156
|
+
DeviceType[DeviceType["PAX_PX7"] = 5] = "PAX_PX7";
|
|
157
|
+
/// <summary>
|
|
158
|
+
/// Indicates a HeeartSIP iSC250 device.
|
|
159
|
+
/// </summary>
|
|
160
|
+
DeviceType[DeviceType["HPA_ISC250"] = 6] = "HPA_ISC250";
|
|
161
|
+
/// <summary>
|
|
162
|
+
/// Indicates a HeartSIP Lane 3000 device
|
|
163
|
+
/// </summary>
|
|
164
|
+
DeviceType[DeviceType["HPA_LANE3000"] = 7] = "HPA_LANE3000";
|
|
165
|
+
/// <summary>
|
|
166
|
+
/// Indicates a UPA device
|
|
167
|
+
/// </summary>
|
|
168
|
+
DeviceType[DeviceType["UPA_DEVICE"] = 8] = "UPA_DEVICE";
|
|
169
|
+
/// <summary>
|
|
170
|
+
/// Indicates a genius terminal
|
|
171
|
+
/// </summary>
|
|
172
|
+
DeviceType[DeviceType["GENIUS"] = 9] = "GENIUS";
|
|
173
|
+
/// <summary>
|
|
174
|
+
/// Indicates a Nucleus terminal
|
|
175
|
+
/// </summary>
|
|
176
|
+
DeviceType[DeviceType["NUCLEUS_SATURN_1000"] = 10] = "NUCLEUS_SATURN_1000";
|
|
177
|
+
/// <summary>
|
|
178
|
+
/// Indicates a genius verifone P400
|
|
179
|
+
/// </summary>
|
|
180
|
+
DeviceType[DeviceType["GENIUS_VERIFONE_P400"] = 11] = "GENIUS_VERIFONE_P400";
|
|
181
|
+
})(DeviceType || (exports.DeviceType = DeviceType = {}));
|
|
182
|
+
var DigitalWalletTokenFormat;
|
|
183
|
+
(function (DigitalWalletTokenFormat) {
|
|
184
|
+
DigitalWalletTokenFormat["CARD_NUMBER"] = "CARD_NUMBER";
|
|
185
|
+
DigitalWalletTokenFormat["CARD_TOKEN"] = "CARD_TOKEN";
|
|
186
|
+
})(DigitalWalletTokenFormat || (exports.DigitalWalletTokenFormat = DigitalWalletTokenFormat = {}));
|
|
187
|
+
var EcommerceChannel;
|
|
188
|
+
(function (EcommerceChannel) {
|
|
189
|
+
EcommerceChannel["Ecom"] = "ECOM";
|
|
190
|
+
EcommerceChannel["Moto"] = "MOTO";
|
|
191
|
+
})(EcommerceChannel || (exports.EcommerceChannel = EcommerceChannel = {}));
|
|
192
|
+
var EmailReceipt;
|
|
193
|
+
(function (EmailReceipt) {
|
|
194
|
+
EmailReceipt["Never"] = "Never";
|
|
195
|
+
EmailReceipt["All"] = "All";
|
|
196
|
+
EmailReceipt["Approvals"] = "Approvals";
|
|
197
|
+
EmailReceipt["Declines"] = "Declines";
|
|
198
|
+
})(EmailReceipt || (exports.EmailReceipt = EmailReceipt = {}));
|
|
199
|
+
var EncyptedMobileType;
|
|
200
|
+
(function (EncyptedMobileType) {
|
|
201
|
+
EncyptedMobileType["ApplePay"] = "apple-pay";
|
|
202
|
+
EncyptedMobileType["GooglePay"] = "pay-with-google";
|
|
203
|
+
EncyptedMobileType["ClickToPay"] = "click-to-pay";
|
|
204
|
+
})(EncyptedMobileType || (exports.EncyptedMobileType = EncyptedMobileType = {}));
|
|
205
|
+
var EntryMethod;
|
|
206
|
+
(function (EntryMethod) {
|
|
207
|
+
EntryMethod["Swipe"] = "SWIPE";
|
|
208
|
+
EntryMethod["Proximity"] = "PROXIMITY";
|
|
209
|
+
EntryMethod["Manual"] = "MANUAL";
|
|
210
|
+
})(EntryMethod || (exports.EntryMethod = EntryMethod = {}));
|
|
211
|
+
var Environment;
|
|
212
|
+
(function (Environment) {
|
|
213
|
+
Environment["Test"] = "TEST";
|
|
214
|
+
Environment["Production"] = "PRODUCTION";
|
|
215
|
+
Environment["Qa"] = "QA";
|
|
216
|
+
})(Environment || (exports.Environment = Environment = {}));
|
|
217
|
+
var ExceptionCodes;
|
|
218
|
+
(function (ExceptionCodes) {
|
|
219
|
+
// general codes
|
|
220
|
+
ExceptionCodes[ExceptionCodes["AuthenticationError"] = 0] = "AuthenticationError";
|
|
221
|
+
ExceptionCodes[ExceptionCodes["InvalidConfiguration"] = 1] = "InvalidConfiguration";
|
|
222
|
+
// input codes
|
|
223
|
+
ExceptionCodes[ExceptionCodes["InvalidAmount"] = 2] = "InvalidAmount";
|
|
224
|
+
ExceptionCodes[ExceptionCodes["MissingCurrency"] = 3] = "MissingCurrency";
|
|
225
|
+
ExceptionCodes[ExceptionCodes["InvalidCurrency"] = 4] = "InvalidCurrency";
|
|
226
|
+
ExceptionCodes[ExceptionCodes["InvalidDate"] = 5] = "InvalidDate";
|
|
227
|
+
ExceptionCodes[ExceptionCodes["MissingCheckName"] = 6] = "MissingCheckName";
|
|
228
|
+
ExceptionCodes[ExceptionCodes["InvalidPhoneNumber"] = 7] = "InvalidPhoneNumber";
|
|
229
|
+
ExceptionCodes[ExceptionCodes["InvalidZipCode"] = 8] = "InvalidZipCode";
|
|
230
|
+
ExceptionCodes[ExceptionCodes["InvalidEmailAddress"] = 9] = "InvalidEmailAddress";
|
|
231
|
+
ExceptionCodes[ExceptionCodes["InvalidInputLength"] = 10] = "InvalidInputLength";
|
|
232
|
+
// gateway codes
|
|
233
|
+
ExceptionCodes[ExceptionCodes["UnknownGatewayError"] = 11] = "UnknownGatewayError";
|
|
234
|
+
ExceptionCodes[ExceptionCodes["InvalidOriginalTransaction"] = 12] = "InvalidOriginalTransaction";
|
|
235
|
+
ExceptionCodes[ExceptionCodes["NoOpenBatch"] = 13] = "NoOpenBatch";
|
|
236
|
+
ExceptionCodes[ExceptionCodes["InvalidCpcData"] = 14] = "InvalidCpcData";
|
|
237
|
+
ExceptionCodes[ExceptionCodes["InvalidCardData"] = 15] = "InvalidCardData";
|
|
238
|
+
ExceptionCodes[ExceptionCodes["InvalidNumber"] = 16] = "InvalidNumber";
|
|
239
|
+
ExceptionCodes[ExceptionCodes["GatewayTimeout"] = 17] = "GatewayTimeout";
|
|
240
|
+
ExceptionCodes[ExceptionCodes["UnexpectedGatewayResponse"] = 18] = "UnexpectedGatewayResponse";
|
|
241
|
+
ExceptionCodes[ExceptionCodes["GatewayTimeoutReversalError"] = 19] = "GatewayTimeoutReversalError";
|
|
242
|
+
ExceptionCodes[ExceptionCodes["GatewayError"] = 20] = "GatewayError";
|
|
243
|
+
ExceptionCodes[ExceptionCodes["UnexpectedGatewayError"] = 21] = "UnexpectedGatewayError";
|
|
244
|
+
// credit issuer codes
|
|
245
|
+
ExceptionCodes[ExceptionCodes["IncorrectNumber"] = 22] = "IncorrectNumber";
|
|
246
|
+
ExceptionCodes[ExceptionCodes["ExpiredCard"] = 23] = "ExpiredCard";
|
|
247
|
+
ExceptionCodes[ExceptionCodes["InvalidPin"] = 24] = "InvalidPin";
|
|
248
|
+
ExceptionCodes[ExceptionCodes["PinEntriesExceeded"] = 25] = "PinEntriesExceeded";
|
|
249
|
+
ExceptionCodes[ExceptionCodes["InvalidExpiry"] = 26] = "InvalidExpiry";
|
|
250
|
+
ExceptionCodes[ExceptionCodes["PinVerification"] = 27] = "PinVerification";
|
|
251
|
+
ExceptionCodes[ExceptionCodes["IssuerTimeout"] = 28] = "IssuerTimeout";
|
|
252
|
+
ExceptionCodes[ExceptionCodes["IncorrectCvc"] = 29] = "IncorrectCvc";
|
|
253
|
+
ExceptionCodes[ExceptionCodes["CardDeclined"] = 30] = "CardDeclined";
|
|
254
|
+
ExceptionCodes[ExceptionCodes["ProcessingError"] = 31] = "ProcessingError";
|
|
255
|
+
ExceptionCodes[ExceptionCodes["IssuerTimeoutReversalError"] = 32] = "IssuerTimeoutReversalError";
|
|
256
|
+
ExceptionCodes[ExceptionCodes["UnknownCreditError"] = 33] = "UnknownCreditError";
|
|
257
|
+
ExceptionCodes[ExceptionCodes["PossibleFraudDetected"] = 34] = "PossibleFraudDetected";
|
|
258
|
+
// gift codes
|
|
259
|
+
ExceptionCodes[ExceptionCodes["UnknownGiftError"] = 35] = "UnknownGiftError";
|
|
260
|
+
ExceptionCodes[ExceptionCodes["PartialApproval"] = 36] = "PartialApproval";
|
|
261
|
+
})(ExceptionCodes || (exports.ExceptionCodes = ExceptionCodes = {}));
|
|
262
|
+
var FraudFilterMode;
|
|
263
|
+
(function (FraudFilterMode) {
|
|
264
|
+
FraudFilterMode["None"] = "NONE";
|
|
265
|
+
FraudFilterMode["Off"] = "OFF";
|
|
266
|
+
FraudFilterMode["Active"] = "ACTIVE";
|
|
267
|
+
FraudFilterMode["Passive"] = "PASSIVE";
|
|
268
|
+
})(FraudFilterMode || (exports.FraudFilterMode = FraudFilterMode = {}));
|
|
269
|
+
var GatewayProvider;
|
|
270
|
+
(function (GatewayProvider) {
|
|
271
|
+
GatewayProvider["GpApi"] = "GP-API";
|
|
272
|
+
GatewayProvider["GpEcom"] = "GP_ECOM";
|
|
273
|
+
GatewayProvider["Portico"] = "PORTICO";
|
|
274
|
+
})(GatewayProvider || (exports.GatewayProvider = GatewayProvider = {}));
|
|
275
|
+
var GiftEntryMethod;
|
|
276
|
+
(function (GiftEntryMethod) {
|
|
277
|
+
GiftEntryMethod[GiftEntryMethod["Swipe"] = 0] = "Swipe";
|
|
278
|
+
GiftEntryMethod[GiftEntryMethod["Alias"] = 1] = "Alias";
|
|
279
|
+
GiftEntryMethod[GiftEntryMethod["Manual"] = 2] = "Manual";
|
|
280
|
+
})(GiftEntryMethod || (exports.GiftEntryMethod = GiftEntryMethod = {}));
|
|
281
|
+
var HppVersion;
|
|
282
|
+
(function (HppVersion) {
|
|
283
|
+
HppVersion["Version1"] = "1";
|
|
284
|
+
HppVersion["Version2"] = "2";
|
|
285
|
+
})(HppVersion || (exports.HppVersion = HppVersion = {}));
|
|
286
|
+
var InquiryType;
|
|
287
|
+
(function (InquiryType) {
|
|
288
|
+
InquiryType["Standard"] = "STANDARD";
|
|
289
|
+
InquiryType["Foodstamp"] = "FOODSTAMP";
|
|
290
|
+
InquiryType["Cash"] = "CASH";
|
|
291
|
+
InquiryType["Points"] = "POINTS";
|
|
292
|
+
})(InquiryType || (exports.InquiryType = InquiryType = {}));
|
|
293
|
+
var IntervalToExpire;
|
|
294
|
+
(function (IntervalToExpire) {
|
|
295
|
+
IntervalToExpire["WEEK"] = "WEEK";
|
|
296
|
+
IntervalToExpire["DAY"] = "DAY";
|
|
297
|
+
IntervalToExpire["TWELVE_HOURS"] = "12_HOURS";
|
|
298
|
+
IntervalToExpire["SIX_HOURS"] = "6_HOURS";
|
|
299
|
+
IntervalToExpire["THREE_HOURS"] = "3_HOURS";
|
|
300
|
+
IntervalToExpire["ONE_HOUR"] = "1_HOUR";
|
|
301
|
+
IntervalToExpire["THIRTY_MINUTES"] = "30_MINUTES";
|
|
302
|
+
IntervalToExpire["TEN_MINUTES"] = "10_MINUTES";
|
|
303
|
+
IntervalToExpire["FIVE_MINUTES"] = "5_MINUTES";
|
|
304
|
+
})(IntervalToExpire || (exports.IntervalToExpire = IntervalToExpire = {}));
|
|
305
|
+
var ManualEntryMethod;
|
|
306
|
+
(function (ManualEntryMethod) {
|
|
307
|
+
ManualEntryMethod[ManualEntryMethod["MOTO"] = 0] = "MOTO";
|
|
308
|
+
ManualEntryMethod[ManualEntryMethod["MAIL"] = 1] = "MAIL";
|
|
309
|
+
ManualEntryMethod[ManualEntryMethod["PHONE"] = 2] = "PHONE";
|
|
310
|
+
ManualEntryMethod[ManualEntryMethod["KEYED"] = 3] = "KEYED";
|
|
311
|
+
})(ManualEntryMethod || (exports.ManualEntryMethod = ManualEntryMethod = {}));
|
|
312
|
+
var PayByLinkStatus;
|
|
313
|
+
(function (PayByLinkStatus) {
|
|
314
|
+
PayByLinkStatus["ACTIVE"] = "ACTIVE";
|
|
315
|
+
PayByLinkStatus["INACTIVE"] = "INACTIVE";
|
|
316
|
+
PayByLinkStatus["CLOSED"] = "CLOSED";
|
|
317
|
+
PayByLinkStatus["EXPIRED"] = "EXPIRED";
|
|
318
|
+
PayByLinkStatus["PAID"] = "PAID";
|
|
319
|
+
})(PayByLinkStatus || (exports.PayByLinkStatus = PayByLinkStatus = {}));
|
|
320
|
+
var PaymentEntryMode;
|
|
321
|
+
(function (PaymentEntryMode) {
|
|
322
|
+
PaymentEntryMode["MOTO"] = "MOTO";
|
|
323
|
+
PaymentEntryMode["ECOM"] = "ECOM";
|
|
324
|
+
PaymentEntryMode["IN_APP"] = "IN_APP";
|
|
325
|
+
PaymentEntryMode["CHIP"] = "CHIP";
|
|
326
|
+
PaymentEntryMode["SWIPE"] = "SWIPE";
|
|
327
|
+
PaymentEntryMode["MANUAL"] = "MANUAL";
|
|
328
|
+
PaymentEntryMode["CONTACTLESS_CHIP"] = "CONTACTLESS_CHIP";
|
|
329
|
+
PaymentEntryMode["CONTACTLESS_SWIPE"] = "CONTACTLESS_SWIPE";
|
|
330
|
+
PaymentEntryMode["PHONE"] = "PHONE";
|
|
331
|
+
PaymentEntryMode["MAIL"] = "MAIL";
|
|
332
|
+
})(PaymentEntryMode || (exports.PaymentEntryMode = PaymentEntryMode = {}));
|
|
333
|
+
var PaymentMethodType;
|
|
334
|
+
(function (PaymentMethodType) {
|
|
335
|
+
PaymentMethodType[PaymentMethodType["Reference"] = 1] = "Reference";
|
|
336
|
+
PaymentMethodType[PaymentMethodType["Credit"] = 2] = "Credit";
|
|
337
|
+
PaymentMethodType[PaymentMethodType["Debit"] = 4] = "Debit";
|
|
338
|
+
PaymentMethodType[PaymentMethodType["EBT"] = 8] = "EBT";
|
|
339
|
+
PaymentMethodType[PaymentMethodType["Cash"] = 16] = "Cash";
|
|
340
|
+
PaymentMethodType[PaymentMethodType["ACH"] = 32] = "ACH";
|
|
341
|
+
PaymentMethodType[PaymentMethodType["Gift"] = 64] = "Gift";
|
|
342
|
+
PaymentMethodType[PaymentMethodType["Recurring"] = 128] = "Recurring";
|
|
343
|
+
PaymentMethodType[PaymentMethodType["Other"] = 256] = "Other";
|
|
344
|
+
PaymentMethodType[PaymentMethodType["APM"] = 512] = "APM";
|
|
345
|
+
PaymentMethodType[PaymentMethodType["Ewic"] = 1024] = "Ewic";
|
|
346
|
+
PaymentMethodType[PaymentMethodType["BankPayment"] = 2048] = "BankPayment";
|
|
347
|
+
PaymentMethodType[PaymentMethodType["BNPL"] = 4096] = "BNPL";
|
|
348
|
+
PaymentMethodType[PaymentMethodType["Account_Funds"] = 8192] = "Account_Funds";
|
|
349
|
+
})(PaymentMethodType || (exports.PaymentMethodType = PaymentMethodType = {}));
|
|
350
|
+
var PaymentProvider;
|
|
351
|
+
(function (PaymentProvider) {
|
|
352
|
+
PaymentProvider["OPEN_BANKING"] = "OPEN_BANKING";
|
|
353
|
+
})(PaymentProvider || (exports.PaymentProvider = PaymentProvider = {}));
|
|
354
|
+
var PaymentSchedule;
|
|
355
|
+
(function (PaymentSchedule) {
|
|
356
|
+
PaymentSchedule[PaymentSchedule["Dynamic"] = 0] = "Dynamic";
|
|
357
|
+
PaymentSchedule[PaymentSchedule["FirstDayOfTheMonth"] = 1] = "FirstDayOfTheMonth";
|
|
358
|
+
PaymentSchedule[PaymentSchedule["LastDayOfTheMonth"] = 2] = "LastDayOfTheMonth";
|
|
359
|
+
})(PaymentSchedule || (exports.PaymentSchedule = PaymentSchedule = {}));
|
|
360
|
+
var PaymentType;
|
|
361
|
+
(function (PaymentType) {
|
|
362
|
+
PaymentType["REFUND"] = "REFUND";
|
|
363
|
+
PaymentType["SALE"] = "SALE";
|
|
364
|
+
})(PaymentType || (exports.PaymentType = PaymentType = {}));
|
|
365
|
+
var PhoneNumberType;
|
|
366
|
+
(function (PhoneNumberType) {
|
|
367
|
+
PhoneNumberType["HOME"] = "HOME";
|
|
368
|
+
PhoneNumberType["WORK"] = "WORK";
|
|
369
|
+
PhoneNumberType["SHIPPING"] = "SHIPPING";
|
|
370
|
+
PhoneNumberType["MOBILE"] = "MOBILE";
|
|
371
|
+
})(PhoneNumberType || (exports.PhoneNumberType = PhoneNumberType = {}));
|
|
372
|
+
var ReasonCode;
|
|
373
|
+
(function (ReasonCode) {
|
|
374
|
+
ReasonCode["Fraud"] = "FRAUD";
|
|
375
|
+
ReasonCode["FalsePositive"] = "FALSEPOSITIVE";
|
|
376
|
+
ReasonCode["OutOfStock"] = "OUTOFSTOCK";
|
|
377
|
+
ReasonCode["InStock"] = "INSTOCK";
|
|
378
|
+
ReasonCode["Other"] = "OTHER";
|
|
379
|
+
ReasonCode["NotGiven"] = "NOTGIVEN";
|
|
380
|
+
})(ReasonCode || (exports.ReasonCode = ReasonCode = {}));
|
|
381
|
+
var RecurringSequence;
|
|
382
|
+
(function (RecurringSequence) {
|
|
383
|
+
RecurringSequence[RecurringSequence["First"] = 0] = "First";
|
|
384
|
+
RecurringSequence[RecurringSequence["Subsequent"] = 1] = "Subsequent";
|
|
385
|
+
RecurringSequence[RecurringSequence["Last"] = 2] = "Last";
|
|
386
|
+
})(RecurringSequence || (exports.RecurringSequence = RecurringSequence = {}));
|
|
387
|
+
var RecurringType;
|
|
388
|
+
(function (RecurringType) {
|
|
389
|
+
RecurringType[RecurringType["Fixed"] = 0] = "Fixed";
|
|
390
|
+
RecurringType[RecurringType["Variable"] = 1] = "Variable";
|
|
391
|
+
})(RecurringType || (exports.RecurringType = RecurringType = {}));
|
|
392
|
+
var ReportType;
|
|
393
|
+
(function (ReportType) {
|
|
394
|
+
ReportType[ReportType["FindTransactions"] = 1] = "FindTransactions";
|
|
395
|
+
ReportType[ReportType["Activity"] = 2] = "Activity";
|
|
396
|
+
ReportType[ReportType["BatchDetail"] = 4] = "BatchDetail";
|
|
397
|
+
ReportType[ReportType["BatchHistory"] = 8] = "BatchHistory";
|
|
398
|
+
ReportType[ReportType["BatchSummary"] = 16] = "BatchSummary";
|
|
399
|
+
ReportType[ReportType["OpenAuths"] = 32] = "OpenAuths";
|
|
400
|
+
ReportType[ReportType["Search"] = 64] = "Search";
|
|
401
|
+
ReportType[ReportType["TransactionDetail"] = 128] = "TransactionDetail";
|
|
402
|
+
})(ReportType || (exports.ReportType = ReportType = {}));
|
|
403
|
+
var ScheduleFrequency;
|
|
404
|
+
(function (ScheduleFrequency) {
|
|
405
|
+
ScheduleFrequency["Weekly"] = "Weekly";
|
|
406
|
+
ScheduleFrequency["BiWeekly"] = "Bi-Weekly";
|
|
407
|
+
ScheduleFrequency["BiMonthly"] = "Bi-Monthly";
|
|
408
|
+
ScheduleFrequency["SemiMonthly"] = "Semi-Monthly";
|
|
409
|
+
ScheduleFrequency["Monthly"] = "Monthly";
|
|
410
|
+
ScheduleFrequency["Quarterly"] = "Quarterly";
|
|
411
|
+
ScheduleFrequency["SemiAnnually"] = "Semi-Annually";
|
|
412
|
+
ScheduleFrequency["Annually"] = "Annually";
|
|
413
|
+
})(ScheduleFrequency || (exports.ScheduleFrequency = ScheduleFrequency = {}));
|
|
414
|
+
var SecCode;
|
|
415
|
+
(function (SecCode) {
|
|
416
|
+
SecCode["PPD"] = "PPD";
|
|
417
|
+
SecCode["CCD"] = "CCD";
|
|
418
|
+
SecCode["POP"] = "POP";
|
|
419
|
+
SecCode["WEB"] = "WEB";
|
|
420
|
+
SecCode["TEL"] = "TEL";
|
|
421
|
+
SecCode["EBronze"] = "EBronze";
|
|
422
|
+
})(SecCode || (exports.SecCode = SecCode = {}));
|
|
423
|
+
var Secure3dVersion;
|
|
424
|
+
(function (Secure3dVersion) {
|
|
425
|
+
Secure3dVersion["NONE"] = "NONE";
|
|
426
|
+
Secure3dVersion["ONE"] = "ONE";
|
|
427
|
+
Secure3dVersion["TWO"] = "TWO";
|
|
428
|
+
Secure3dVersion["ANY"] = "ANY";
|
|
429
|
+
})(Secure3dVersion || (exports.Secure3dVersion = Secure3dVersion = {}));
|
|
430
|
+
var SendFileType;
|
|
431
|
+
(function (SendFileType) {
|
|
432
|
+
SendFileType[SendFileType["Banner"] = 0] = "Banner";
|
|
433
|
+
SendFileType[SendFileType["Logo"] = 1] = "Logo";
|
|
434
|
+
})(SendFileType || (exports.SendFileType = SendFileType = {}));
|
|
435
|
+
var ShaHashType;
|
|
436
|
+
(function (ShaHashType) {
|
|
437
|
+
ShaHashType["SHA1"] = "SHA1";
|
|
438
|
+
ShaHashType["SHA256"] = "SHA256";
|
|
439
|
+
ShaHashType["SHA512"] = "SHA512";
|
|
440
|
+
})(ShaHashType || (exports.ShaHashType = ShaHashType = {}));
|
|
441
|
+
var StoredCredentialInitiator;
|
|
442
|
+
(function (StoredCredentialInitiator) {
|
|
443
|
+
StoredCredentialInitiator["CardHolder"] = "C";
|
|
444
|
+
StoredCredentialInitiator["Merchant"] = "M";
|
|
445
|
+
})(StoredCredentialInitiator || (exports.StoredCredentialInitiator = StoredCredentialInitiator = {}));
|
|
446
|
+
var TaxType;
|
|
447
|
+
(function (TaxType) {
|
|
448
|
+
TaxType[TaxType["NotUsed"] = 0] = "NotUsed";
|
|
449
|
+
TaxType[TaxType["SalesTax"] = 1] = "SalesTax";
|
|
450
|
+
TaxType[TaxType["TaxExempt"] = 2] = "TaxExempt";
|
|
451
|
+
})(TaxType || (exports.TaxType = TaxType = {}));
|
|
452
|
+
var TimeZoneConversion;
|
|
453
|
+
(function (TimeZoneConversion) {
|
|
454
|
+
TimeZoneConversion[TimeZoneConversion["UTC"] = 0] = "UTC";
|
|
455
|
+
TimeZoneConversion[TimeZoneConversion["Merchant"] = 1] = "Merchant";
|
|
456
|
+
TimeZoneConversion[TimeZoneConversion["Datacenter"] = 2] = "Datacenter";
|
|
457
|
+
})(TimeZoneConversion || (exports.TimeZoneConversion = TimeZoneConversion = {}));
|
|
458
|
+
var TransactionModifier;
|
|
459
|
+
(function (TransactionModifier) {
|
|
460
|
+
TransactionModifier[TransactionModifier["None"] = 1] = "None";
|
|
461
|
+
TransactionModifier[TransactionModifier["Incremental"] = 2] = "Incremental";
|
|
462
|
+
TransactionModifier[TransactionModifier["Additional"] = 4] = "Additional";
|
|
463
|
+
TransactionModifier[TransactionModifier["Offline"] = 8] = "Offline";
|
|
464
|
+
TransactionModifier[TransactionModifier["LevelII"] = 16] = "LevelII";
|
|
465
|
+
TransactionModifier[TransactionModifier["FraudDecline"] = 32] = "FraudDecline";
|
|
466
|
+
TransactionModifier[TransactionModifier["ChipDecline"] = 64] = "ChipDecline";
|
|
467
|
+
TransactionModifier[TransactionModifier["CashBack"] = 128] = "CashBack";
|
|
468
|
+
TransactionModifier[TransactionModifier["Voucher"] = 256] = "Voucher";
|
|
469
|
+
TransactionModifier[TransactionModifier["Secure3D"] = 512] = "Secure3D";
|
|
470
|
+
TransactionModifier[TransactionModifier["HostedRequest"] = 1024] = "HostedRequest";
|
|
471
|
+
TransactionModifier[TransactionModifier["Recurring"] = 2048] = "Recurring";
|
|
472
|
+
TransactionModifier[TransactionModifier["EncryptedMobile"] = 4096] = "EncryptedMobile";
|
|
473
|
+
})(TransactionModifier || (exports.TransactionModifier = TransactionModifier = {}));
|
|
474
|
+
var TransactionType;
|
|
475
|
+
(function (TransactionType) {
|
|
476
|
+
TransactionType[TransactionType["Decline"] = 1] = "Decline";
|
|
477
|
+
TransactionType[TransactionType["Verify"] = 2] = "Verify";
|
|
478
|
+
TransactionType[TransactionType["Capture"] = 4] = "Capture";
|
|
479
|
+
TransactionType[TransactionType["Auth"] = 8] = "Auth";
|
|
480
|
+
TransactionType[TransactionType["Refund"] = 16] = "Refund";
|
|
481
|
+
TransactionType[TransactionType["Reversal"] = 32] = "Reversal";
|
|
482
|
+
TransactionType[TransactionType["Sale"] = 64] = "Sale";
|
|
483
|
+
TransactionType[TransactionType["Edit"] = 128] = "Edit";
|
|
484
|
+
TransactionType[TransactionType["Void"] = 256] = "Void";
|
|
485
|
+
TransactionType[TransactionType["AddValue"] = 512] = "AddValue";
|
|
486
|
+
TransactionType[TransactionType["Balance"] = 1024] = "Balance";
|
|
487
|
+
TransactionType[TransactionType["Activate"] = 2048] = "Activate";
|
|
488
|
+
TransactionType[TransactionType["Alias"] = 4096] = "Alias";
|
|
489
|
+
TransactionType[TransactionType["Replace"] = 8192] = "Replace";
|
|
490
|
+
TransactionType[TransactionType["Reward"] = 16384] = "Reward";
|
|
491
|
+
TransactionType[TransactionType["Deactivate"] = 32768] = "Deactivate";
|
|
492
|
+
TransactionType[TransactionType["BatchClose"] = 65536] = "BatchClose";
|
|
493
|
+
TransactionType[TransactionType["Create"] = 131072] = "Create";
|
|
494
|
+
TransactionType[TransactionType["Delete"] = 262144] = "Delete";
|
|
495
|
+
TransactionType[TransactionType["BenefitWithDrawal"] = 1] = "BenefitWithDrawal";
|
|
496
|
+
TransactionType[TransactionType["Fetch"] = 524288] = "Fetch";
|
|
497
|
+
TransactionType[TransactionType["Search"] = 1048576] = "Search";
|
|
498
|
+
TransactionType[TransactionType["Hold"] = 2097152] = "Hold";
|
|
499
|
+
TransactionType[TransactionType["Release"] = 8388608] = "Release";
|
|
500
|
+
TransactionType[TransactionType["VerifySignature"] = 33554432] = "VerifySignature";
|
|
501
|
+
TransactionType[TransactionType["Tokenize"] = 2] = "Tokenize";
|
|
502
|
+
/// <summary>
|
|
503
|
+
///
|
|
504
|
+
/// ProPay: Create Account
|
|
505
|
+
/// </summary>
|
|
506
|
+
TransactionType[TransactionType["CreateAccount"] = 256] = "CreateAccount";
|
|
507
|
+
/// <summary>
|
|
508
|
+
/// ProPay: Edit Account
|
|
509
|
+
/// </summary>
|
|
510
|
+
TransactionType[TransactionType["EditAccount"] = 512] = "EditAccount";
|
|
511
|
+
/// <summary>
|
|
512
|
+
/// ProPay: Reset Account Password
|
|
513
|
+
/// </summary>
|
|
514
|
+
TransactionType[TransactionType["ResetPassword"] = 1024] = "ResetPassword";
|
|
515
|
+
/// <summary>
|
|
516
|
+
/// ProPay: Renew Account
|
|
517
|
+
/// </summary>
|
|
518
|
+
TransactionType[TransactionType["RenewAccount"] = 2048] = "RenewAccount";
|
|
519
|
+
/// <summary>
|
|
520
|
+
/// ProPay: Update Beneficial Ownership Information
|
|
521
|
+
/// </summary>
|
|
522
|
+
TransactionType[TransactionType["UpdateBeneficialOwnership"] = 4096] = "UpdateBeneficialOwnership";
|
|
523
|
+
/// <summary>
|
|
524
|
+
/// ProPay: Disown an account
|
|
525
|
+
/// </summary>
|
|
526
|
+
TransactionType[TransactionType["DisownAccount"] = 8192] = "DisownAccount";
|
|
527
|
+
/// <summary>
|
|
528
|
+
/// ProPay: Upload a document to a ProPay account related to a chargeback
|
|
529
|
+
/// </summary>
|
|
530
|
+
TransactionType[TransactionType["UploadDocumentChargeback"] = 16384] = "UploadDocumentChargeback";
|
|
531
|
+
/// <summary>
|
|
532
|
+
/// ProPay: Upload a document to a ProPay account
|
|
533
|
+
/// </summary>
|
|
534
|
+
TransactionType[TransactionType["UploadDocument"] = 32768] = "UploadDocument";
|
|
535
|
+
/// <summary>
|
|
536
|
+
/// ProPay: Obtain a single-sign-on key
|
|
537
|
+
/// </summary>
|
|
538
|
+
TransactionType[TransactionType["ObtainSSOKey"] = 65536] = "ObtainSSOKey";
|
|
539
|
+
/// <summary>
|
|
540
|
+
/// ProPay: Update bank account ownership information
|
|
541
|
+
/// </summary>
|
|
542
|
+
TransactionType[TransactionType["UpdateBankAccountOwnership"] = 131072] = "UpdateBankAccountOwnership";
|
|
543
|
+
/// <summary>
|
|
544
|
+
/// ProPay: Add funds to a ProPay account (EFT)
|
|
545
|
+
/// </summary>
|
|
546
|
+
TransactionType[TransactionType["AddFunds"] = 262144] = "AddFunds";
|
|
547
|
+
/// <summary>
|
|
548
|
+
/// ProPay: Sweep funds from a ProPay account (EFT)
|
|
549
|
+
/// </summary>
|
|
550
|
+
TransactionType[TransactionType["SweepFunds"] = 524288] = "SweepFunds";
|
|
551
|
+
/// <summary>
|
|
552
|
+
/// ProPay: Add a card for Flash Funds
|
|
553
|
+
/// </summary>
|
|
554
|
+
TransactionType[TransactionType["AddCardFlashFunds"] = 1048576] = "AddCardFlashFunds";
|
|
555
|
+
/// <summary>
|
|
556
|
+
/// ProPay: Move money out via Flash Funds
|
|
557
|
+
/// </summary>
|
|
558
|
+
TransactionType[TransactionType["PushMoneyFlashFunds"] = 2097152] = "PushMoneyFlashFunds";
|
|
559
|
+
/// <summary>
|
|
560
|
+
/// ProPay: Disburse funds to a ProPay account
|
|
561
|
+
/// </summary>
|
|
562
|
+
TransactionType[TransactionType["DisburseFunds"] = 4194304] = "DisburseFunds";
|
|
563
|
+
/// <summary>
|
|
564
|
+
/// ProPay: SpendBack Transaction
|
|
565
|
+
/// </summary>
|
|
566
|
+
TransactionType[TransactionType["SpendBack"] = 8388608] = "SpendBack";
|
|
567
|
+
/// <summary>
|
|
568
|
+
/// ProPay: Roll back a SplitPay transaction
|
|
569
|
+
/// </summary>
|
|
570
|
+
TransactionType[TransactionType["ReverseSplitPay"] = 16777216] = "ReverseSplitPay";
|
|
571
|
+
TransactionType[TransactionType["Confirm"] = 16777216] = "Confirm";
|
|
572
|
+
/// <summary>
|
|
573
|
+
/// ProPay: Split funds from an existing transaction
|
|
574
|
+
/// </summary>
|
|
575
|
+
TransactionType[TransactionType["SplitFunds"] = 33554432] = "SplitFunds";
|
|
576
|
+
/// <summary>
|
|
577
|
+
/// ProPay: Get Account details
|
|
578
|
+
/// </summary>
|
|
579
|
+
TransactionType[TransactionType["GetAccountDetails"] = 67108864] = "GetAccountDetails";
|
|
580
|
+
/// <summary>
|
|
581
|
+
/// ProPay: Get Account balance
|
|
582
|
+
/// </summary>
|
|
583
|
+
TransactionType[TransactionType["GetAccountBalance"] = 134217728] = "GetAccountBalance";
|
|
584
|
+
/// <summary>
|
|
585
|
+
/// Indicates a transaction reauthorization
|
|
586
|
+
/// </summary>
|
|
587
|
+
TransactionType[TransactionType["Reauth"] = 268435456] = "Reauth";
|
|
588
|
+
/// <summary>
|
|
589
|
+
///
|
|
590
|
+
/// </summary>
|
|
591
|
+
TransactionType[TransactionType["SiteConfig"] = 536870912] = "SiteConfig";
|
|
592
|
+
/// <summary>
|
|
593
|
+
///
|
|
594
|
+
/// </summary>
|
|
595
|
+
TransactionType[TransactionType["TimeRequest"] = 1073741824] = "TimeRequest";
|
|
596
|
+
/// <summary>
|
|
597
|
+
/// Get Token Information for the given token
|
|
598
|
+
/// </summary>
|
|
599
|
+
TransactionType[TransactionType["GetTokenInfo"] = -2147483648] = "GetTokenInfo";
|
|
600
|
+
TransactionType[TransactionType["PayLinkUpdate"] = -2147483648] = "PayLinkUpdate";
|
|
601
|
+
TransactionType[TransactionType["OrderDevice"] = 1] = "OrderDevice";
|
|
602
|
+
})(TransactionType || (exports.TransactionType = TransactionType = {}));
|
|
603
|
+
var ProPayAccountStatus;
|
|
604
|
+
(function (ProPayAccountStatus) {
|
|
605
|
+
ProPayAccountStatus[ProPayAccountStatus["ReadyToProcess"] = 0] = "ReadyToProcess";
|
|
606
|
+
ProPayAccountStatus[ProPayAccountStatus["FraudAccount"] = 1] = "FraudAccount";
|
|
607
|
+
ProPayAccountStatus[ProPayAccountStatus["RiskwiseDeclined"] = 2] = "RiskwiseDeclined";
|
|
608
|
+
ProPayAccountStatus[ProPayAccountStatus["Hold"] = 3] = "Hold";
|
|
609
|
+
ProPayAccountStatus[ProPayAccountStatus["Canceled"] = 4] = "Canceled";
|
|
610
|
+
ProPayAccountStatus[ProPayAccountStatus["FraudVictim"] = 5] = "FraudVictim";
|
|
611
|
+
ProPayAccountStatus[ProPayAccountStatus["ClosedEula"] = 6] = "ClosedEula";
|
|
612
|
+
ProPayAccountStatus[ProPayAccountStatus["ClosedExcessiveChargeback"] = 7] = "ClosedExcessiveChargeback";
|
|
613
|
+
})(ProPayAccountStatus || (exports.ProPayAccountStatus = ProPayAccountStatus = {}));
|
|
614
|
+
var MobilePaymentMethodType;
|
|
615
|
+
(function (MobilePaymentMethodType) {
|
|
616
|
+
MobilePaymentMethodType["APPLEPAY"] = "apple-pay";
|
|
617
|
+
MobilePaymentMethodType["GOOGLEPAY"] = "pay-with-google";
|
|
618
|
+
})(MobilePaymentMethodType || (exports.MobilePaymentMethodType = MobilePaymentMethodType = {}));
|
|
619
|
+
var PaymentDataSourceType;
|
|
620
|
+
(function (PaymentDataSourceType) {
|
|
621
|
+
PaymentDataSourceType["APPLEPAY"] = "ApplePay";
|
|
622
|
+
PaymentDataSourceType["APPLEPAYAPP"] = "ApplePayApp";
|
|
623
|
+
PaymentDataSourceType["APPLEPAYWEB"] = "ApplePayWeb";
|
|
624
|
+
PaymentDataSourceType["GOOGLEPAYAPP"] = "GooglePayApp";
|
|
625
|
+
PaymentDataSourceType["GOOGLEPAYWEB"] = "GooglePayWeb";
|
|
626
|
+
PaymentDataSourceType["DISCOVER3DSECURE"] = "Discover 3DSecure";
|
|
627
|
+
})(PaymentDataSourceType || (exports.PaymentDataSourceType = PaymentDataSourceType = {}));
|
|
628
|
+
var PropayTermsVersion;
|
|
629
|
+
(function (PropayTermsVersion) {
|
|
630
|
+
PropayTermsVersion[PropayTermsVersion["merchantUS"] = 1] = "merchantUS";
|
|
631
|
+
PropayTermsVersion[PropayTermsVersion["paymentUS"] = 2] = "paymentUS";
|
|
632
|
+
PropayTermsVersion[PropayTermsVersion["merchantCA"] = 3] = "merchantCA";
|
|
633
|
+
PropayTermsVersion[PropayTermsVersion["merchantUK"] = 4] = "merchantUK";
|
|
634
|
+
PropayTermsVersion[PropayTermsVersion["merchantAU"] = 5] = "merchantAU";
|
|
635
|
+
})(PropayTermsVersion || (exports.PropayTermsVersion = PropayTermsVersion = {}));
|
|
636
|
+
//# sourceMappingURL=Enums.js.map
|