UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

4 lines (3 loc) 296 B
import type { IssueBillingKeyRequest } from './request/IssueBillingKeyRequest.js'; import type { IssueBillingKeyResponse } from './response/IssueBillingKeyResponse.js'; export declare function requestIssueBillingKey(request: IssueBillingKeyRequest): Promise<IssueBillingKeyResponse | undefined>;