globalpayments-api 3.5.1 → 3.6.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 +26 -1
- package/lib/src/Builders/AuthorizationBuilder.d.ts +348 -0
- package/lib/src/Builders/AuthorizationBuilder.js +668 -0
- package/lib/src/Builders/AuthorizationBuilder.js.map +1 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.d.ts +17 -0
- package/lib/src/Builders/BaseBuilder/ValidationClause.js +116 -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 +122 -0
- package/lib/src/Builders/ManagementBuilder.js +244 -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 +10 -0
- package/lib/src/Builders/ReportBuilder.js +27 -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 +35 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.js +448 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiAuthorizationRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiManagementRequestBuilder.d.ts +7 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiManagementRequestBuilder.js +179 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiManagementRequestBuilder.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/GpApiReportRequestBuilder.d.ts +11 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiReportRequestBuilder.js +163 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiReportRequestBuilder.js.map +1 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSecureRequestBuilder.d.ts +20 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSecureRequestBuilder.js +413 -0
- package/lib/src/Builders/RequestBuilder/GpApi/GpApiSecureRequestBuilder.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 +18 -0
- package/lib/src/Builders/RequestBuilder/GpEcom/GpEcomAuthorizationRequestBuilder.js +125 -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 +8 -0
- package/lib/src/Builders/RequestBuilder/RequestBuilderFactory.js +41 -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/Secure3dBuilder.d.ts +90 -0
- package/lib/src/Builders/Secure3dBuilder.js +423 -0
- package/lib/src/Builders/Secure3dBuilder.js.map +1 -0
- package/lib/src/Builders/SecureBuilder.d.ts +446 -0
- package/lib/src/Builders/SecureBuilder.js +729 -0
- package/lib/src/Builders/SecureBuilder.js.map +1 -0
- package/lib/src/Builders/TransactionBuilder.d.ts +13 -0
- package/lib/src/Builders/TransactionBuilder.js +47 -0
- package/lib/src/Builders/TransactionBuilder.js.map +1 -0
- package/lib/src/Builders/TransactionReportBuilder.d.ts +19 -0
- package/lib/src/Builders/TransactionReportBuilder.js +92 -0
- package/lib/src/Builders/TransactionReportBuilder.js.map +1 -0
- package/lib/src/Builders/index.d.ts +10 -0
- package/lib/src/Builders/index.js +27 -0
- package/lib/src/Builders/index.js.map +1 -0
- package/lib/src/ConfiguredServices.d.ts +28 -0
- package/lib/src/ConfiguredServices.js +53 -0
- package/lib/src/ConfiguredServices.js.map +1 -0
- package/lib/src/Entities/Address.d.ts +14 -0
- package/lib/src/Entities/Address.js +23 -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/BrowserData.d.ts +13 -0
- package/lib/src/Entities/BrowserData.js +18 -0
- package/lib/src/Entities/BrowserData.js.map +1 -0
- package/lib/src/Entities/Card.d.ts +36 -0
- package/lib/src/Entities/Card.js +41 -0
- package/lib/src/Entities/Card.js.map +1 -0
- package/lib/src/Entities/CardIssuerResponse.d.ts +22 -0
- package/lib/src/Entities/CardIssuerResponse.js +27 -0
- package/lib/src/Entities/CardIssuerResponse.js.map +1 -0
- package/lib/src/Entities/Customer.d.ts +74 -0
- package/lib/src/Entities/Customer.js +94 -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 +7 -0
- package/lib/src/Entities/EncryptionData.js +16 -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/IsoCountries.d.ts +9 -0
- package/lib/src/Entities/Enums/IsoCountries.js +1941 -0
- package/lib/src/Entities/Enums/IsoCountries.js.map +1 -0
- package/lib/src/Entities/Enums.d.ts +818 -0
- package/lib/src/Entities/Enums.js +1030 -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/FraudRule.d.ts +8 -0
- package/lib/src/Entities/FraudRule.js +17 -0
- package/lib/src/Entities/FraudRule.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/DTO/Card.d.ts +16 -0
- package/lib/src/Entities/GpApi/DTO/Card.js +21 -0
- package/lib/src/Entities/GpApi/DTO/Card.js.map +1 -0
- package/lib/src/Entities/GpApi/DTO/PaymentMethod.d.ts +17 -0
- package/lib/src/Entities/GpApi/DTO/PaymentMethod.js +21 -0
- package/lib/src/Entities/GpApi/DTO/PaymentMethod.js.map +1 -0
- package/lib/src/Entities/GpApi/DTO/index.d.ts +2 -0
- package/lib/src/Entities/GpApi/DTO/index.js +19 -0
- package/lib/src/Entities/GpApi/DTO/index.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/PageResult.d.ts +8 -0
- package/lib/src/Entities/GpApi/PageResult.js +13 -0
- package/lib/src/Entities/GpApi/PageResult.js.map +1 -0
- package/lib/src/Entities/GpApi/index.d.ts +5 -0
- package/lib/src/Entities/GpApi/index.js +22 -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/IRequestLogger.d.ts +8 -0
- package/lib/src/Entities/IRequestLogger.js +3 -0
- package/lib/src/Entities/IRequestLogger.js.map +1 -0
- package/lib/src/Entities/LodgingData.d.ts +14 -0
- package/lib/src/Entities/LodgingData.js +18 -0
- package/lib/src/Entities/LodgingData.js.map +1 -0
- package/lib/src/Entities/LodgingItems.d.ts +6 -0
- package/lib/src/Entities/LodgingItems.js +11 -0
- package/lib/src/Entities/LodgingItems.js.map +1 -0
- package/lib/src/Entities/MaskedValueCollection.d.ts +12 -0
- package/lib/src/Entities/MaskedValueCollection.js +53 -0
- package/lib/src/Entities/MaskedValueCollection.js.map +1 -0
- package/lib/src/Entities/MerchantDataCollection.d.ts +16 -0
- package/lib/src/Entities/MerchantDataCollection.js +102 -0
- package/lib/src/Entities/MerchantDataCollection.js.map +1 -0
- package/lib/src/Entities/MerchantKVP.d.ts +11 -0
- package/lib/src/Entities/MerchantKVP.js +28 -0
- package/lib/src/Entities/MerchantKVP.js.map +1 -0
- package/lib/src/Entities/MessageExtension.d.ts +6 -0
- package/lib/src/Entities/MessageExtension.js +11 -0
- package/lib/src/Entities/MessageExtension.js.map +1 -0
- package/lib/src/Entities/MobileData.d.ts +11 -0
- package/lib/src/Entities/MobileData.js +15 -0
- package/lib/src/Entities/MobileData.js.map +1 -0
- package/lib/src/Entities/PayerDetails.d.ts +8 -0
- package/lib/src/Entities/PayerDetails.js +12 -0
- package/lib/src/Entities/PayerDetails.js.map +1 -0
- package/lib/src/Entities/PhoneNumber.d.ts +6 -0
- package/lib/src/Entities/PhoneNumber.js +15 -0
- package/lib/src/Entities/PhoneNumber.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/Reporting/BaseSummary.d.ts +8 -0
- package/lib/src/Entities/Reporting/BaseSummary.js +13 -0
- package/lib/src/Entities/Reporting/BaseSummary.js.map +1 -0
- package/lib/src/Entities/Reporting/SearchCriteriaBuilder.d.ts +108 -0
- package/lib/src/Entities/Reporting/SearchCriteriaBuilder.js +125 -0
- package/lib/src/Entities/Reporting/SearchCriteriaBuilder.js.map +1 -0
- package/lib/src/Entities/Reporting/StoredPaymentMethodSummary.d.ts +11 -0
- package/lib/src/Entities/Reporting/StoredPaymentMethodSummary.js +16 -0
- package/lib/src/Entities/Reporting/StoredPaymentMethodSummary.js.map +1 -0
- package/lib/src/Entities/Reporting/index.d.ts +3 -0
- package/lib/src/Entities/Reporting/index.js +20 -0
- package/lib/src/Entities/Reporting/index.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/StoredCredentials.d.ts +9 -0
- package/lib/src/Entities/StoredCredentials.js +13 -0
- package/lib/src/Entities/StoredCredentials.js.map +1 -0
- package/lib/src/Entities/ThreeDSecure.d.ts +66 -0
- package/lib/src/Entities/ThreeDSecure.js +162 -0
- package/lib/src/Entities/ThreeDSecure.js.map +1 -0
- package/lib/src/Entities/Transaction.d.ts +97 -0
- package/lib/src/Entities/Transaction.js +158 -0
- package/lib/src/Entities/Transaction.js.map +1 -0
- package/lib/src/Entities/TransactionStatus.d.ts +13 -0
- package/lib/src/Entities/TransactionStatus.js +29 -0
- package/lib/src/Entities/TransactionStatus.js.map +1 -0
- package/lib/src/Entities/TransactionSummary.d.ts +78 -0
- package/lib/src/Entities/TransactionSummary.js +83 -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 +38 -0
- package/lib/src/Entities/index.js +55 -0
- package/lib/src/Entities/index.js.map +1 -0
- package/lib/src/Gateways/Gateway.d.ts +16 -0
- package/lib/src/Gateways/Gateway.js +94 -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 +43 -0
- package/lib/src/Gateways/GpApiConnector.js +239 -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 +468 -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 +545 -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 +1010 -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 +9 -0
- package/lib/src/Gateways/RestGateway.js +77 -0
- package/lib/src/Gateways/RestGateway.js.map +1 -0
- package/lib/src/Gateways/XmlGateway.d.ts +6 -0
- package/lib/src/Gateways/XmlGateway.js +54 -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 +81 -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/EnumMapping.d.ts +10 -0
- package/lib/src/Mapping/EnumMapping.js +110 -0
- package/lib/src/Mapping/EnumMapping.js.map +1 -0
- package/lib/src/Mapping/GpApiMapping.d.ts +16 -0
- package/lib/src/Mapping/GpApiMapping.js +381 -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 +3 -0
- package/lib/src/Mapping/index.js +20 -0
- package/lib/src/Mapping/index.js.map +1 -0
- package/lib/src/PaymentMethods/AlternativePaymentMethod.d.ts +22 -0
- package/lib/src/PaymentMethods/AlternativePaymentMethod.js +47 -0
- package/lib/src/PaymentMethods/AlternativePaymentMethod.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 +109 -0
- package/lib/src/PaymentMethods/Credit.js +161 -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 +15 -0
- package/lib/src/PaymentMethods/CreditTrackData.js +36 -0
- package/lib/src/PaymentMethods/CreditTrackData.js.map +1 -0
- package/lib/src/PaymentMethods/Debit.d.ts +48 -0
- package/lib/src/PaymentMethods/Debit.js +64 -0
- package/lib/src/PaymentMethods/Debit.js.map +1 -0
- package/lib/src/PaymentMethods/DebitTrackData.d.ts +9 -0
- package/lib/src/PaymentMethods/DebitTrackData.js +24 -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 +63 -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 +21 -0
- package/lib/src/PaymentMethods/PaymentMethod.js +63 -0
- package/lib/src/PaymentMethods/PaymentMethod.js.map +1 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.d.ts +25 -0
- package/lib/src/PaymentMethods/RecurringPaymentMethod.js +69 -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 +17 -0
- package/lib/src/PaymentMethods/index.js +34 -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 +47 -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 +51 -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 +117 -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 +10 -0
- package/lib/src/Services/ReportingService.js +34 -0
- package/lib/src/Services/ReportingService.js.map +1 -0
- package/lib/src/Services/Secure3dService.d.ts +8 -0
- package/lib/src/Services/Secure3dService.js +21 -0
- package/lib/src/Services/Secure3dService.js.map +1 -0
- package/lib/src/Services/index.d.ts +11 -0
- package/lib/src/Services/index.js +28 -0
- package/lib/src/Services/index.js.map +1 -0
- package/lib/src/ServicesContainer.d.ts +20 -0
- package/lib/src/ServicesContainer.js +79 -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/CardUtils.d.ts +13 -0
- package/lib/src/Utils/CardUtils.js +221 -0
- package/lib/src/Utils/CardUtils.js.map +1 -0
- package/lib/src/Utils/CountryUtils.d.ts +9 -0
- package/lib/src/Utils/CountryUtils.js +131 -0
- package/lib/src/Utils/CountryUtils.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/Logging/Logger.d.ts +32 -0
- package/lib/src/Utils/Logging/Logger.js +209 -0
- package/lib/src/Utils/Logging/Logger.js.map +1 -0
- package/lib/src/Utils/Logging/ProtectSensitiveData.d.ts +11 -0
- package/lib/src/Utils/Logging/ProtectSensitiveData.js +23 -0
- package/lib/src/Utils/Logging/ProtectSensitiveData.js.map +1 -0
- package/lib/src/Utils/Logging/SampleRequestLogger.d.ts +12 -0
- package/lib/src/Utils/Logging/SampleRequestLogger.js +38 -0
- package/lib/src/Utils/Logging/SampleRequestLogger.js.map +1 -0
- package/lib/src/Utils/Logging/index.d.ts +3 -0
- package/lib/src/Utils/Logging/index.js +20 -0
- package/lib/src/Utils/Logging/index.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 +17 -0
- package/lib/src/Utils/StringUtils.js +95 -0
- package/lib/src/Utils/StringUtils.js.map +1 -0
- package/lib/src/Utils/index.d.ts +6 -0
- package/lib/src/Utils/index.js +23 -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 +14 -0
- package/lib/test/Data/BaseGpApiTestConfig.js +50 -0
- package/lib/test/Data/BaseGpApiTestConfig.js.map +1 -0
- package/lib/test/Data/GpApi3DSTestCards.d.ts +17 -0
- package/lib/test/Data/GpApi3DSTestCards.js +22 -0
- package/lib/test/Data/GpApi3DSTestCards.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 +4 -0
- package/lib/test/Data/index.js +21 -0
- package/lib/test/Data/index.js.map +1 -0
- package/lib/test/Integration/Gateways/AcsResponse.d.ts +12 -0
- package/lib/test/Integration/Gateways/AcsResponse.js +33 -0
- package/lib/test/Integration/Gateways/AcsResponse.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DS2Test.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DS2Test.js +1029 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DS2Test.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DSecureTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DSecureTest.js +649 -0
- package/lib/test/Integration/Gateways/GpApiConnector/3DSecureTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js +109 -0
- package/lib/test/Integration/Gateways/GpApiConnector/AccessTokenTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresentTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresentTest.js +1023 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardNotPresentTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardPresentTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardPresentTest.js +439 -0
- package/lib/test/Integration/Gateways/GpApiConnector/CreditCardPresentTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/DebitCardTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/DebitCardTest.js +143 -0
- package/lib/test/Integration/Gateways/GpApiConnector/DebitCardTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactionsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactionsTest.js +434 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingSettlementTransactionsTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethodsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethodsTest.js +217 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingStoredPaymentMethodsTest.js.map +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactionsTest.d.ts +1 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactionsTest.js +337 -0
- package/lib/test/Integration/Gateways/GpApiConnector/ReportingTransactionsTest.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 +215 -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 +99 -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 +133 -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 +88 -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/Gateways/ThreeDSecureAsClient.d.ts +16 -0
- package/lib/test/Integration/Gateways/ThreeDSecureAsClient.js +212 -0
- package/lib/test/Integration/Gateways/ThreeDSecureAsClient.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 +10 -2
- package/.eslintignore +0 -9
- package/.eslintrc.cjs +0 -39
- package/.prettierrc +0 -14
- package/.travis.yml +0 -25
- package/tsconfig.eslint.json +0 -15
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThreeDSecure.js","sourceRoot":"","sources":["../../../src/Entities/ThreeDSecure.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Card, GiftCard, ManagementBuilder, PayerDetails, PaymentMethodType, PaymentMethodUsageMode, StoredCredentialSequence, ThreeDSecure, TransactionReference } from "../";
|
|
2
|
+
import { PayFacResponseData } from "./ProFac/PayFacResponseData";
|
|
3
|
+
export declare class Transaction {
|
|
4
|
+
authorizedAmount: string;
|
|
5
|
+
balanceAmount: string;
|
|
6
|
+
pointsBalanceAmount: string;
|
|
7
|
+
cardBrandTransactionId: string;
|
|
8
|
+
commercialIndicator: string;
|
|
9
|
+
responseCode: string;
|
|
10
|
+
responseMessage: string;
|
|
11
|
+
transactionDescriptor: string;
|
|
12
|
+
referenceNumber: string;
|
|
13
|
+
recurringDataCode: string;
|
|
14
|
+
cvnResponseMessage: string;
|
|
15
|
+
cvnResponseCode: string;
|
|
16
|
+
cavvResponseCode: string;
|
|
17
|
+
multiCapture: boolean;
|
|
18
|
+
multiCapturePaymentCount: number;
|
|
19
|
+
multiCaptureSequence: StoredCredentialSequence;
|
|
20
|
+
cardLast4: string;
|
|
21
|
+
cardType: string;
|
|
22
|
+
avsResponseMessage: string;
|
|
23
|
+
avsResponseCode: string;
|
|
24
|
+
availableBalance: string;
|
|
25
|
+
transactionReference: TransactionReference;
|
|
26
|
+
token: string;
|
|
27
|
+
giftCard: GiftCard;
|
|
28
|
+
clientTransactionId: string;
|
|
29
|
+
timestamp: string;
|
|
30
|
+
batchId: string;
|
|
31
|
+
batchSeqNbr: string;
|
|
32
|
+
payFacData: PayFacResponseData;
|
|
33
|
+
payerDetails: PayerDetails;
|
|
34
|
+
fingerprint: string;
|
|
35
|
+
fingerprintIndicator: string;
|
|
36
|
+
tokenUsageMode: PaymentMethodUsageMode;
|
|
37
|
+
cardDetails: Card;
|
|
38
|
+
threeDSecure: ThreeDSecure;
|
|
39
|
+
get transactionId(): string;
|
|
40
|
+
set transactionId(id: string);
|
|
41
|
+
static fromId(transactionId: string, orderId?: string | PaymentMethodType, paymentMethodType?: PaymentMethodType): Transaction;
|
|
42
|
+
/**
|
|
43
|
+
* Allows for a follow-up request to add an additional authorization
|
|
44
|
+
*
|
|
45
|
+
* @param string|number amount Amount to authorize
|
|
46
|
+
*
|
|
47
|
+
* @return AuthorizationBuilder
|
|
48
|
+
*/
|
|
49
|
+
additionalAuth(amount?: string | number): ManagementBuilder;
|
|
50
|
+
/**
|
|
51
|
+
* Allows for a follow-up request to add the transaction to an open batch
|
|
52
|
+
*
|
|
53
|
+
* @param string|number amount Amount to capture
|
|
54
|
+
*
|
|
55
|
+
* @return ManagementBuilder
|
|
56
|
+
*/
|
|
57
|
+
capture(amount?: string | number): ManagementBuilder;
|
|
58
|
+
/**
|
|
59
|
+
* Allows for a follow-up request to edit the transaction
|
|
60
|
+
*
|
|
61
|
+
* @return ManagementBuilder
|
|
62
|
+
*/
|
|
63
|
+
edit(): ManagementBuilder;
|
|
64
|
+
hold(): ManagementBuilder;
|
|
65
|
+
/**
|
|
66
|
+
* Allows for a follow-up request to refund the transaction
|
|
67
|
+
*
|
|
68
|
+
* @param {string|number} amount Amount to refund
|
|
69
|
+
*
|
|
70
|
+
* @return ManagementBuilder
|
|
71
|
+
*/
|
|
72
|
+
refund(amount?: string | number | null): ManagementBuilder;
|
|
73
|
+
release(): ManagementBuilder;
|
|
74
|
+
/**
|
|
75
|
+
* Refresh the authorization associated with a transaction to get a more recent authcode or
|
|
76
|
+
* reauthorize a transaction reversed in error.
|
|
77
|
+
*
|
|
78
|
+
* @param {string|number|null} amount Amount to reverse
|
|
79
|
+
*
|
|
80
|
+
* @return ManagementBuilder
|
|
81
|
+
*/
|
|
82
|
+
reauthorized(amount?: string | number | null): ManagementBuilder;
|
|
83
|
+
/**
|
|
84
|
+
* Allows for a follow-up request to reverse the transaction
|
|
85
|
+
*
|
|
86
|
+
* @param string|number amount Amount to reverse
|
|
87
|
+
*
|
|
88
|
+
* @return ManagementBuilder
|
|
89
|
+
*/
|
|
90
|
+
reverse(amount?: string | number | null): ManagementBuilder;
|
|
91
|
+
/**
|
|
92
|
+
* Allows for a follow-up request to void the transaction
|
|
93
|
+
*
|
|
94
|
+
* @return ManagementBuilder
|
|
95
|
+
*/
|
|
96
|
+
void(): ManagementBuilder;
|
|
97
|
+
}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Transaction = void 0;
|
|
4
|
+
const __1 = require("../");
|
|
5
|
+
class Transaction {
|
|
6
|
+
authorizedAmount;
|
|
7
|
+
balanceAmount;
|
|
8
|
+
pointsBalanceAmount;
|
|
9
|
+
cardBrandTransactionId;
|
|
10
|
+
commercialIndicator;
|
|
11
|
+
responseCode;
|
|
12
|
+
responseMessage;
|
|
13
|
+
transactionDescriptor;
|
|
14
|
+
referenceNumber;
|
|
15
|
+
recurringDataCode;
|
|
16
|
+
cvnResponseMessage;
|
|
17
|
+
cvnResponseCode;
|
|
18
|
+
cavvResponseCode;
|
|
19
|
+
multiCapture;
|
|
20
|
+
multiCapturePaymentCount;
|
|
21
|
+
multiCaptureSequence;
|
|
22
|
+
cardLast4;
|
|
23
|
+
cardType;
|
|
24
|
+
avsResponseMessage;
|
|
25
|
+
avsResponseCode;
|
|
26
|
+
availableBalance;
|
|
27
|
+
transactionReference;
|
|
28
|
+
token;
|
|
29
|
+
giftCard;
|
|
30
|
+
clientTransactionId;
|
|
31
|
+
timestamp;
|
|
32
|
+
batchId;
|
|
33
|
+
batchSeqNbr;
|
|
34
|
+
payFacData;
|
|
35
|
+
payerDetails;
|
|
36
|
+
fingerprint;
|
|
37
|
+
fingerprintIndicator;
|
|
38
|
+
tokenUsageMode;
|
|
39
|
+
cardDetails;
|
|
40
|
+
threeDSecure;
|
|
41
|
+
get transactionId() {
|
|
42
|
+
return this.transactionReference?.transactionId;
|
|
43
|
+
}
|
|
44
|
+
set transactionId(id) {
|
|
45
|
+
if (!this.transactionReference) {
|
|
46
|
+
this.transactionReference = new __1.TransactionReference();
|
|
47
|
+
}
|
|
48
|
+
this.transactionReference.transactionId = id;
|
|
49
|
+
}
|
|
50
|
+
static fromId(transactionId, orderId, paymentMethodType = __1.PaymentMethodType.Credit) {
|
|
51
|
+
const transaction = new Transaction();
|
|
52
|
+
transaction.transactionReference = new __1.TransactionReference();
|
|
53
|
+
transaction.transactionReference.transactionId = transactionId;
|
|
54
|
+
if (orderId &&
|
|
55
|
+
(typeof orderId === "string" ||
|
|
56
|
+
Object.prototype.toString.call(orderId) === "[object String]")) {
|
|
57
|
+
transaction.transactionReference.orderId = orderId;
|
|
58
|
+
}
|
|
59
|
+
else if (orderId) {
|
|
60
|
+
paymentMethodType = orderId;
|
|
61
|
+
}
|
|
62
|
+
transaction.transactionReference.paymentMethodType = paymentMethodType;
|
|
63
|
+
return transaction;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Allows for a follow-up request to add an additional authorization
|
|
67
|
+
*
|
|
68
|
+
* @param string|number amount Amount to authorize
|
|
69
|
+
*
|
|
70
|
+
* @return AuthorizationBuilder
|
|
71
|
+
*/
|
|
72
|
+
additionalAuth(amount) {
|
|
73
|
+
return new __1.ManagementBuilder(__1.TransactionType.Auth)
|
|
74
|
+
.withPaymentMethod(this.transactionReference)
|
|
75
|
+
.withAmount(amount);
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Allows for a follow-up request to add the transaction to an open batch
|
|
79
|
+
*
|
|
80
|
+
* @param string|number amount Amount to capture
|
|
81
|
+
*
|
|
82
|
+
* @return ManagementBuilder
|
|
83
|
+
*/
|
|
84
|
+
capture(amount) {
|
|
85
|
+
const builder = new __1.ManagementBuilder(__1.TransactionType.Capture)
|
|
86
|
+
.withPaymentMethod(this.transactionReference)
|
|
87
|
+
.withAmount(amount);
|
|
88
|
+
if (this.multiCapture) {
|
|
89
|
+
builder.withMultiCapture(this.multiCaptureSequence, this.multiCapturePaymentCount);
|
|
90
|
+
}
|
|
91
|
+
return builder;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Allows for a follow-up request to edit the transaction
|
|
95
|
+
*
|
|
96
|
+
* @return ManagementBuilder
|
|
97
|
+
*/
|
|
98
|
+
edit() {
|
|
99
|
+
let builder = new __1.ManagementBuilder(__1.TransactionType.Edit).withPaymentMethod(this.transactionReference);
|
|
100
|
+
if (this.commercialIndicator) {
|
|
101
|
+
builder = builder.withModifier(__1.TransactionModifier.LevelII);
|
|
102
|
+
}
|
|
103
|
+
return builder;
|
|
104
|
+
}
|
|
105
|
+
hold() {
|
|
106
|
+
return new __1.ManagementBuilder(__1.TransactionType.Hold).withPaymentMethod(this.transactionReference);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Allows for a follow-up request to refund the transaction
|
|
110
|
+
*
|
|
111
|
+
* @param {string|number} amount Amount to refund
|
|
112
|
+
*
|
|
113
|
+
* @return ManagementBuilder
|
|
114
|
+
*/
|
|
115
|
+
refund(amount = null) {
|
|
116
|
+
return new __1.ManagementBuilder(__1.TransactionType.Refund)
|
|
117
|
+
.withPaymentMethod(this.transactionReference)
|
|
118
|
+
.withAmount(amount);
|
|
119
|
+
}
|
|
120
|
+
release() {
|
|
121
|
+
return new __1.ManagementBuilder(__1.TransactionType.Release).withPaymentMethod(this.transactionReference);
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Refresh the authorization associated with a transaction to get a more recent authcode or
|
|
125
|
+
* reauthorize a transaction reversed in error.
|
|
126
|
+
*
|
|
127
|
+
* @param {string|number|null} amount Amount to reverse
|
|
128
|
+
*
|
|
129
|
+
* @return ManagementBuilder
|
|
130
|
+
*/
|
|
131
|
+
reauthorized(amount = null) {
|
|
132
|
+
return new __1.ManagementBuilder(__1.TransactionType.Reauth)
|
|
133
|
+
.withPaymentMethod(this.transactionReference)
|
|
134
|
+
.withAmount(amount);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Allows for a follow-up request to reverse the transaction
|
|
138
|
+
*
|
|
139
|
+
* @param string|number amount Amount to reverse
|
|
140
|
+
*
|
|
141
|
+
* @return ManagementBuilder
|
|
142
|
+
*/
|
|
143
|
+
reverse(amount = null) {
|
|
144
|
+
return new __1.ManagementBuilder(__1.TransactionType.Reversal)
|
|
145
|
+
.withPaymentMethod(this.transactionReference)
|
|
146
|
+
.withAmount(amount);
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Allows for a follow-up request to void the transaction
|
|
150
|
+
*
|
|
151
|
+
* @return ManagementBuilder
|
|
152
|
+
*/
|
|
153
|
+
void() {
|
|
154
|
+
return new __1.ManagementBuilder(__1.TransactionType.Void).withPaymentMethod(this.transactionReference);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
exports.Transaction = Transaction;
|
|
158
|
+
//# sourceMappingURL=Transaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../src/Entities/Transaction.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class TransactionStatus {
|
|
2
|
+
static INITIATED: string;
|
|
3
|
+
static AUTHENTICATED: string;
|
|
4
|
+
static PENDING: string;
|
|
5
|
+
static DECLINED: string;
|
|
6
|
+
static PREAUTHORIZED: string;
|
|
7
|
+
static CAPTURED: string;
|
|
8
|
+
static BATCHED: string;
|
|
9
|
+
static REVERSED: string;
|
|
10
|
+
static FUNDED: string;
|
|
11
|
+
static REJECTED: string;
|
|
12
|
+
static mapTransactionStatusResponse: Record<string, string>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransactionStatus = void 0;
|
|
4
|
+
class TransactionStatus {
|
|
5
|
+
static INITIATED = "INITIATED";
|
|
6
|
+
static AUTHENTICATED = "AUTHENTICATED";
|
|
7
|
+
static PENDING = "PENDING";
|
|
8
|
+
static DECLINED = "DECLINED";
|
|
9
|
+
static PREAUTHORIZED = "PREAUTHORIZED";
|
|
10
|
+
static CAPTURED = "CAPTURED";
|
|
11
|
+
static BATCHED = "BATCHED";
|
|
12
|
+
static REVERSED = "REVERSED";
|
|
13
|
+
static FUNDED = "FUNDED";
|
|
14
|
+
static REJECTED = "REJECTED";
|
|
15
|
+
static mapTransactionStatusResponse = {
|
|
16
|
+
[TransactionStatus.INITIATED]: TransactionStatus.INITIATED,
|
|
17
|
+
[TransactionStatus.AUTHENTICATED]: "SUCCESS_AUTHENTICATED",
|
|
18
|
+
[TransactionStatus.PENDING]: TransactionStatus.PENDING,
|
|
19
|
+
[TransactionStatus.DECLINED]: TransactionStatus.DECLINED,
|
|
20
|
+
[TransactionStatus.PREAUTHORIZED]: TransactionStatus.PREAUTHORIZED,
|
|
21
|
+
[TransactionStatus.CAPTURED]: TransactionStatus.CAPTURED,
|
|
22
|
+
[TransactionStatus.BATCHED]: TransactionStatus.BATCHED,
|
|
23
|
+
[TransactionStatus.REVERSED]: TransactionStatus.REVERSED,
|
|
24
|
+
[TransactionStatus.FUNDED]: TransactionStatus.FUNDED,
|
|
25
|
+
[TransactionStatus.REJECTED]: TransactionStatus.REJECTED,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
exports.TransactionStatus = TransactionStatus;
|
|
29
|
+
//# sourceMappingURL=TransactionStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionStatus.js","sourceRoot":"","sources":["../../../src/Entities/TransactionStatus.ts"],"names":[],"mappings":";;;AAAA,MAAa,iBAAiB;IAC5B,MAAM,CAAC,SAAS,GAAG,WAAW,CAAC;IAC/B,MAAM,CAAC,aAAa,GAAG,eAAe,CAAC;IACvC,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC;IAC7B,MAAM,CAAC,aAAa,GAAG,eAAe,CAAC;IACvC,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC;IAC7B,MAAM,CAAC,OAAO,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC;IAC7B,MAAM,CAAC,MAAM,GAAG,QAAQ,CAAC;IACzB,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC;IAE7B,MAAM,CAAC,4BAA4B,GAA2B;QAC5D,CAAC,iBAAiB,CAAC,SAAS,CAAC,EAAE,iBAAiB,CAAC,SAAS;QAC1D,CAAC,iBAAiB,CAAC,aAAa,CAAC,EAAE,uBAAuB;QAC1D,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAAE,iBAAiB,CAAC,OAAO;QACtD,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,iBAAiB,CAAC,QAAQ;QACxD,CAAC,iBAAiB,CAAC,aAAa,CAAC,EAAE,iBAAiB,CAAC,aAAa;QAClE,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,iBAAiB,CAAC,QAAQ;QACxD,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAAE,iBAAiB,CAAC,OAAO;QACtD,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,iBAAiB,CAAC,QAAQ;QACxD,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,iBAAiB,CAAC,MAAM;QACpD,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,iBAAiB,CAAC,QAAQ;KACzD,CAAC;;AAvBJ,8CAwBC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { BaseSummary, PaymentEntryMode } from ".";
|
|
2
|
+
export declare class TransactionSummary extends BaseSummary {
|
|
3
|
+
accountDataSource: string;
|
|
4
|
+
accountNumberLast4: string;
|
|
5
|
+
accountType: string;
|
|
6
|
+
aquirerReferenceNumber: string;
|
|
7
|
+
authCode: string;
|
|
8
|
+
authorizedAmount: string;
|
|
9
|
+
batchCloseDate: Date;
|
|
10
|
+
batchSequenceNumber: string;
|
|
11
|
+
brandReference: string;
|
|
12
|
+
cardHolderName: string;
|
|
13
|
+
cardSwiped: string;
|
|
14
|
+
cardType: string;
|
|
15
|
+
channel: string;
|
|
16
|
+
clerkId: string;
|
|
17
|
+
clientTransactionId: string;
|
|
18
|
+
convenienceAmt: string;
|
|
19
|
+
country: string;
|
|
20
|
+
deviceId: string;
|
|
21
|
+
depositStatus: string;
|
|
22
|
+
depositReference: string;
|
|
23
|
+
depositTimeCreated: Date | null;
|
|
24
|
+
entryMode: PaymentEntryMode;
|
|
25
|
+
issuerResponseCode: string;
|
|
26
|
+
issuerResponseMessage: string;
|
|
27
|
+
issuerTransactionId: string;
|
|
28
|
+
gatewayResponseCode: string;
|
|
29
|
+
gatewayResponseMessage: string;
|
|
30
|
+
gratuityAmount: string;
|
|
31
|
+
maskedCardNumber: string;
|
|
32
|
+
originalTransactionId: string;
|
|
33
|
+
orderId: string | null;
|
|
34
|
+
paymentType: string;
|
|
35
|
+
poNumber: string;
|
|
36
|
+
referenceNumber: string;
|
|
37
|
+
responseDate: Date;
|
|
38
|
+
serviceName: string;
|
|
39
|
+
settlementAmount: string;
|
|
40
|
+
shippingAmt: string;
|
|
41
|
+
siteTrace: string;
|
|
42
|
+
status: string;
|
|
43
|
+
taxAmount: string;
|
|
44
|
+
taxType: string;
|
|
45
|
+
transactionDate: Date;
|
|
46
|
+
transactionLocalDate: Date;
|
|
47
|
+
transactionId: string;
|
|
48
|
+
transactionStatus: string;
|
|
49
|
+
transactionType: string;
|
|
50
|
+
username: string;
|
|
51
|
+
description: string;
|
|
52
|
+
invoiceNumber: string;
|
|
53
|
+
customerId: string;
|
|
54
|
+
uniqueDeviceId: string;
|
|
55
|
+
transactionDescriptor: string;
|
|
56
|
+
giftCurrency: string;
|
|
57
|
+
maskedAlias: string;
|
|
58
|
+
paymentMethodKey: string;
|
|
59
|
+
scheduleId: string;
|
|
60
|
+
oneTimePayment: string;
|
|
61
|
+
recurringDataCode: string;
|
|
62
|
+
surchargeAmount: string;
|
|
63
|
+
fraudRuleInfo: string;
|
|
64
|
+
repeatCount: string;
|
|
65
|
+
emvChipCondition: string;
|
|
66
|
+
hasEmvTags: string;
|
|
67
|
+
hasEcomPaymentData: string;
|
|
68
|
+
cavvResponseCode: string;
|
|
69
|
+
tokenPanLastFour: string;
|
|
70
|
+
companyName: string;
|
|
71
|
+
customerFirstName: string;
|
|
72
|
+
customerLastName: string;
|
|
73
|
+
debtRepaymentIndicator: string;
|
|
74
|
+
captureAmount: string;
|
|
75
|
+
fullyCaptured: string;
|
|
76
|
+
fingerprint: string;
|
|
77
|
+
fingerprintIndicator: string;
|
|
78
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransactionSummary = void 0;
|
|
4
|
+
const _1 = require(".");
|
|
5
|
+
class TransactionSummary extends _1.BaseSummary {
|
|
6
|
+
accountDataSource;
|
|
7
|
+
accountNumberLast4;
|
|
8
|
+
accountType;
|
|
9
|
+
aquirerReferenceNumber;
|
|
10
|
+
authCode;
|
|
11
|
+
authorizedAmount;
|
|
12
|
+
batchCloseDate;
|
|
13
|
+
batchSequenceNumber;
|
|
14
|
+
brandReference;
|
|
15
|
+
cardHolderName;
|
|
16
|
+
cardSwiped;
|
|
17
|
+
cardType;
|
|
18
|
+
channel;
|
|
19
|
+
clerkId;
|
|
20
|
+
clientTransactionId;
|
|
21
|
+
convenienceAmt;
|
|
22
|
+
country;
|
|
23
|
+
deviceId;
|
|
24
|
+
depositStatus;
|
|
25
|
+
depositReference;
|
|
26
|
+
depositTimeCreated;
|
|
27
|
+
entryMode;
|
|
28
|
+
issuerResponseCode;
|
|
29
|
+
issuerResponseMessage;
|
|
30
|
+
issuerTransactionId;
|
|
31
|
+
gatewayResponseCode;
|
|
32
|
+
gatewayResponseMessage;
|
|
33
|
+
gratuityAmount;
|
|
34
|
+
maskedCardNumber;
|
|
35
|
+
originalTransactionId;
|
|
36
|
+
orderId;
|
|
37
|
+
paymentType;
|
|
38
|
+
poNumber;
|
|
39
|
+
referenceNumber;
|
|
40
|
+
responseDate;
|
|
41
|
+
serviceName;
|
|
42
|
+
settlementAmount;
|
|
43
|
+
shippingAmt;
|
|
44
|
+
siteTrace;
|
|
45
|
+
status;
|
|
46
|
+
taxAmount;
|
|
47
|
+
taxType;
|
|
48
|
+
transactionDate;
|
|
49
|
+
transactionLocalDate;
|
|
50
|
+
transactionId;
|
|
51
|
+
transactionStatus;
|
|
52
|
+
transactionType;
|
|
53
|
+
username;
|
|
54
|
+
description;
|
|
55
|
+
invoiceNumber;
|
|
56
|
+
customerId;
|
|
57
|
+
uniqueDeviceId;
|
|
58
|
+
transactionDescriptor;
|
|
59
|
+
giftCurrency;
|
|
60
|
+
maskedAlias;
|
|
61
|
+
paymentMethodKey;
|
|
62
|
+
scheduleId;
|
|
63
|
+
oneTimePayment;
|
|
64
|
+
recurringDataCode;
|
|
65
|
+
surchargeAmount;
|
|
66
|
+
fraudRuleInfo;
|
|
67
|
+
repeatCount;
|
|
68
|
+
emvChipCondition;
|
|
69
|
+
hasEmvTags;
|
|
70
|
+
hasEcomPaymentData;
|
|
71
|
+
cavvResponseCode;
|
|
72
|
+
tokenPanLastFour;
|
|
73
|
+
companyName;
|
|
74
|
+
customerFirstName;
|
|
75
|
+
customerLastName;
|
|
76
|
+
debtRepaymentIndicator;
|
|
77
|
+
captureAmount;
|
|
78
|
+
fullyCaptured;
|
|
79
|
+
fingerprint;
|
|
80
|
+
fingerprintIndicator;
|
|
81
|
+
}
|
|
82
|
+
exports.TransactionSummary = TransactionSummary;
|
|
83
|
+
//# sourceMappingURL=TransactionSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransactionSummary.js","sourceRoot":"","sources":["../../../src/Entities/TransactionSummary.ts"],"names":[],"mappings":";;;AAAA,wBAAkD;AAElD,MAAa,kBAAmB,SAAQ,cAAW;IAC1C,iBAAiB,CAAS;IAC1B,kBAAkB,CAAS;IAC3B,WAAW,CAAS;IACpB,sBAAsB,CAAS;IAC/B,QAAQ,CAAS;IACjB,gBAAgB,CAAS;IACzB,cAAc,CAAO;IACrB,mBAAmB,CAAS;IAC5B,cAAc,CAAS;IACvB,cAAc,CAAS;IACvB,UAAU,CAAS;IACnB,QAAQ,CAAS;IACjB,OAAO,CAAS;IAChB,OAAO,CAAS;IAChB,mBAAmB,CAAS;IAC5B,cAAc,CAAS;IACvB,OAAO,CAAS;IAChB,QAAQ,CAAS;IACjB,aAAa,CAAS;IACtB,gBAAgB,CAAS;IACzB,kBAAkB,CAAc;IAChC,SAAS,CAAmB;IAC5B,kBAAkB,CAAS;IAC3B,qBAAqB,CAAS;IAC9B,mBAAmB,CAAS;IAC5B,mBAAmB,CAAS;IAC5B,sBAAsB,CAAS;IAC/B,cAAc,CAAS;IACvB,gBAAgB,CAAS;IACzB,qBAAqB,CAAS;IAC9B,OAAO,CAAgB;IACvB,WAAW,CAAS;IACpB,QAAQ,CAAS;IACjB,eAAe,CAAS;IACxB,YAAY,CAAO;IACnB,WAAW,CAAS;IACpB,gBAAgB,CAAS;IACzB,WAAW,CAAS;IACpB,SAAS,CAAS;IAClB,MAAM,CAAS;IACf,SAAS,CAAS;IAClB,OAAO,CAAS;IAChB,eAAe,CAAO;IACtB,oBAAoB,CAAO;IAC3B,aAAa,CAAS;IACtB,iBAAiB,CAAS;IAC1B,eAAe,CAAS;IACxB,QAAQ,CAAS;IAEjB,WAAW,CAAS;IACpB,aAAa,CAAS;IACtB,UAAU,CAAS;IACnB,cAAc,CAAS;IACvB,qBAAqB,CAAS;IAC9B,YAAY,CAAS;IACrB,WAAW,CAAS;IACpB,gBAAgB,CAAS;IACzB,UAAU,CAAS;IACnB,cAAc,CAAS;IACvB,iBAAiB,CAAS;IAC1B,eAAe,CAAS;IACxB,aAAa,CAAS;IACtB,WAAW,CAAS;IACpB,gBAAgB,CAAS;IACzB,UAAU,CAAS;IACnB,kBAAkB,CAAS;IAC3B,gBAAgB,CAAS;IACzB,gBAAgB,CAAS;IACzB,WAAW,CAAS;IACpB,iBAAiB,CAAS;IAC1B,gBAAgB,CAAS;IACzB,sBAAsB,CAAS;IAC/B,aAAa,CAAS;IACtB,aAAa,CAAS;IACtB,WAAW,CAAS;IACpB,oBAAoB,CAAS;CACrC;AA7ED,gDA6EC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProcessingIndicator = void 0;
|
|
4
|
+
class ProcessingIndicator {
|
|
5
|
+
QuickChip;
|
|
6
|
+
CheckLuhn;
|
|
7
|
+
SecurityCode;
|
|
8
|
+
CardTypeFilter;
|
|
9
|
+
}
|
|
10
|
+
exports.ProcessingIndicator = ProcessingIndicator;
|
|
11
|
+
//# sourceMappingURL=ProcessIndicator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProcessIndicator.js","sourceRoot":"","sources":["../../../../src/Entities/UPA/ProcessIndicator.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IACvB,SAAS,CAAS;IAClB,SAAS,CAAS;IAClB,YAAY,CAAS;IACrB,cAAc,CAAiB;CACvC;AALD,kDAKC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AcquisitionType } from "../Enums/AcquisitionType";
|
|
2
|
+
export declare class UpaParam {
|
|
3
|
+
timeout: number;
|
|
4
|
+
acquisitionTypes: AcquisitionType;
|
|
5
|
+
header: string;
|
|
6
|
+
displayTotalAmount: string;
|
|
7
|
+
promptForManual: boolean;
|
|
8
|
+
brandIcon1: number;
|
|
9
|
+
brandIcon2: number;
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpaParam = void 0;
|
|
4
|
+
class UpaParam {
|
|
5
|
+
timeout;
|
|
6
|
+
acquisitionTypes;
|
|
7
|
+
header;
|
|
8
|
+
displayTotalAmount;
|
|
9
|
+
promptForManual;
|
|
10
|
+
brandIcon1;
|
|
11
|
+
brandIcon2;
|
|
12
|
+
}
|
|
13
|
+
exports.UpaParam = UpaParam;
|
|
14
|
+
//# sourceMappingURL=UpaParam.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpaParam.js","sourceRoot":"","sources":["../../../../src/Entities/UPA/UpaParam.ts"],"names":[],"mappings":";;;AAEA,MAAa,QAAQ;IACZ,OAAO,CAAS;IAChB,gBAAgB,CAAkB;IAClC,MAAM,CAAS;IACf,kBAAkB,CAAS;IAC3B,eAAe,CAAU;IACzB,UAAU,CAAS;IACnB,UAAU,CAAS;CAC3B;AARD,4BAQC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpaTransactionData = void 0;
|
|
4
|
+
class UpaTransactionData {
|
|
5
|
+
totalAmount;
|
|
6
|
+
cashBackAmount;
|
|
7
|
+
tranDate;
|
|
8
|
+
tranTime;
|
|
9
|
+
transType;
|
|
10
|
+
}
|
|
11
|
+
exports.UpaTransactionData = UpaTransactionData;
|
|
12
|
+
//# sourceMappingURL=UpaTransactionData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpaTransactionData.js","sourceRoot":"","sources":["../../../../src/Entities/UPA/UpaTransactionData.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IACtB,WAAW,CAAS;IACpB,cAAc,CAAS;IACvB,QAAQ,CAAS;IACjB,QAAQ,CAAS;IACjB,SAAS,CAAkB;CACnC;AAND,gDAMC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ProcessIndicator"), exports);
|
|
18
|
+
__exportStar(require("./UpaParam"), exports);
|
|
19
|
+
__exportStar(require("./UpaTransactionData"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Entities/UPA/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,6CAA2B;AAC3B,uDAAqC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export * from "./Address";
|
|
2
|
+
export * from "./BatchSummary";
|
|
3
|
+
export * from "./BrowserData";
|
|
4
|
+
export * from "./Card";
|
|
5
|
+
export * from "./CardIssuerResponse";
|
|
6
|
+
export * from "./Customer";
|
|
7
|
+
export * from "./CustomerDocument";
|
|
8
|
+
export * from "./EcommerceInfo";
|
|
9
|
+
export * from "./EncryptionData";
|
|
10
|
+
export * from "./Enums";
|
|
11
|
+
export * from "./Enums/IsoCountries";
|
|
12
|
+
export * from "./Errors";
|
|
13
|
+
export * from "./FraudRule";
|
|
14
|
+
export * from "./GpApi";
|
|
15
|
+
export * from "./HostedPaymentData";
|
|
16
|
+
export * from "./IRequestBuilder";
|
|
17
|
+
export * from "./IRequestLogger";
|
|
18
|
+
export * from "./LodgingData";
|
|
19
|
+
export * from "./LodgingItems";
|
|
20
|
+
export * from "./LodgingData";
|
|
21
|
+
export * from "./MaskedValueCollection";
|
|
22
|
+
export * from "./MessageExtension";
|
|
23
|
+
export * from "./MerchantDataCollection";
|
|
24
|
+
export * from "./MerchantKVP";
|
|
25
|
+
export * from "./MobileData";
|
|
26
|
+
export * from "./PayerDetails";
|
|
27
|
+
export * from "./PhoneNumber";
|
|
28
|
+
export * from "./RecurringEntity";
|
|
29
|
+
export * from "./Reporting";
|
|
30
|
+
export * from "./Request";
|
|
31
|
+
export * from "./Schedule";
|
|
32
|
+
export * from "./ServiceEndpoints";
|
|
33
|
+
export * from "./StoredCredentials";
|
|
34
|
+
export * from "./ThreeDSecure";
|
|
35
|
+
export * from "./Transaction";
|
|
36
|
+
export * from "./TransactionStatus";
|
|
37
|
+
export * from "./TransactionSummary";
|
|
38
|
+
export * from "./UPA";
|