globalpayments-api 3.1.0 → 3.1.1

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