UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 248 B
import type { BillingKeyPaymentSummary } from "./../payment/BillingKeyPaymentSummary.js"; /** 빌링키 결제 성공 응답 */ export type PayWithBillingKeyResponse = { /** 결제 건 요약 정보 */ payment: BillingKeyPaymentSummary; };