@portone/server-sdk
Version:
PortOne JavaScript SDK for server-side usage
6 lines (5 loc) • 528 B
TypeScript
import type { WebhookTransactionCancelledCancelPending } from "./WebhookTransactionCancelledCancelPending.js";
import type { WebhookTransactionCancelledCancelled } from "./WebhookTransactionCancelledCancelled.js";
import type { WebhookTransactionCancelledPartialCancelled } from "./WebhookTransactionCancelledPartialCancelled.js";
/** 결제 취소 관련 */
export type WebhookTransactionCancelled = WebhookTransactionCancelledPartialCancelled | WebhookTransactionCancelledCancelled | WebhookTransactionCancelledCancelPending;