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

    Type Alias BillingKeyAlreadyIssuedError

    type BillingKeyAlreadyIssuedError = {
        type: "BILLING_KEY_ALREADY_ISSUED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "BILLING_KEY_ALREADY_ISSUED"
    message?: string