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

    Type Alias FailedPgBillingKeyIssueResponse

    빌링키 발급 실패 채널 응답

    type FailedPgBillingKeyIssueResponse = {
        type: "FAILED";
        channel: SelectedChannel;
        failure: BillingKeyFailure;
    }
    Index

    Properties

    Properties

    type: "FAILED"

    채널

    빌링키 발급을 시도한 채널입니다.

    발급 실패 상세 정보