Type Alias WebhookTransactionCancelledDataCancelPending
WebhookTransactionCancelledDataCancelPending: {
paymentId: string;
storeId: string;
transactionId: string;
cancellationId: string;
}
Type declaration
paymentId: string
storeId: string
transactionId: string
cancellationId: string
(결제 취소가 비동기로 수행되는 경우) 결제 취소를 요청했을 때 이벤트의 실제 세부 내용입니다.