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

    Type Alias PlatformDuplicatedPartnerSettlementIdsError

    선택된 정산건 아이디에 중복이 있는 경우

    type PlatformDuplicatedPartnerSettlementIdsError = {
        type: "PLATFORM_DUPLICATED_PARTNER_SETTLEMENT_IDS";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_DUPLICATED_PARTNER_SETTLEMENT_IDS"
    message?: string