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

    Type Alias PaymentNotWaitingForDepositError

    결제 건이 입금 대기 상태가 아닌 경우

    type PaymentNotWaitingForDepositError = {
        type: "PAYMENT_NOT_WAITING_FOR_DEPOSIT";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PAYMENT_NOT_WAITING_FOR_DEPOSIT"
    message?: string