Type Alias WebhookTransactionCancelledDataCancelled
WebhookTransactionCancelledDataCancelled: {
paymentId: string;
storeId: string;
transactionId: string;
cancellationId: string;
}
Type declaration
paymentId: string
storeId: string
transactionId: string
cancellationId: string
결제가 완전 취소되었을 때 이벤트의 실제 세부 내용입니다.