@portone/server-sdk
    Preparing search index...

    Type Alias SucceededPaymentCancellation

    취소 완료 상태

    type SucceededPaymentCancellation = {
        status: "SUCCEEDED";
        id: string;
        pgCancellationId?: string;
        totalAmount: number;
        taxFreeAmount: number;
        vatAmount: number;
        easyPayDiscountAmount?: number;
        reason: string;
        cancelledAt?: string;
        requestedAt: string;
        receiptUrl?: string;
        trigger?: Trigger;
    }
    Index

    Properties

    status: "SUCCEEDED"

    결제 취소 내역 상태

    id: string

    취소 내역 아이디

    pgCancellationId?: string

    PG사 결제 취소 내역 아이디

    totalAmount: number

    취소 총 금액 (int64)

    taxFreeAmount: number

    취소 금액 중 면세 금액 (int64)

    vatAmount: number

    취소 금액 중 부가세액 (int64)

    easyPayDiscountAmount?: number

    적립형 포인트의 환불 금액 (int64)

    reason: string

    취소 사유

    cancelledAt?: string

    취소 시점 (RFC 3339 date-time)

    requestedAt: string

    취소 요청 시점 (RFC 3339 date-time)

    receiptUrl?: string

    취소 영수증 URL

    trigger?: Trigger

    취소 요청 경로