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

    Type Alias WebhookBillingKeyDataUpdated

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

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

    Properties

    Properties

    billingKey: string

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

    storeId: string

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