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

    Type Alias PaymentScheduleAlreadyProcessedError

    결제 예약건이 이미 처리된 경우

    type PaymentScheduleAlreadyProcessedError = {
        type: "PAYMENT_SCHEDULE_ALREADY_PROCESSED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PAYMENT_SCHEDULE_ALREADY_PROCESSED"
    message?: string