UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

4 lines (3 loc) 305 B
import type { IssueBillingKeyAndPayRequestBase } from './IssueBillingKeyAndPayRequestBase.js'; import type { IssueBillingKeyAndPayRequestUnion } from './IssueBillingKeyAndPayRequestUnion.js'; export type IssueBillingKeyAndPayRequest = IssueBillingKeyAndPayRequestBase & IssueBillingKeyAndPayRequestUnion;