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

    Type Alias IssueFailedCashReceipt

    발급 실패

    type IssueFailedCashReceipt = {
        status: "ISSUE_FAILED";
        merchantId: string;
        storeId: string;
        paymentId: string;
        channel?: SelectedChannel;
        orderName: string;
        isManual: boolean;
        statusUpdatedAt?: string;
    }
    Index

    Properties

    status: "ISSUE_FAILED"

    현금영수증 상태

    merchantId: string

    고객사 아이디

    storeId: string

    상점 아이디

    paymentId: string

    결제 건 아이디

    channel?: SelectedChannel

    현금영수증 발급에 사용된 채널

    orderName: string

    주문명

    isManual: boolean

    수동 발급 여부

    statusUpdatedAt?: string

    상태 업데이트 시점 (RFC 3339 date-time)