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

    Type Alias PaymentScheduleAlreadyExistsError

    결제 예약건이 이미 존재하는 경우

    type PaymentScheduleAlreadyExistsError = {
        type: "PAYMENT_SCHEDULE_ALREADY_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PAYMENT_SCHEDULE_ALREADY_EXISTS"
    message?: string