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

    Type Alias AlreadyPaidError

    결제가 이미 완료된 경우

    type AlreadyPaidError = {
        type: "ALREADY_PAID";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "ALREADY_PAID"
    message?: string