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

    Type Alias PlatformTransferIdAlreadyUsedError

    type PlatformTransferIdAlreadyUsedError = {
        type: "PLATFORM_TRANSFER_ID_ALREADY_USED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_TRANSFER_ID_ALREADY_USED"
    message?: string