portone-api-v2
Version:
PortOne REST API v2
14 lines (13 loc) • 466 B
TypeScript
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';