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

    Type Alias InstantBillingKeyPaymentMethodInput

    빌링키 발급 시 결제 수단 입력 양식

    card를 반드시 입력해 주세요.

    type InstantBillingKeyPaymentMethodInput = {
        card?: InstantBillingKeyPaymentMethodInputCard;
    }
    Index

    Properties

    Properties