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

    Type Alias CashReceiptNotIssuedError

    현금영수증이 발급되지 않은 경우

    type CashReceiptNotIssuedError = {
        type: "CASH_RECEIPT_NOT_ISSUED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "CASH_RECEIPT_NOT_ISSUED"
    message?: string