/** 수기 결제가 완료된 결제 건 요약 정보 */ export type InstantPaymentSummary = { /** PG 결제 아이디 */ pgTxId: string; /** * 결제 완료 시점 (가상 계좌는 발급 완료 시점) * (RFC 3339 date-time) */ paidAt: string; };