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

    Type Alias BillingKeyInfoSummary

    type BillingKeyInfoSummary = {
        billingKey: string;
        channels?: SelectedChannel[];
        issuedAt: string;
    }
    Index

    Properties

    billingKey: string

    발급된 빌링키

    channels?: SelectedChannel[]

    발급된 채널

    issuedAt: string

    빌링크 발급 완료 시점 (RFC 3339 date-time)