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

    Type Alias CashReceiptAlreadyIssuedError

    현금영수증이 이미 발급된 경우

    type CashReceiptAlreadyIssuedError = {
        type: "CASH_RECEIPT_ALREADY_ISSUED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "CASH_RECEIPT_ALREADY_ISSUED"
    message?: string