UNPKG
portone-api-v2
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
PortOne REST API v2
github.com/ninthsun91/portone-api-v2
ninthsun91/portone-api-v2
portone-api-v2
/
lib
/
types
/
request
/
kakao-pay.d.ts
7 lines
(6 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
FindKakaoPayOrder
{
/** 카카오페이 주문 번호 (tid) */
pgTxId:
string
;
/** 채널키 */
channelKey:
string
; }