@portone/server-sdk
Version:
PortOne JavaScript SDK for server-side usage
10 lines (9 loc) • 348 B
TypeScript
import type { InstantBillingKeyPaymentMethodInputCard } from "./../../payment/billingKey/InstantBillingKeyPaymentMethodInputCard.js";
/**
* 빌링키 발급 시 결제 수단 입력 양식
*
* `card`를 반드시 입력해 주세요.
*/
export type InstantBillingKeyPaymentMethodInput = {
card?: InstantBillingKeyPaymentMethodInputCard;
};