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

    Type Alias SumOfPartsExceedsTotalAmountError

    면세 금액 등 하위 항목들의 합이 전체 결제 금액을 초과한 경우

    type SumOfPartsExceedsTotalAmountError = {
        type: "SUM_OF_PARTS_EXCEEDS_TOTAL_AMOUNT";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "SUM_OF_PARTS_EXCEEDS_TOTAL_AMOUNT"
    message?: string