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

    Type Alias PlatformBulkPayoutIdAlreadyExistsError

    일괄 지급 아이디가 이미 존재하는 경우

    type PlatformBulkPayoutIdAlreadyExistsError = {
        type: "PLATFORM_BULK_PAYOUT_ID_ALREADY_EXISTS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_BULK_PAYOUT_ID_ALREADY_EXISTS"
    message?: string