타입 별칭 SucceededPaymentCancellation

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

취소 완료 상태

타입 선언

  • status: "SUCCEEDED"

    결제 취소 내역 상태

  • id: string

    취소 내역 아이디

  • OptionalpgCancellationId?: string

    PG사 결제 취소 내역 아이디

  • totalAmount: number

    취소 총 금액

  • taxFreeAmount: number

    취소 금액 중 면세 금액

  • vatAmount: number

    취소 금액 중 부가세액

  • OptionaleasyPayDiscountAmount?: number

    적립형 포인트의 환불 금액

  • reason: string

    취소 사유

  • OptionalcancelledAt?: string

    취소 시점

  • requestedAt: string

    취소 요청 시점

  • OptionalreceiptUrl?: string

    취소 영수증 URL