UNPKG

veend-sdk

Version:

a nodejs package for veend products

18 lines (17 loc) 678 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PRIME_ENDPOINTS = void 0; exports.PRIME_ENDPOINTS = { lendLoan: "/internal/settings", loanStatistics: "/loans", loans: "/findloans", loanDetail: "/findLoans/{loanId}", loanRepaymentSchedule: "/loan/{loanId}", customers: "/prime/customers", switchPrimeRapaymentToBusinessAccount: "/settings?tab=switchPrimeRepaymentAccount", isBusinessFeature: "/settings?tab=switchBusinessFeature", lendingAccountHistory: "/v2/payments", loanRepaymentHistory: "/v2/payments", lendingAccountStatement: "/v2/payments", businessAccountStatement: "/v2/payments", };