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

    Type Alias WebhookBillingKeyDataIssued

    빌링키가 발급되었을 때 이벤트의 실제 세부 내용입니다.

    type WebhookBillingKeyDataIssued = {
        billingKey: string;
        storeId: string;
    }
    Index

    Properties

    Properties

    billingKey: string

    포트원에서 채번한 빌링키입니다.

    storeId: string

    웹훅을 트리거한 상점의 아이디입니다.