UNPKG
palmpaywrappersdk
Version:
latest (1.0.1)
1.0.1
1.0.0
PalmPay Wrapper Sdk
palmpaywrappersdk
/
src
/
Services
/
index.ts
8 lines
(6 loc)
•
236 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./PayWithBankTransferService'
;
export
*
from
'./PayOutService'
;
export
*
from
'./PayWithCodeService'
;
export
*
from
'./PayWithMMOService'
;
export
*
from
'./PayWithWalletService'
;
export
*
from
'./VirtualAccountService'
;