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

    Type Alias PaymentCancellationNotPendingError

    결제 취소 내역이 취소 요청 상태가 아닌 경우

    type PaymentCancellationNotPendingError = {
        type: "PAYMENT_CANCELLATION_NOT_PENDING";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PAYMENT_CANCELLATION_NOT_PENDING"
    message?: string