UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

8 lines (7 loc) 220 B
import { CardCompany } from '../entity/CardCompany.js'; export type IssueBillingKeyRequestUnionCard = { /** * 카드 결제시 사용되는 카드사 코드 */ cardCompany?: CardCompany | undefined; };