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

    Type Alias PlatformAdditionalFeePoliciesNotFoundError

    type PlatformAdditionalFeePoliciesNotFoundError = {
        type: "PLATFORM_ADDITIONAL_FEE_POLICIES_NOT_FOUND";
        ids: string[];
        graphqlIds: string[];
        message?: string;
    }
    Index

    Properties

    type: "PLATFORM_ADDITIONAL_FEE_POLICIES_NOT_FOUND"
    ids: string[]
    graphqlIds: string[]
    message?: string