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

    Type Alias InvalidPaymentTokenError

    유효하지 않은 결제 토큰인 경우

    type InvalidPaymentTokenError = {
        type: "INVALID_PAYMENT_TOKEN";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "INVALID_PAYMENT_TOKEN"
    message?: string