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

    Type Alias IssuedPaymentCashReceipt

    발급 완료된 현금영수증

    type IssuedPaymentCashReceipt = {
        status: "ISSUED";
        type?: CashReceiptType;
        pgReceiptId?: string;
        issueNumber: string;
        totalAmount: number;
        taxFreeAmount?: number;
        currency: Currency;
        url?: string;
        issuedAt: string;
    }
    Index

    Properties

    status: "ISSUED"

    결제 건 내 현금영수증 상태

    현금영수증 유형

    pgReceiptId?: string

    PG사 영수증 발급 아이디

    issueNumber: string

    승인 번호

    totalAmount: number

    총 금액 (int64)

    taxFreeAmount?: number

    면세액 (int64)

    currency: Currency

    통화

    url?: string

    현금영수증 URL

    issuedAt: string

    발급 시점 (RFC 3339 date-time)