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

    Type Alias PlatformPartnerTypeIsNotBusinessError

    파트너 유형이 사업자가 아닌 경우

    type PlatformPartnerTypeIsNotBusinessError = {
        type: "PLATFORM_PARTNER_TYPE_IS_NOT_BUSINESS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PARTNER_TYPE_IS_NOT_BUSINESS"
    message?: string