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

    Type Alias PlatformOrderDetailMismatchedError

    type PlatformOrderDetailMismatchedError = {
        type: "PLATFORM_ORDER_DETAIL_MISMATCHED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_ORDER_DETAIL_MISMATCHED"
    message?: string