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

    Type Alias PlatformReferencedCancelOrderTransfersExistError

    취소 정산건이 참조 중인 정산건이 포함된 경우

    type PlatformReferencedCancelOrderTransfersExistError = {
        type: "PLATFORM_REFERENCED_CANCEL_ORDER_TRANSFERS_EXIST";
        ids: string[];
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_REFERENCED_CANCEL_ORDER_TRANSFERS_EXIST"
    ids: string[]
    message?: string