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

    Type Alias AlreadyPaidOrWaitingError

    결제가 이미 완료되었거나 대기중인 경우

    type AlreadyPaidOrWaitingError = {
        type: "ALREADY_PAID_OR_WAITING";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "ALREADY_PAID_OR_WAITING"
    message?: string