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

    Type Alias PlatformPaymentNotFoundError

    type PlatformPaymentNotFoundError = {
        type: "PLATFORM_PAYMENT_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_PAYMENT_NOT_FOUND"
    message?: string