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

    Type Alias BillingKeyNotFoundError

    빌링키가 존재하지 않는 경우

    type BillingKeyNotFoundError = {
        type: "BILLING_KEY_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "BILLING_KEY_NOT_FOUND"
    message?: string