@portone/browser-sdk
Version:
PortOne SDK for browser
4 lines (3 loc) • 326 B
TypeScript
import type { IssueBillingKeyAndPayRequest } from './request/IssueBillingKeyAndPayRequest.js';
import type { IssueBillingKeyAndPayResponse } from './response/IssueBillingKeyAndPayResponse.js';
export declare function requestIssueBillingKeyAndPay(request: IssueBillingKeyAndPayRequest): Promise<IssueBillingKeyAndPayResponse>;