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

    Type Alias CancellableAmountConsistencyBrokenError

    취소 가능 잔액 검증에 실패한 경우

    type CancellableAmountConsistencyBrokenError = {
        type: "CANCELLABLE_AMOUNT_CONSISTENCY_BROKEN";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "CANCELLABLE_AMOUNT_CONSISTENCY_BROKEN"
    message?: string