UNPKG

portone-api-v2

Version:
14 lines (13 loc) 466 B
import { PortOneOptions } from './client'; import { BillingKey, CashReceipt, IdentityVerification, KakaoPay, Payments, Promotions, Schedules } from './apis'; export declare class PortOne { billingKey: BillingKey; cashReceipt: CashReceipt; identityVerification: IdentityVerification; kakaoPay: KakaoPay; payments: Payments; promotions: Promotions; schedules: Schedules; constructor(options: PortOneOptions); } export * from './types';