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

    Type Alias BillingKeyPaymentSummary

    빌링키 결제 완료된 결제 건 요약 정보

    type BillingKeyPaymentSummary = {
        pgTxId: string;
        paidAt: string;
    }
    Index

    Properties

    Properties

    pgTxId: string

    PG사 결제 아이디

    paidAt: string

    결제 완료 시점 (RFC 3339 date-time)