UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 231 B
import type { InstantPaymentSummary } from "./../payment/InstantPaymentSummary.js"; /** 수기 결제 성공 응답 */ export type PayInstantlyResponse = { /** 결제 건 요약 정보 */ payment: InstantPaymentSummary; };