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

    Type Alias B2bCounterpartyVerificationInvalidError

    검증 결과가 유효하지 않은 경우

    type B2bCounterpartyVerificationInvalidError = {
        type: "B2B_COUNTERPARTY_VERIFICATION_INVALID";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_COUNTERPARTY_VERIFICATION_INVALID"
    message?: string