UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

4 lines (3 loc) 240 B
import type { PaymentRequest } from './request/PaymentRequest.js'; import type { PaymentResponse } from './response/PaymentResponse.js'; export declare function requestPayment(request: PaymentRequest): Promise<PaymentResponse | undefined>;